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: 83,093 of 188,645
Downloads: 10,832

Daily

Ranking: 57,957 of 188,635
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,096,027,797bundler
101,194,085,295rake
36735,909,669activerecord

Owners

#GravatarHandle
1iconmmartinson