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
/
commands
/
console_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated `environment` argument from the rails commands
Rafael Mendonça França
2019-01-17
1
-25
/
+2
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-5
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Simplify parse arguments in `ConsoleTest`
yuuji.yaginuma
2017-10-08
1
-16
/
+3
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Properly expand the environment's name
Robin Dupret
2017-07-16
1
-0
/
+5
*
Deprecate environment as an argument for dbconsole and console
Robin Dupret
2017-07-16
1
-8
/
+16
*
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
*
Fix console tests.
Kasper Timm Hansen
2016-09-25
1
-6
/
+30
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-25
/
+25
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-13
/
+13
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-0
/
+7
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-7
/
+0
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-22
/
+0
*
Remove mocha usage
Rafael Mendonça França
2014-07-23
1
-2
/
+5
*
Stop using mocha on console_test
Rafael Mendonça França
2014-07-07
1
-15
/
+40
*
Isolate debugger related code
David Rodríguez de Dios
2014-04-10
1
-13
/
+19
*
Keep debugger support only for rubies < 2.0.0
David Rodríguez de Dios
2014-04-08
1
-3
/
+3
*
fix private attribute warning
Vipul A M
2013-04-04
1
-2
/
+3
*
Fix failing test regarding console change to fix sandboxing
Carlos Antonio da Silva
2013-03-08
1
-11
/
+10
*
This commit fixes issue #8628
Mykola Kyryk
2013-01-04
1
-0
/
+6
*
Refactor tests that switch RAILS_ENV and RACK_ENV
Carlos Antonio da Silva
2012-12-06
1
-20
/
+4
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
1
-2
/
+17
*
Removing warning : assigned but unused variable
Arun Agrawal
2012-11-10
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-4
/
+4
*
warning fixed: ambiguous first argument; put parentheses or even spaces
Arun Agrawal
2012-10-10
1
-7
/
+7
*
Fix various bugs with console arguments.
Sam Oliver
2012-05-30
1
-29
/
+60
*
More assert_match warnings fixed.
Arun Agrawal
2012-05-30
1
-4
/
+4
*
match rails console environment support, to server
schneems
2012-03-22
1
-0
/
+19
*
Fix tests, Rails.env may be different on CI
Piotr Sarnacki
2012-02-16
1
-2
/
+5
*
Refactor Rails::Console to make it easier to test and add tests for it
Piotr Sarnacki
2012-02-16
1
-0
/
+84