Rails 2.1
Update to Rails 2.1 final.
This commit is contained in:
parent
fd554cce90
commit
516d6dfac0
257 changed files with 4058 additions and 1933 deletions
|
@ -24,9 +24,9 @@ ENV['RAILS_ENV'] = case ARGV.first
|
|||
end
|
||||
|
||||
if options[:sandbox]
|
||||
puts "Loading #{ENV['RAILS_ENV']} environment in sandbox (Rails #{Rails::VERSION::STRING})"
|
||||
puts "Loading #{ENV['RAILS_ENV']} environment in sandbox (Rails #{Rails.version})"
|
||||
puts "Any modifications you make will be rolled back on exit"
|
||||
else
|
||||
puts "Loading #{ENV['RAILS_ENV']} environment (Rails #{Rails::VERSION::STRING})"
|
||||
puts "Loading #{ENV['RAILS_ENV']} environment (Rails #{Rails.version})"
|
||||
end
|
||||
exec "#{options[:irb]} #{libs} --simple-prompt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue