Reputation: 577
In my system I have rails 4.2.5 and ruby 2.2.3.
how can I update to rails 5.0.0.beta version.
Thank you.
Upvotes: 0
Views: 41
Reputation: 1258
The upgrade instructions for the current beta are available here.
You need to have a test suite with good coverage before you begin. Run rake rails:update
to update your configs. You also need to follow the instructions on the upgrade page, which include changing class names to the ones that are currently in use.
Upvotes: 1