aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/dbconsole_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Rename `connection` option to `database` in `dbconsole` commandyuuji.yaginuma2019-04-021-6/+18
* Railities typo fixes.alkesh262019-02-011-2/+2
* Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-171-18/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-2/+2
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-12/+12
* Fix `can't modify frozen String` error in `DBConsole`yuuji.yaginuma2017-08-291-0/+6
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Properly expand the environment's nameRobin Dupret2017-07-161-0/+6
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-4/+8
* Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-0/+43
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-22/+55
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-25/+25
* applies new string literal convention in railties/testXavier Noria2016-08-061-56/+56
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-101-8/+4
* Remove sqlite support from `rails dbconsole`Andrew White2015-04-221-6/+0
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+5
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-5/+0
* Expectations firstAkira Matsuda2014-08-281-5/+5
* Reset RACK_ENV after modified in a test caseAkira Matsuda2014-08-281-0/+1
* Stop using mocha on dbconsole_testRafael Mendonça França2014-07-151-44/+68
* Ensure Active Record connection consistencyschneems2014-01-091-1/+1
* Fix DB Console tests schneems2013-12-211-20/+22
* fixed rails dbconsole to support ENV['DATABASE_URL'].Huiming Teo2013-12-161-27/+67
* fix private attribute warningVipul A M2013-04-041-1/+3
* This commit fixes issue #8628Mykola Kyryk2013-01-041-0/+12
* Fix rails db command with sqlite3 databaseCarlos Antonio da Silva2012-11-181-0/+8
* Set RACK_ENV to nil in the dbconsole testRafael Mendonça França2012-05-301-0/+1
* Fix various bugs with console arguments.Sam Oliver2012-05-301-10/+11
* More assert_match warnings fixed.Arun Agrawal2012-05-301-4/+4
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-221-0/+18
* Use relative path to sqlite3 db in `rails db` commandAlexey Vakhov2012-05-221-6/+11
* Fix buildPiotr Sarnacki2012-05-061-7/+10
* More faster rails dbconsoleDmitry Vorotilin2012-05-061-28/+57
* Add Rails::DBConsole testsAlexey Vakhov2012-05-021-0/+128