aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb/scaffold/templates
Commit message (Collapse)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-186-0/+75
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-246-80/+0
|
* Change div.attribute to div.field and add some _form to tests.José Valim2009-08-301-2/+2
|
* Remove inline css. [#593 status:resolved]José Valim2009-08-301-1/+1
|
* Change scaffold to use _form as partial and div's instead of paragraphs. ↵José Valim2009-08-303-28/+21
| | | | [#1760 status:resolved]
* Solving merge conflicts.José Valim2009-07-122-5/+6
|
* Added tests to scaffold controller.José Valim2009-07-021-2/+2
|
* Added scaffold views to scaffold controller.José Valim2009-07-025-0/+86