aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-6/+4
* Apply Rafaels review fixes.Kasper Timm Hansen2016-09-251-1/+3
* Fix console tests.Kasper Timm Hansen2016-09-251-1/+1
* Remove the old command files.Kasper Timm Hansen2016-09-2513-818/+0
* Per Dr. Eileen's orders :)Kasper Timm Hansen2016-09-251-1/+0
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-252-3/+16
* Initial command structure.Kasper Timm Hansen2016-09-2515-0/+704
* Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-1/+4
* Require `active_support/testing/autorun`.Kasper Timm Hansen2016-09-251-2/+1
* switch to autorun to support after_run and patch lessMichael Grosser2016-09-231-3/+1
* support minitest after_run for parity to regular minitestMichael Grosser2016-09-161-1/+3
* improve test coverageMichael Grosser2016-09-161-2/+2
* Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-1/+1
* refactor `CommandsTasks`yuuji.yaginuma2016-08-173-80/+104
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+4
* Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...Kasper Timm Hansen2016-08-071-1/+3
|\
| * show error message when error raised in rails runneryuuji.yaginuma2016-08-031-1/+3
* | Defer requiring Rake until it's needed.Kasper Timm Hansen2016-08-071-1/+8
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-065-36/+36
* | remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* | applies new string literal convention in railties/libXavier Noria2016-08-0612-94/+94
|/
* Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+1
* Fixes #25219Vipul A M2016-07-011-0/+12
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-1/+6
* show correct command name in help of rails runneryuuji.yaginuma2016-03-261-3/+4
* changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+1
* Share dev caching implementation between task and server.Kasper Timm Hansen2016-03-151-14/+3
* Delete CTRL-C message as is duplicates PumaSam Ruby2016-03-011-2/+0
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-21/+0
* :warning: assigned but unused variable - errAkira Matsuda2016-02-021-2/+2
* Avoid multiple default paths to server.pid fileTawan Sierek2016-01-161-1/+3
* Merge pull request #22933 from schneems/schneems/fix-broadcastRichard Schneeman2016-01-061-2/+4
|\
| * [close #22917] Don't output to `STDOUT` twiceschneems2016-01-061-2/+4
* | Provide a better error message if a user mistypes the name of script with runnerStephen Blackstone2016-01-051-1/+7
|/
* Merge branch 'rails-rake-proxy'Kasper Timm Hansen2015-12-132-5/+55
|\
| * Implement Rake proxy for Rails' command line interface.Dharam Gollapudi2015-12-132-0/+56
|/
* Fixed typo in mysql client parameterKent Sibilev2015-12-091-1/+1
* Ditch `Commands` namespace for base command.Kasper Timm Hansen2015-12-062-74/+2
* Invert command and commands tasks reference.Kasper Timm Hansen2015-12-062-4/+5
* Remove "run with rake" suggestion.Kasper Timm Hansen2015-12-061-22/+0
* Add class level `run` to Rails command.Kasper Timm Hansen2015-12-062-22/+15
* Replace `-> {}` with a proc.Kasper Timm Hansen2015-12-051-1/+1
* Remove `_instance` suffix from command.Kasper Timm Hansen2015-12-051-2/+2
* Default `argv` to an empty array.Kasper Timm Hansen2015-12-051-1/+1
* Spruce up `command_for`.Kasper Timm Hansen2015-12-051-4/+1
* `exists?` isn't for users.Kasper Timm Hansen2015-12-051-1/+1
* Move `command_name_for` to private section.Kasper Timm Hansen2015-12-051-4/+4
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-043-1/+104