index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
application
/
runner_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly expand the environment's name in all commands
yuuji.yaginuma
2019-03-15
1
-0
/
+4
*
Add test for runner command with `environment` option
yuuji.yaginuma
2019-03-13
1
-0
/
+4
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Use `TOPLEVEL_BINDING` in rails runner command
yuuji.yaginuma
2017-09-22
1
-0
/
+12
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
1
-17
/
+14
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
support `-` as an argument to `rails runner`
Cody Cutrer
2017-07-17
1
-0
/
+8
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fixup trailing whitespace, per complaints from CodeClimate.
Robert Thau
2017-03-22
1
-1
/
+1
*
Correctly reset ARGV for "rails runner `CODE' arg arg arg..."
Robert Thau
2017-03-22
1
-0
/
+8
*
Pass `rails runner` args onto file again.
Kasper Timm Hansen
2016-11-20
1
-0
/
+8
*
Prevent the test framework from being loaded in production mode
Aaron Patterson
2016-10-21
1
-0
/
+9
*
Initial command structure.
Kasper Timm Hansen
2016-09-25
1
-1
/
+1
*
applies project convention for string literals
Xavier Noria
2016-08-07
1
-1
/
+1
*
Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...
Kasper Timm Hansen
2016-08-07
1
-4
/
+6
|
\
|
*
show error message when error raised in rails runner
yuuji.yaginuma
2016-08-03
1
-4
/
+6
*
|
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-2
/
+2
|
/
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-3
/
+2
*
Provide a better error message if a user mistypes the name of script with runner
Stephen Blackstone
2016-01-05
1
-0
/
+10
*
tests, railties tests should use `bin/` executables when possible.
Yves Senn
2015-06-30
1
-10
/
+10
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-0
/
+6
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-6
/
+0
*
script => bin
Akira Matsuda
2013-01-18
1
-6
/
+6
*
Refactor tests that switch RAILS_ENV and RACK_ENV
Carlos Antonio da Silva
2012-12-06
1
-12
/
+8
*
Fix duplicated method name
Carlos Antonio da Silva
2012-12-05
1
-2
/
+1
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
1
-0
/
+23
*
Add support runner hook.
kennyj
2012-05-29
1
-0
/
+10
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
make 'rails runner' show usage when run without any options
Vijay Dev
2011-06-10
1
-0
/
+4
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-0
/
+4
*
Send 'rails runner' help message to stdout instead of stderr.
rohit
2010-09-19
1
-2
/
+1
*
Fix output of 'rails runner --help' [#4249 state:open]
rohit
2010-09-18
1
-0
/
+5
*
Fix indent
Jeremy Kemper
2010-07-02
1
-1
/
+1
*
Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#22...
rohit
2010-06-22
1
-0
/
+49