aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* 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