Souschef wrote: > DOH!! I will have mastered rails when I KNOW where to Capitalize AND > where to put an 's' in or not! Thanks!! > > I worked past this error, was able to get the 'index' showing, but > when I go to the 'show' or 'edit' views, I get an error where the > "Project" index ID is WAY out of bounds (I don't think my dev db has > gone beyond 20 id's): > > ActiveRecord::RecordNotFound in MyprojectsController#show > Couldn't find Project with ID=36732470 AND (`projects`.user_id = > 2) > [...]
Are you using fixtures? If so, then high id numbers like this are normal. If not, then something else is going on. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- 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.

