aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use all in place of find(:all)Vijay Dev2011-05-101-1/+1
|/
* Merge pull request #263 from CvX/masterJosé Valim2011-05-071-1/+1
|\
| * Corrected dbconsole usage message.2011-04-121-1/+1
* | Always flush logger at exitJason Rudolph2011-05-061-14/+8
* | Take into account the Rack::Server :SSLEnable option when building the applic...Daniel Martin2011-05-061-1/+2
* | Remove defined?(ActiveRecord) and use the railtie hook instead.José Valim2011-05-041-4/+0
* | Fix console to accept [environment] [options] as specified in docs.Emilio Tagua2011-04-141-1/+1
* | Remove `#among?` from Active SupportPrem Sichanugrist2011-04-134-4/+4
|/
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-124-4/+4
* Cant use inclusion in commands/application.rb as the frameworks havent all be...David Heinemeier Hansson2011-04-111-2/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-115-5/+15
* Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-311-1/+1
* Direct logging of Active Record to STDOUT so it's shown inline with the resul...David Heinemeier Hansson2011-03-311-0/+4
* reduce two method calls per request, 1 to method_missing and one to sendAaron Patterson2011-02-281-0/+4
* Drop remaining script/plugin sources referencesTim Pope2011-02-031-6/+1
* Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li...Akira Matsuda2011-02-011-1/+1
* "rails dbconsole t" must not load "production" but "test"Akira Matsuda2011-01-311-1/+1
* Use Thor's self.exit_on_failure? to exit whenever accessing the generators fr...Philip Arndt2011-01-291-0/+12
* load and prefer psych as the YAML parser when it is availableAaron Patterson2011-01-211-0/+6
* Don't need to support rails plugin --versionPiotr Sarnacki2010-11-161-6/+0
* Added 'rails plugin new' generator which generates gem plugin skeleton.Piotr Sarnacki2010-11-021-0/+16
* no need to check for nilNeeraj Singh2010-09-301-1/+1
* Send 'rails runner' help message to stdout instead of stderr.rohit2010-09-191-1/+1
* Fix output of 'rails runner --help' [#4249 state:open]rohit2010-09-181-1/+1
* "rails console t" must not load "production" but "test"Akira Matsuda2010-09-021-1/+1
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-232-2/+2
* Trifling typosRaphomet2010-08-211-1/+1