Archive for 'Rails Versioning'

RVM and Frozen Rails Conflict

I have an existing rails application and want to switch to using RVM in order to tie particular versions of Ruby, Rails and RubyGems to this application. My existing Rails application has a frozen Rails version 2.2.2 tied into it and so exists in my vendor/rails directory. Before I installed RVM, the following question came […]

Choosing and Freezing a Rails Version

If you want to see what versions of Rails you have installed If you want to install a version of Rails you don’t already have installed (assuming 2.2.3 is the version you don’t have installed) If you want to start up your Rails app with a specific version (assumes you want to start up version […]