resource_controller

URL
http://jamesgolick.com/resource_controller
Author(s)
James Golick
Summary
Rails RESTful controller abstraction plugin.

Add your comment ↓

Comments

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

I just pushed a new version of the gem to github. It is working great on JRuby and 1.9.

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.

Add your comment




Yes No