So it turns out having a route named not_found, like this: global.not_found '/not_found', :controller => 'home', :action => 'not_found'
is EVIL and was the source of this error. Renaming the route and action solved it. Magic! -- 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.

