Categories: None [Edit]
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
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,971,947,338 | bundler |
10 | 1,151,463,039 | rake |
36 | 711,426,278 | activerecord |
Owners
# | Gravatar | Handle |
---|---|---|
1 | mmartinson |