Categories: None [Edit]

levee

https://rubygems.org/gems/levee
https://github.com/mmartinson/levee
The purpose of the builder object is to create a layer of abstraction between the controller and models in a Rails application. The builder is particularly useful for receiving complex post and put requests with multiple parameters, but is lightweight enough to use for simple writes when some filtering or parameter combination validation might be useful before writing to the database. Since it wraps the entire write action to mulitple models in a single transaction, any failure in the builder will result in the entire request being rolled back.

Total

Ranking: 84,145 of 192,934
Downloads: 11,076

Daily

Ranking: 83,831 of 192,908
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,416,225,900bundler
81,320,736,828rake
36790,229,605activerecord

Owners

#GravatarHandle
1iconmmartinson