aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates/layout.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* A new application now comes with a layout and a stylesheet.José Valim2010-04-061-17/+0
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-0/+17
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-14/+0
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Rails layouts, error pages, and public/index now use HTML5.Dan Croak2010-01-051-1/+0
| | | | | | | | | | The specification allows the character encoding meta tag to be removed if character encoding is set at the transport level (Content-Type), which Rails is doing. http://dev.w3.org/html5/html4-differences/#character-encoding Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Added alert/notice from 2-3-stable and refactored redirect_to into just ↵David Heinemeier Hansson2009-12-171-1/+1
| | | | living in Redirector [DHH]
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+15