aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-2311-157/+0
| | | | former since it's less obstrusive.
* Killing fixtures in mailer before they kill me (they usually lead to very ↵José Valim2010-03-221-1/+1
| | | | brittle tests).
* Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.Jeremy Kemper2010-03-211-2/+3
|
* Make ERB generators more flexible and customizable.José Valim2010-03-213-42/+21
|
* Use human_name in scaffold.José Valim2010-03-171-1/+1
|
* Update scaffold to use <%= form_forJeremy Kemper2010-03-101-1/+1
|
* Added alert to layouts on scaffold.José Valim2010-03-091-0/+1
|
* Expose CSRF tag for UJS adaptersJeremy Kemper2010-02-041-0/+1
|
* Ensure javascripts are pulled in so UJS can hook the Delete linkJeremy Kemper2010-02-041-0/+1
|
* More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-262-1/+1
|
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-1/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-1811-0/+174
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2411-179/+0
|
* Change div.attribute to div.field and add some _form to tests.José Valim2009-08-301-2/+2
|
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-1/+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-304-30/+21
| | | | [#1760 status:resolved]
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
|
* Add a form hook to erb scaffold. Customize and go!José Valim2009-07-151-2/+8
|
* Solving merge conflicts.José Valim2009-07-122-5/+6
|
* Tests for scaffold generator.José Valim2009-07-021-0/+4
|
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-1/+1
|
* Added tests to scaffold controller.José Valim2009-07-022-4/+5
|
* Added test unit files for scaffold_controller.José Valim2009-07-023-5/+6
|
* Added scaffold views to scaffold controller.José Valim2009-07-026-0/+128
|
* Added migrations and make base generators be lazy loaded.José Valim2009-06-282-0/+4
|
* Added Controller Generators.José Valim2009-06-262-0/+21
|
* Improving generators runner.José Valim2009-06-261-1/+1
|
* Mailer tests.José Valim2009-06-251-0/+4
|
* More code refactoring.José Valim2009-06-251-1/+1
|
* Refactoring out descriptions.José Valim2009-06-251-5/+0
|
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-252-0/+22