aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/console.rb
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2012-03-20 19:28:30 -0400
committerschneems <richard.schneeman@gmail.com>2012-03-20 20:58:50 -0400
commit0a555dd421f3b7966df1a1f70ae462a143734d21 (patch)
tree37ab7eba1d1a23ab53215e942bb4ab3f54119607 /railties/lib/rails/commands/console.rb
parentb49a7ddce18a35a39fd5b3f6003d4a02cbd09b0e (diff)
downloadrails-0a555dd421f3b7966df1a1f70ae462a143734d21.tar.gz
rails-0a555dd421f3b7966df1a1f70ae462a143734d21.tar.bz2
rails-0a555dd421f3b7966df1a1f70ae462a143734d21.zip
fix rails server support of RAILS_ENV variable
When launching rails server from the command line with a rails environment specified such as `rails server RAILS_ENV=production` an error would occur since rails will try to use `RAILS_ENV=production` as it's server. When launching rails with a specified server such as thin `rails server thin RAILS_ENV=production` no error will be thrown, but rails will not start up in the specified environment. This fixes both of those cases
Diffstat (limited to 'railties/lib/rails/commands/console.rb')
0 files changed, 0 insertions, 0 deletions