aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
...
* | `HOST` must be all capital lettersyuuji.yaginuma2017-03-011-1/+1
* | Set correct host except development environmentyuuji.yaginuma2017-02-271-3/+7
|/
* Merge pull request #28137 from schneems/schneems/fix-default-puma-portRichard Schneeman2017-02-241-11/+44
|\
| * [close #24435] Send user_supplied_options to serverschneems2017-02-241-11/+44
* | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-241-0/+3
|/
* Yank the intricate immediately-exiting editor recognition.Kasper Timm Hansen2017-02-231-16/+2
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-232-0/+102
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-232-102/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-232-0/+102
* Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-1/+1
* make all rails commands work in engineyuuji.yaginuma2017-01-092-16/+8
* 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