I'm hoping this is more me unable to find the information in the documentation. :)
I had an issue where: resources :users, :active_scaffold => true no longer worked. So I had to change my routes to: resources :users do as_routes end ...because clicking on Search threw a 500 error. Yes, this is an upgrade project. However I didn't find any reference to routing in the documentation. I guess the assumption is that someone is going to run the generators and the generators will produce the correct routes. I did find the answer here, though, so I'm really Thankful someone noted the change in routes configuration. That's all! :D Thanks! -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
