Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove error_messages_for from scaffold. | José Valim | 2010-04-10 | 1 | -1/+10 | |
| | ||||||
* | Need a double escape there | David Heinemeier Hansson | 2010-04-09 | 1 | -1/+1 | |
| | ||||||
* | Notice/alert are out of the layout, so notice has to go back into show to ↵ | David Heinemeier Hansson | 2010-04-09 | 1 | -0/+2 | |
| | | | | make it work for scaffolding | |||||
* | Remove :layout option from generators. | José Valim | 2010-04-06 | 1 | -1/+0 | |
| | ||||||
* | A new application now comes with a layout and a stylesheet. | José Valim | 2010-04-06 | 2 | -23/+0 | |
| | ||||||
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 11 | -0/+157 | |
| | | | | former since it's less obstrusive. | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 11 | -174/+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é Valim | 2010-01-14 | 1 | -5/+1 | |
| | ||||||
* | Rails layouts, error pages, and public/index now use HTML5. | Dan Croak | 2010-01-05 | 1 | -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 Hansson | 2009-12-17 | 1 | -1/+1 | |
| | | | | living in Redirector [DHH] | |||||
* | Don't need h in there now that XSS protection is on by default | Michael Koziarski | 2009-10-08 | 2 | -2/+2 | |
| | ||||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 11 | -0/+179 | |