aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Also load generators at lib/rails_generators.José Valim2009-11-231-0/+0
| | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
* Use less strict rules in generators lookup, so people can lay their ↵José Valim2009-08-102-0/+2
| | | | generators wherever they want.
* Added rubygems to generators load_paths, but we only load generators from ↵José Valim2009-08-082-0/+0
| | | | gems that are alraedy activated. This fixes the version problem and avoid silly conflicts.
* Load generators from user home and show a error message if they can't be loaded.José Valim2009-07-041-0/+3
|
* Search for generators on vendorized plugins and gems.José Valim2009-07-041-0/+2