Hi, migration a rails 2.3 application to 3.x is a quite big step. How to do that is described in many articles in the web, eg. Ryan Bates Screencasts.
In addition you are migrating activescaffold to rails 3. Unfortunetly, I do not know of any good guide to do that. However, I know it s possible, cause I did it already for some projects :-) Concerning your missing index action I would bet that your routing is nt configured correctly. Syntax changed completely between rails 2.x and rails 3.x -- Volker On Mar 21, 8:39 am, "[email protected]" <[email protected]> wrote: > I have a rails 3 project with multiple active scaffolds. Currently, > each of these active scaffolds works fine in 1.2RC1 from the > vhochstein branch. Today, I attempted to upgrade to the latest > version - 3.0.17. Some of my active scaffold controllers work fine, > however, some will give errors like: > > NameError (uninitialized constant Controller): > > or > > AbstractController::ActionNotFound (The action 'index' could not be > found for CouponsController): > > What are the proper steps to upgrade versions? > > Jonathan -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
