aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-5/+5
* Changing command line API from 'rails blog' to 'rails new blog'.Mikel Lindsaar2010-06-041-0/+6
* Ops. Rename performance to profiler.José Valim2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-54/+48
* Load the environment before executing rails console. [#3905 status:resolved]José Valim2010-03-121-1/+1
* Revert "Always load the environment before executing any command. [#3905 stat...José Valim2010-03-121-4/+6
* Always load the environment before executing any command. [#3905 status:resol...José Valim2010-03-121-6/+4
* Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-101-2/+5
* rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-091-2/+0
* Take into account gem versions (so script/rails server can work outside the a...José Valim2010-02-081-1/+1
* server command loads the applicationJeremy Kemper2010-02-041-1/+2
* Remove duplicated version check.José Valim2010-02-041-2/+0
* -v and --version params now work on rails script in or our of an appMikel Lindsaar2010-02-041-0/+3
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-13/+66
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+17