aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new Resolver API in dbconsoleJosé Valim2013-12-231-3/+2
* Make `rails runner` command options more obviousschneems2013-12-191-5/+14
* fixed rails dbconsole to support ENV['DATABASE_URL'].Huiming Teo2013-12-161-8/+5
* Use .railsrc while creating new plugin if availablePrathamesh Sonpatki2013-12-011-0/+14
* Add positional information to eval call so that this information willPrathamesh Sonpatki2013-11-201-1/+1
* AestheticsRafael Mendonça França2013-11-071-13/+13
* Move interrupt information to print_boot_information methodAlex Johnson2013-11-071-4/+1
* Extract method refactoring for Rails::Server#startAlex Johnson2013-11-071-24/+38
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* stop mutating ARGVAaron Patterson2013-10-301-2/+2
* rename AppPreparerAaron Patterson2013-10-301-1/+1
* Make logging to stdout work again with implicit `development` envMarc Schütz2013-10-131-1/+2
* Only output Server logs in Developmentschneems2013-09-221-2/+3
* Missing destroy commandAkira Matsuda & Yukiko Kawamoto2013-09-131-0/+4
* Merge pull request #11378 from wangjohn/class_for_application_generatorRafael Mendonça França2013-07-091-27/+1
|\
| * Creating a class to handle preparing ARGV.wangjohn2013-07-091-27/+1
* | Using the instance variable for argv.wangjohn2013-07-091-2/+2
|/
* Creating a class for carrying out rails commands.wangjohn2013-07-071-0/+170
* s/plugin_new/pluginschneems2013-06-302-9/+9
* Merge pull request #10666 from YanhaoYang/masterCarlos Antonio da Silva2013-06-251-1/+1
|\
| * make "rails dbconsole" work with activerecord-postgis-adapterYanhaoYang2013-05-171-1/+1
* | load the file rather than evalingAaron Patterson2013-06-171-1/+1
* | add notice to server boot messages if using default 0.0.0.0 bindingLuke Wendling2013-05-251-0/+3
|/
* exit with non-zero to signal failureHrvoje Šimić2013-05-131-2/+2
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-146/+0
* Revert more Rails.version changesRafael Mendonça França2013-04-011-1/+1
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-1/+1
* More helpful message when starting serverGabe Kopley2013-03-181-1/+1
* config.ru uses the effective Rack appYves Senn2013-03-151-0/+1
* Stop calling "super" twice in Rails::Server#appCarlos Antonio da Silva2013-03-121-1/+4
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-3/+9
* Improve wording for rails test commandDalibor Nasevic2013-03-091-17/+17
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-1/+18