aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* Properly expand the environment's nameRobin Dupret2017-07-162-0/+11
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-162-12/+24
* Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-0/+43
* Add `rails secrets:show` commandyuuji.yaginuma2017-07-071-0/+13
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Do not use UTF8 in test SecretsCommandTest#test_edit_secretsPavel Valena2017-05-301-1/+1
* Merge pull request #29146 from y-yagi/fix_29138Kasper Timm Hansen2017-05-281-0/+6
|\
| * Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-0/+6
* | Reorder first secrets edit flow.Kasper Timm Hansen2017-05-251-5/+2
|/
* CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-0/+12
* CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-0/+8
* Add secrets edit testyuuji.yaginuma2017-03-121-0/+13
* Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-011-0/+24
* Set correct host except development environmentyuuji.yaginuma2017-02-271-0/+18
* [close #24435] Send user_supplied_options to serverschneems2017-02-241-0/+8
* improve server default options testyuuji.yaginuma2017-01-091-3/+3
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-291-1/+1
|\
| * "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-36/+43
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Fix server command tests.Kasper Timm Hansen2016-09-251-1/+2
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-22/+55
* Fix console tests.Kasper Timm Hansen2016-09-251-6/+30
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-50/+50
* applies new string literal convention in railties/testXavier Noria2016-08-063-84/+84
* Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+7
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+14
* changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+2
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-32/+0
* Avoid multiple default paths to server.pid fileTawan Sierek2016-01-161-0/+9
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+3
* Clarify the need to run command twice.Kasper Timm Hansen2015-12-071-2/+2
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-0/+32
* Use the PORT environment variable for rails serverDavid Cornu2015-08-181-0/+7
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+16
* 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-203-19/+56
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-193-56/+19
* Remove debugger supportRafael Mendonça França2015-01-041-22/+0
* Expectations firstAkira Matsuda2014-08-281-5/+5
* Reset RACK_ENV after modified in a test caseAkira Matsuda2014-08-281-0/+1
* Remove mocha usageRafael Mendonça França2014-07-231-2/+5
* Stop using mocha on dbconsole_testRafael Mendonça França2014-07-151-44/+68
* Stop using mocha on console_testRafael Mendonça França2014-07-071-15/+40