aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators.rb
Commit message (Expand)AuthorAgeFilesLines
* Use active_support/mini since we just need inflections.José Valim2009-07-061-2/+2
* Load generators from user home and show a error message if they can't be loaded.José Valim2009-07-041-10/+27
* Allow scaffold controller to load action_orm files on demand.José Valim2009-07-041-1/+0
* Search for generators on vendorized plugins and gems.José Valim2009-07-041-2/+8
* Add some tests for no_color! behavior.José Valim2009-07-031-2/+2
* More tests for rails generators and lookup.José Valim2009-07-031-48/+63
* Removed remaining old generators files.José Valim2009-07-031-0/+2
* Added lookup to generators.José Valim2009-07-031-14/+73
* Make color optional.José Valim2009-07-021-0/+8
* Updated commands.José Valim2009-07-021-3/+37
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-3/+0
* Make Observer generator agnostic.José Valim2009-06-271-0/+1
* Added invoke_if and make use of it on controller generators.José Valim2009-06-261-1/+2
* Added Rails::Generators.find_by_namespace.José Valim2009-06-261-0/+36
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-251-0/+1
* Splitting base into several files.José Valim2009-06-231-0/+1
* Change current sstructure.José Valim2009-06-231-0/+25