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: 82,430 of 187,224
Downloads: 10,720

Daily

Ranking: 115,482 of 187,196
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,971,947,338bundler
101,151,463,039rake
36711,426,278activerecord

Owners

#GravatarHandle
1iconmmartinson