aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick core extensions. Don't explicitly require rubygems. Use load ↵Jeremy Kemper2009-09-141-13/+11
| | | | path for vendored thor.
* Change scaffold to use _form as partial and div's instead of paragraphs. ↵José Valim2009-08-301-1/+0
| | | | [#1760 status:resolved]
* Update vendored thor.José Valim2009-08-301-1/+1
|
* Use less strict rules in generators lookup, so people can lay their ↵José Valim2009-08-101-55/+35
| | | | generators wherever they want.
* Added rubygems to generators load_paths, but we only load generators from ↵José Valim2009-08-081-21/+43
| | | | gems that are alraedy activated. This fixes the version problem and avoid silly conflicts.
* Updated vendored thor to 0.11.5José Valim2009-08-071-1/+1
|
* Updated vendored thor to 0.11.3.José Valim2009-07-231-1/+1
|
* Do not try to use thor gem.José Valim2009-07-231-1/+1
|
* Allow nested and multiple fallbacks for generators.José Valim2009-07-211-6/+20
|
* Implemented generaators fallbacks.José Valim2009-07-161-11/+35
|
* Add a form hook to erb scaffold. Customize and go!José Valim2009-07-151-0/+1
|
* Allow nil and false to be given as configuration values and avoid creating ↵José Valim2009-07-151-6/+4
| | | | unecessary hashes.
* Allow namespaced configuration on generators.José Valim2009-07-151-28/+58
|
* Add version to thor frozen gem.José Valim2009-07-141-1/+1
|
* Vendorized Thor.José Valim2009-07-131-5/+1
|
* Add hooks for integration and performance tests.José Valim2009-07-131-0/+2
|
* Add the new generators environment and update commands.José Valim2009-07-081-5/+5
|
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-29/+62
|
* 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