deployment - how to deploy rails project with RAILS_GEM_VERSION = '2.3.8' -


i want run rails project having rails_gem_version = '2.3.8' have of running project rails version 3.2.11....how proceede

edit gemfile , replace rails gem line :

gem "rails", "2.3.8"  

Comments

Popular posts from this blog

php - Global connection variable or new one every time -

c++ - protocol buffers - generate NON-inline accessors -