Hi, I haven't had this particular problem with converting an app, but I have found a way to convert that seems very painless and quick for me. Worked well twice now.
I just create a new rails 2.x app, and then copy the appropriate stuff over from the old app (like all of the stuff in apps folder, and plugins, etc.) I have NOT found it necessary to rename the endings of the view files. 2.x is backwards compatible with the "old" .rhtml ending. Just the other day I got a medium sized project converted and working in just a few hours, including setting it all up on a new server box. Copying stuff into a new rails project seems a lot easier than doctoring up an old project to make it 2.x compatible. HTH, jp wpollans wrote: > This message used to appear in the script/server output, when the app > started, > > "Rendering within layouts/standard" > > that's the standard.rhtml (in layouts) that was referring to -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

