aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-273/+0
* In app_generator, fix hardcoded `bundle` call to derive the bundle executable...Caio Chassot2010-03-121-1/+2
* Add a check to ensure that the application name does not already exist, i.e. ...Kieran Pilkington2010-03-121-0/+2
* Revert "In app_generator, fix hardcoded `bundle` call to derive the bundle ex...Carl Lerche2010-03-031-2/+1
* In app_generator, fix hardcoded `bundle` call to derive the bundle executable...Caio Chassot2010-03-031-1/+2
* the folder public/javascripts should be created by default [#4027 status:reso...Ramon Soares2010-02-261-2/+5
* Invalid namespace on app generation raises an errorKyle Maxwell2010-02-171-2/+7
* Update Gemfile to use latest bundler config.José Valim2010-02-041-15/+21
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-021-1/+1
* Add the database adapter in the generated GemfileCarl Lerche2010-02-011-0/+12
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-0/+244
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-225/+0
* Remove support for SQLite 2.Pratik Naik2009-08-171-1/+1
* Allow rails templates relative to the current path to be given.José Valim2009-08-071-3/+18
* Always use application generator to run templates.José Valim2009-07-281-1/+0
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-1/+4
* Change false to :verbose => false as in new Thor version.José Valim2009-07-151-6/+6
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-4/+4
* Add the new generators environment and update commands.José Valim2009-07-081-1/+1
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-0/+1
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-3/+3
* Move file action only to app generator.José Valim2009-06-281-0/+7
* Change current sstructure.José Valim2009-06-231-0/+200