aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* Remove needless `ActiveSupport::Deprecation.silence`Ryuta Kamizono2016-12-311-3/+1
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-293-4/+6
|\
| * Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-3/+3
| * `ARGV.shift` before calling Rails generatorsJon Moss2016-12-171-0/+2
| * use appropriate type for `rc` optionyuuji.yaginuma2016-12-141-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-54/+67
|/
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-201-1/+2
* remove unused requireyuuji.yaginuma2016-11-051-3/+0
* Hide commands from API site.Kasper Timm Hansen2016-10-2813-17/+17
* Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-5/+0
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-0/+5
* remove `mongrel` once againyuuji.yaginuma2016-09-291-1/+1
* Apply test command changes.Kasper Timm Hansen2016-09-261-1/+3
* 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
|/