The application I'm working on was launched with Rails 3.0.6, I believe that 3.0.7 is available, and 3.1 is just around the corner.
I understand that 3.1 is likely to have some violations that require proper reading of the release notes, etc., before trying to update the project.
My question, however, is best practice for xxx updates and xx updates? Should they be treated differently? Without breaking changes, is it better to create a new project each time and add changed files?
Rich
source
share