aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/runner_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-201-0/+8
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-0/+9
* Initial command structure.Kasper Timm Hansen2016-09-251-1/+1
* applies project convention for string literalsXavier Noria2016-08-071-1/+1
* Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...Kasper Timm Hansen2016-08-071-4/+6
|\
| * show error message when error raised in rails runneryuuji.yaginuma2016-08-031-4/+6
* | applies new string literal convention in railties/testXavier Noria2016-08-061-2/+2
|/
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-3/+2
* Provide a better error message if a user mistypes the name of script with runnerStephen Blackstone2016-01-051-0/+10
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-10/+10
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+6
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-6/+0
* script => binAkira Matsuda2013-01-181-6/+6
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-12/+8
* Fix duplicated method nameCarlos Antonio da Silva2012-12-051-2/+1
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-0/+23
* Add support runner hook.kennyj2012-05-291-0/+10
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* make 'rails runner' show usage when run without any optionsVijay Dev2011-06-101-0/+4
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Send 'rails runner' help message to stdout instead of stderr.rohit2010-09-191-2/+1
* Fix output of 'rails runner --help' [#4249 state:open]rohit2010-09-181-0/+5
* Fix indentJeremy Kemper2010-07-021-1/+1
* Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#22...rohit2010-06-221-0/+49