rails--rails/railties/lib/rails/commands
schneems 7529283732 match rails console environment support, to server
rails server takes `-e` as an argument to specify RAILS_ENV, rails console currently does not have the same interface. This commit fixes this disparity so developers can manually specify `RAILS_ENV` or can pass in an environment with a `-e`.
2012-03-22 13:13:12 -04:00
..
application.rb Print information about .railsrc to users 2011-10-02 01:06:39 -05:00
benchmarker.rb fixes in api docs 2012-01-13 00:41:12 +05:30
console.rb match rails console environment support, to server 2012-03-22 13:13:12 -04:00
dbconsole.rb No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
destroy.rb Streamline generators initialization flow. 2011-05-25 01:16:50 +02:00
generate.rb Refactor identifying generator's destination root 2011-05-27 13:29:22 +02:00
plugin_new.rb Actually this file may be invoked directly as well with --dev. 2011-05-25 01:27:00 +02:00
profiler.rb fixes in api docs 2012-01-13 00:41:12 +05:30
runner.rb make 'rails runner' show usage when run without any options 2011-06-10 18:48:50 +05:30
server.rb fix rails server support of RAILS_ENV variable 2012-03-20 20:58:50 -04:00
update.rb Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*. 2009-10-15 14:54:12 -07:00