ActiveRecord::RecordNotFound in LookController

View: New views
2 Messages — Rating Filter:   Alert me  

ActiveRecord::RecordNotFound in LookController

by INDRANIL MUKHERJEE :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am finding this error.pls help me

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: ActiveRecord::RecordNotFound in LookController

by Colin Law-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


2009/11/10 INDRANIL MUKHERJEE <indranil.since87@...>:
>
> I am finding this error.pls help me
>

It means that it cannot find the record you are asking for.  The trace
will tell you which line of your code.

If you have not already done so look at the rails guides Getting
Started, and Debugging Rails Apps.

Colin

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---