aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/console_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-1/+1
* Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-171-25/+2
* Turn on performance based copsDillon Welch2018-07-231-5/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-5/+5
* Simplify parse arguments in `ConsoleTest`yuuji.yaginuma2017-10-081-16/+3
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Properly expand the environment's nameRobin Dupret2017-07-161-0/+5
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-8/+16
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix console tests.Kasper Timm Hansen2016-09-251-6/+30
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-25/+25
* applies new string literal convention in railties/testXavier Noria2016-08-061-13/+13
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+7
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-7/+0
* Remove debugger supportRafael Mendonça França2015-01-041-22/+0
* Remove mocha usageRafael Mendonça França2014-07-231-2/+5
* Stop using mocha on console_testRafael Mendonça França2014-07-071-15/+40
* Isolate debugger related codeDavid Rodríguez de Dios2014-04-101-13/+19
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-3/+3
* fix private attribute warningVipul A M2013-04-041-2/+3
* Fix failing test regarding console change to fix sandboxingCarlos Antonio da Silva2013-03-081-11/+10
* This commit fixes issue #8628Mykola Kyryk2013-01-041-0/+6
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-20/+4
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-2/+17
* Removing warning : assigned but unused variableArun Agrawal2012-11-101-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* warning fixed: ambiguous first argument; put parentheses or even spacesArun Agrawal2012-10-101-7/+7
* Fix various bugs with console arguments.Sam Oliver2012-05-301-29/+60
* More assert_match warnings fixed.Arun Agrawal2012-05-301-4/+4
* match rails console environment support, to serverschneems2012-03-221-0/+19
* Fix tests, Rails.env may be different on CIPiotr Sarnacki2012-02-161-2/+5
* Refactor Rails::Console to make it easier to test and add tests for itPiotr Sarnacki2012-02-161-0/+84