aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the PORT environment variable for rails serverDavid Cornu2015-08-181-1/+1
* Use exist? instead of deprecated exists?Kasper Timm Hansen2015-08-051-2/+2
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+23
* make test runner work correctly inside engineyuuji.yaginuma2015-07-121-1/+5
* remove Rack::Lock for webrickAaron Patterson2015-07-101-11/+1
* Remove `config` options from `default_options` in `railties`Nuri Hodges2015-06-261-2/+1
* Remove ContentLength middleware from the defaults.Aaron Patterson2015-06-171-1/+0
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-2/+2
* Refactor railties console and dbconsole commandsMehmet Emin İNAÇ2015-05-103-101/+99
* Remove sqlite support from `rails dbconsole`Andrew White2015-04-221-3/+0
* Don't ask something that we don't want toRafael Mendonça França2015-04-221-1/+1
* [ci skip] Document running a rake command as a rails commandNick Cox2015-04-151-0/+11
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-204-4/+4
* Merge pull request #19404 from dmathieu/remove_rack_envAaron Patterson2015-03-194-4/+4
|\
| * don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-194-4/+4
* | `-e` / `--environment` for the test runner.Yves Senn2015-03-181-1/+1
* | move argument parsing into the `Runner`.Yves Senn2015-03-181-3/+1
* | Move some logic to runnerArthur Neves2015-03-181-13/+1
* | no need to escape the method in a regex wrap, minitest does that for usArthur Neves2015-03-181-1/+1
* | Add test run by line, and report error by lineArthur Neves2015-03-181-3/+13
* | spike of a `OptionParser` backed test runner.Yves Senn2015-03-182-1/+15
|/
* Remove unused Rails::Server#log_pathPhill Baker2015-02-161-4/+0
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Merge pull request #18380 from nobu/Use-EXEEXTSantiago Pastorino2015-01-191-1/+3
|\
| * Use EXEEXTNobuyoshi Nakada2015-01-071-1/+3