aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor Rails::Console to make it easier to test and add tests for itPiotr Sarnacki2012-02-161-25/+46
* Allow to set custom console type with Rails.application.config.console=Piotr Sarnacki2012-02-161-2/+3
* Remove console --irb deprecation noticePiotr Sarnacki2012-02-161-1/+0
* broadcasting to the console and remove file tailing middlewareAaron Patterson2012-01-201-1/+7
* do not do reverse lookups on incoming requests for webrick. fixes #4542Aaron Patterson2012-01-191-0/+1
* fixes in api docsVijay Dev2012-01-132-2/+2
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-6/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-544/+0
* gem ruby-debug19 for console error if ruby-debug19 not foundVishnu Atrai2011-12-251-1/+1
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-1/+1
* dbconsole: Use the app's database_configuration instead of duplicating code.Dieter Komendera2011-12-141-1/+1
* Remove the -h option to dbconsole which is the shorter form of --headerVijay Dev2011-11-221-1/+1
* Substituted RailsCommands for Rails::CommandsDaniel Dyba2011-11-161-159/+161
* Changed Commands module to RailsCommands.Daniel Dyba2011-11-161-3/+3
* Extend IRB right before starting IRB to remove dependency on IRB from Rails::...Akira Matsuda2011-11-101-0/+2
* Use toplevel Rack::ContentLengthJeremy Kemper2011-10-191-1/+1
* Use again Rack's ContentLength middleware part 2Santiago Pastorino2011-10-181-0/+1
* Use again Rack's ContentLength middlewareSantiago Pastorino2011-10-181-1/+0
* Print information about .railsrc to usersGuillermo Iguaran2011-10-021-0/+1
* Read extra args for 'rails new' from ~/.railsrcGuillermo Iguaran2011-10-021-0/+7
* replace dev.ror.com plugin url with a dummy oneVijay Dev2011-06-161-2/+2
* make 'rails runner' show usage when run without any optionsVijay Dev2011-06-101-0/+4
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-1/+3
|\
| * Refactor identifying generator's destination rootStefan Sprenger2011-05-271-5/+2
| * Introducing engine commandsStefan Sprenger2011-05-261-1/+6
* | Fixing Rails::Server#app under Rack::URLMapGuillermo Iguaran2011-06-071-1/+1
* | Remove trailing white-spacesGuillermo Iguaran2011-06-052-6/+6
|/
* Everyone receives app as argument for consistency.José Valim2011-05-251-1/+2
* Actually this file may be invoked directly as well with --dev.José Valim2011-05-252-1/+3
* Streamline generators initialization flow.José Valim2011-05-253-7/+1
* Move content length to the server, this brings the same behavior as in rack 1.2.José Valim2011-05-231-0/+1
* Merge pull request #247 from goncalossilva/performance_testJeremy Kemper2011-05-172-62/+55
|\
| * benchmarker and profiler now use the new performance testing tools (support f...Gonçalo Silva2011-05-102-62/+55