aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/scaffold_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove :layout option from generators.José Valim2010-04-061-1/+0
|
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-6/+0
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-0/+41
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-53/+0
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+53