I am following the instructions on how to use RESTful Rails plugin found
at
Putting REST on Rails.
When I run the rake test:functionals
I get the following error message:
rake aborted!
undefined method `first’ for Symbol
(See full trace by running task with --trace)
How can I fix this problem? I am using Rails 1.1.4 version. TIA
Bala,
Why not use the RESTful routing built into Rails (edge only)?
rake rails:freeze:edge
Now your ready to go.
Checkout:
http://www.loudthinking.com/arc/000593.html and
http://www.loudthinking.com/lt-files/worldofresources.pdf
Hope this helps,
Zack
Zack, If I freeze an app to the edge, does that mean only that
application is on Edge Rails? Thank
you.