Links
SimplyRestful
Categories
SimplyRestful
SimplyRestful is a plugin for implementing verb-oriented controllers. This is useful for implementing REST API's, where a single resource has different behavior based on the verb (method) used to access it.
Vitals
| Repository | http://dev.rubyonrails.org/svn/rails/plugins/simply_restful/ |
|---|---|
| License | Rails' (MIT) |
| Tags |
edge REST
|
| Rating | (19 votes) |
| Created | 18 May 2006 |
Comments
-
This plug-in currently requires Edge Rails.
From experience I can tell you that Edge Rails does not play friendly with the theme_support plugin, because of changes in Routing. So, if your production app is already using theme_support, you'll have to hold off on the goodness of simply_restful until the version differences are reconciled.

