aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/vendor/thor-0.11.1
Commit message (Collapse)AuthorAgeFilesLines
* Update vendored Thor to have latest actions updates.José Valim2009-07-1610-463/+371
|
* Added source_paths to rails generators. If a template is added to ↵José Valim2009-07-151-36/+18
| | | | RAILS_ROOT/lib/templates/base/generator it will be used. For example, to customize edit.html.erb template on scaffold, just add a customized copy at RAILS_ROOT/lib/templates/erb/scaffold.
* Change false to :verbose => false as in new Thor version.José Valim2009-07-159-100/+88
|
* Allow namespaced configuration on generators.José Valim2009-07-152-6/+20
|
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-152-23/+62
|
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-1436-0/+4384