aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/application.rb
Commit message (Expand)AuthorAgeFilesLines
* stop mutating ARGVAaron Patterson2013-10-301-2/+2
* rename AppPreparerAaron Patterson2013-10-301-1/+1
* Creating a class to handle preparing ARGV.wangjohn2013-07-091-27/+1
* 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
* 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
* Explicit options should have precedence over railsrc on the `rails new`Rafael Mendonça França2012-12-241-2/+1
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-131-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
* Actually this file may be invoked directly as well with --dev.José Valim2011-05-251-1/+0
* 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-111-1/+3
* Use Thor's self.exit_on_failure? to exit whenever accessing the generators fr...Philip Arndt2011-01-291-0/+12
* ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ...Madjo DIAPENA2010-07-041-1/+1
* Changing command line API from 'rails blog' to 'rails new blog'.Mikel Lindsaar2010-06-041-1/+6
* Move ActionMailer generator to AMCarlhuda2010-04-291-1/+1
* bin/rails should use the new app generator path.José Valim2010-03-231-1/+1
* Automatically require rubygems when --dev flag is given.José Valim2010-02-041-1/+2
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-021-0/+12