aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | 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]
* 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-2411-0/+179