aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* | No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-102-2/+0
|/
* Remove debugger supportRafael Mendonça França2015-01-042-38/+0
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-1/+1
* Add a code checking about file or not to the rails db commandyuki37382014-12-161-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17761 from pschrammel/masterYves Senn2014-11-261-1/+1
|\
| * be more general with adapter namePeter Schrammel2014-11-251-1/+1
* | Provide support for SQL Server connections with dbconsole using sqshJuan Ignacio Pumarino2014-11-261-0/+15
|/
* added description for rails generators, and fixed sentence formation for acti...Rishi Jain2014-11-102-0/+4
* Merge pull request #17280 from aditya-kapoor/remove-unneeded-fileYves Senn2014-10-161-9/+0
|\
| * remove unneeded fileAditya Kapoor2014-10-161-9/+0
* | use require_command! instead of calling its definitionAditya Kapoor2014-10-161-1/+1
|/
* Document that the default for `rails server -b` has changedGodfrey Chan2014-09-221-5/+1
* fix grammar [ci skip]Vijay Dev2014-08-221-1/+1
* fix server names [ci skip]Vijay Dev2014-08-221-1/+1
* Make text consistent in help text of rails server and console commands.Vijay Dev2014-08-212-13/+13
* Add ability to extend `rails server` command options parserAndrey Chernih2014-07-111-7/+11
* Fix rails dbconsole for jdbcmysql adapter.Gabriel Gilder and Jim Kingdon2014-05-051-1/+1
* Isolate debugger related codeDavid Rodríguez de Dios2014-04-101-11/+13
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-082-6/+25
* Let COMMAND_WHITELIST be an Array, not a StringAkira Matsuda2014-03-161-1/+1
* Removed unnecessary command "application"Arun Agrawal2014-03-101-6/+1
* Replace map.flatten with flat_map in railtiesErik Michaels-Ober2014-03-041-1/+1
* Ensure Active Record connection consistencyschneems2014-01-091-4/+11
* Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-1/+1