aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/config/environments/development.rb.tt
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-19/+0
| | | | former since it's less obstrusive.
* Get rid of deprecation warnings on config/environments/*José Valim2010-02-021-3/+3
|
* Template whitespaceJoshua Peek2010-01-221-1/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+19
rspec:install generator, you need generators/rspec/install_generator in your load path.