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,007 of 192,352
Downloads: 11,030

Daily

Ranking: 119,430 of 192,323
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,362,122,268bundler
81,299,937,016rake
36782,075,830activerecord

Owners

#GravatarHandle
1iconmmartinson