mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-15 23:00:12 +01:00
2
Upgrading rails
lrbalt edited this page 2011-08-17 01:08:14 -07:00
This guide is meant for minor upgrades in the 2.3.x series
- install latest rails gem: gem install rails --version 2.3.14
- unfreeze rails in tracks: rake rails:unfreeze
- freeze new version of rails: rake rails:freeze:gems
- fix mongrel_workaround in config/initializers: set version of rails to 2.3.14
- check that tests are passing: rake test; rake cucumber; rake cucumber:selenium