aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicit options should have precedence over railsrc on the `rails new`Rafael Mendonça França2012-12-241-2/+1
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-063-3/+3
* Fix wrong doc and message about rails profiler.kennyj2012-12-041-1/+1
* Refactor config abort message a bit for dbconsoleCarlos Antonio da Silva2012-11-182-8/+4
* Fix rails db command with sqlite3 databaseCarlos Antonio da Silva2012-11-181-5/+5
* Removing warning : assigned but unused variableArun Agrawal2012-11-101-1/+1
* copy the log level from the config settingsAaron Patterson2012-11-091-0/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-145-11/+11
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Support MySQL SSL in rails dbconsole.needfeed2012-09-101-1/+6
* add Rack::Lock for webrickAaron Patterson2012-08-211-0/+9
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-062-4/+2
* Remove support for rails server RAILS_ENV=env-nameSam Oliver2012-05-301-5/+0
* Fix various bugs with console arguments.Sam Oliver2012-05-302-85/+100
* Add support runner hook.kennyj2012-05-291-0/+1
* use File.join rather than depend on PathnameAaron Patterson2012-05-231-1/+1
* Fix `rails db -h` and cosmetic fixes in usage bannersAlexey Vakhov2012-05-223-3/+8
* Use relative path to sqlite3 db in `rails db` commandAlexey Vakhov2012-05-221-1/+1
* require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-132-3/+0
* More faster rails dbconsoleDmitry Vorotilin2012-05-061-10/+28
* Add Rails::DBConsole testsAlexey Vakhov2012-05-021-22/+34
* Remove unused assignmentsMark Rushakoff2012-04-291-1/+0
* and one more timeAditya Sanghi2012-04-242-3/+3
* another attempt at the languageAditya Sanghi2012-04-181-1/+1
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-172-4/+4
* match rails console environment support, to serverschneems2012-03-221-0/+13
* fix rails server support of RAILS_ENV variableschneems2012-03-201-0/+5
* allow people to specify custom formatters, use the default formatter in produ...Aaron Patterson2012-03-121-0/+2