aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-1/+1
* Refactor config abort message a bit for dbconsoleCarlos Antonio da Silva2012-11-181-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Add support runner hook.kennyj2012-05-291-0/+1
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-221-1/+1
* Remove unused assignmentsMark Rushakoff2012-04-291-1/+0
* make 'rails runner' show usage when run without any optionsVijay Dev2011-06-101-0/+4
* Use all in place of find(:all)Vijay Dev2011-05-101-1/+1
* Always flush logger at exitJason Rudolph2011-05-061-14/+8
* Send 'rails runner' help message to stdout instead of stderr.rohit2010-09-191-1/+1
* Fix output of 'rails runner --help' [#4249 state:open]rohit2010-09-181-1/+1
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 s...rohit2010-06-221-0/+1
* 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