On Mar 6, 8:45 am, John Wells <[email protected]> wrote: > > I already have 2.2.2 installed...changing the environment.rb to use it > gets me no further:
The application controller generated by rails 2.3 is named "application_controller.rb" and by rails < 2.3 is named "application.rb", so you have to actually generate the app using 2.2.2. Or just rename the application controller. I would re-generate since there could be other incompatibilities. -david --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
