aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-1/+2
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Fix regexp typoJeremy Kemper2010-04-131-1/+1
* Make RUBY_PLATFORM windows regex consistent [#4345 state:resolved]Anil Wadghule2010-04-121-1/+1
* rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-091-0/+2
* Rename usage path to command to just the command nameDavid Heinemeier Hansson2010-02-021-1/+1
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-111-1/+0
* script/runner should require environmentJoshua Peek2009-10-161-2/+0
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+54