2009/10/16 Mike Paddock <[email protected]>: > > The following route: > > map.connect '/adjust', :controller => 'inventory', :action => 'adjust' > > is failing to call the 'adjust' method in 'inventory_controller.rb', > demonstrated by the first line of the method, a puts statement, never > outputting to the console. The console shows the route being found, and > the corresponding adjust.rjs file is getting called, but none of the > variables that would have been set in the 'adjust' method exist, so > errors are thrown there. > > I've renamed everything a couple time to make sure I don't have any > magic names causing problems and to make sure I don't have routing > conflicts, but nothing seems to help.
What does the log say? (log/development.log). 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 [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 -~----------~----~----~----~------~----~------~--~---

