It looks like a routes issue. It's trying to call a route that doesn't
exist:

ActionController::RoutingError (No route matches "/recipe/list" with
{:method=>:get})

Check your route.rb file which can be found in the config directory.
If there is a map.root declared, maybe try commenting it out and
restarting the app and see if it makes any difference.

On Jan 20, 11:51 am, eduardopa <[email protected]> wrote:
> > > I suspect the apps were developed on an earlier version of rails.  Do
> > > you know the version of InstantRails that was used for the development?  
> > > That would probably identify the version of ROR used.
>
> Norm and Robokos
>
> Thanks for your response.
>
> I get these errors using a new test app created in the new
> installation.
> The rails version on the mac is 2.0 and on InstantRails is the same
> 2.0.
>
> I think there is something wrong with the mac installation but I don't
> know what.
>
> I followed this instructions and got the same 
> errors:http://blog.carlmercier.com/2007/12/14/how-to-fix-that-rubygems-mess-...
>
> Thanks again
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to