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: 85,274 of 196,672
Downloads: 11,198

Daily

Ranking: 58,925 of 196,643
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,713,752,031bundler
81,407,073,634rake
37833,910,387activerecord

Owners

#GravatarHandle
1iconmmartinson