resource_controller
- URL
- http://jamesgolick.com/resource_controller
- Author(s)
- James Golick
- Summary
- Rails RESTful controller abstraction plugin.
Comments
resource_controller
(0.5.6)
is Working
for David Beckwith (GNU/Linux, over 3 years ago)
Yeah, It works. I had trouble setting up Rails 2.3.0 so i couldn't run the tests, but my application seems to be working....Sorry I'm not a very rigorous guy. You need to change ActionOptions and FailableActionOptions to ResourceController::ActionOptions and REsourceController::FailableActionOpetions, then it will work. I installed from the latest github source, did
gem build *.gemspec; gem install *.gem
but I took out the testing files in *.gemspec that were required to build the gem.

resource_controller (0.6.0) is Working
for James Golick (Mac OSX, over 3 years ago)