Categories: None [Edit]

rails-rest-kit

https://rubygems.org/gems/rails-rest-kit
https://github.com/brandonwoodruff92/rails-rest-kit
RailsRestKit provides a comprehensive solution for building RESTful Rails controllers with minimal boilerplate. It automatically generates standard CRUD actions (index, show, new, create, edit, update, destroy) with built-in lifecycle callbacks and validation states (valid/invalid). The gem includes intelligent resource helpers that automatically infer model relationships from controller names, and a flexible parameter permitting system that supports nested attributes and collections. Perfect for rapidly building consistent REST APIs with proper separation of concerns.

Total

Ranking: 187,767 of 189,968
Downloads: 465

Daily

Ranking: 122,573 of 189,933
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,223,052,755bundler
81,249,142,844rake
29955,025,919rspec
45715,245,679rails
120370,603,399rspec-rails
198246,239,887shoulda-matchers

Owners

#GravatarHandle
1iconbrandonwoodruff92