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: 185,436 of 186,816
Downloads: 325

Daily

Ranking: 153,581 of 186,800
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,915,961,519bundler
101,132,049,985rake
27911,028,956rspec
43660,755,460rails
117346,103,074rspec-rails
199227,551,234shoulda-matchers

Owners

#GravatarHandle
1iconbrandonwoodruff92