aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold
Commit message (Expand)AuthorAgeFilesLines
* Notice/alert are out of the layout, so notice has to go back into show to mak...David Heinemeier Hansson2010-04-091-0/+2
* 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-062-23/+0
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-237-0/+119
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-187-128/+0
* Add documentation to f.submit and make scaffold generators use the new shortcut.José Valim2010-01-141-5/+1
* Rails layouts, error pages, and public/index now use HTML5.Dan Croak2010-01-051-1/+0
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-1/+1
* Don't need h in there now that XSS protection is on by defaultMichael Koziarski2009-10-082-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-247-0/+133