aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add console hook to force ActiveRecord::Base to be loaded when console starts...José Valim2010-07-181-4/+1
* Allow a PID file to be specified to rails server [#5031 state:resolved]Sudara2010-07-081-0/+3
* Print proper "Usage:" messages for "rails plugin" commandAkira Matsuda2010-07-071-2/+10
* whitespaceAkira Matsuda2010-07-071-50/+47
* ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ...Madjo DIAPENA2010-07-041-1/+1
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re...Trevor Turk2010-06-221-1/+1
* Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 s...rohit2010-06-221-0/+1
* Added absolute path for config.ru as well. Turns out this is also needed to f...Ryan Duryea2010-06-201-1/+2
* Pass rack the absolute path of server's pid fileRyan Duryea2010-06-201-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Changing command line API from 'rails blog' to 'rails new blog'.Mikel Lindsaar2010-06-041-1/+6
* Still copy application configuration to generator even if they are required e...José Valim2010-06-022-0/+2
* add support for mysql2 adapter to dbconsoleBrian Lopez2010-05-041-2/+2
* Move ActionMailer generator to AMCarlhuda2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-293-1/+2
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2