aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/generator/templates
Commit message (Collapse)AuthorAgeFilesLines
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-3/+1
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-233-0/+13
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-13/+0
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Expand path relative to __FILE__Jeremy Kemper2009-11-281-1/+1
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-0/+13