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: 192,204 of 196,672
Downloads: 607

Daily

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

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,713,752,031bundler
81,407,073,634rake
291,016,421,425rspec
45785,168,147rails
124406,224,225rspec-rails
199271,964,466shoulda-matchers

Owners

#GravatarHandle
1iconbrandonwoodruff92