aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold
Commit message (Collapse)AuthorAgeFilesLines
...
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 ↵Andrew White2010-06-203-3/+3
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Rename fieldWithErrors style to field_with_errors. Remove unused alert style.Jeremy Kemper2010-04-241-1/+1
|
* Cleanup indention and spacing and turn errorExplanation into ↵David Heinemeier Hansson2010-04-131-8/+9
| | | | error_explanation now that nobody depends on it anymore
* Use pluralize to properly inflect the number of errors.José Valim2010-04-101-1/+1
|
* Remove error_messages_for from scaffold.José Valim2010-04-101-1/+10
|
* Need a double escape thereDavid Heinemeier Hansson2010-04-091-1/+1
|
* Notice/alert are out of the layout, so notice has to go back into show to ↵David Heinemeier Hansson2010-04-091-0/+2
| | | | make it work for scaffolding
* 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
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-187-128/+0
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* 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-247-0/+133