On Mon, Aug 24, 2009 at 8:29 PM, Arthur Rats<[email protected]> wrote: > does any one know how revert between rails versions without rewriting > lots of code, i.e. backwards compatibility, isnt there a framework that > handles the changes so your applications will work>?
The tool you want is you. You write tests for you app then when you move forward into a new Rails version you run your tests and fix the issues, pretty simple actually. -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---

