aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-30/+61
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+92
* Fix rails console --sandboxJon Leighton2013-03-081-1/+3
* Use --rc= instead of --rcrobertomiranda2013-02-041-2/+6
* Refactor --rc optionGuillermo Iguaran2013-02-021-6/+1
* Add --rc option to support the load of a custom rc fileAmparo Luna2013-02-011-1/+7
* Prefer File.read over File.open.readAkira Matsuda2013-02-011-1/+1
* Add --no-rc option to skip the loading of railsrc fileAmparo Luna2013-01-311-6/+8
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-102-66/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Rescue from LoadError when trying to load the debugger gem for consoleCarlos Antonio da Silva2013-01-061-1/+1
* Don't use Rails.root since it is not available at this pointRafael Mendonça França2013-01-052-2/+2
* Remove unnecessary begin..rescue..end, use only rescueCarlos Antonio da Silva2013-01-041-7/+5
* Move class method to instance in dbconsoleCarlos Antonio da Silva2013-01-042-2/+3
* This commit fixes issue #8628Mykola Kyryk2013-01-042-2/+19