aurelian (owner)

Revisions

gist: 122236 Download_button fork
public
Public Clone URL: git://gist.github.com/122236.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
finques /Projects/spa $ rake db:migrate
(in /Projects/spa)
Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
 
 
finques /Projects/spa $ head config/environment.rb
# Be sure to restart your server when you modify this file
 
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
 
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
 
Rails::Initializer.run do |config|
  # Settings in config/environments/* take precedence over those specified here.
 
 
finques /Projects/spa $ rails -v
Rails 2.3.2