aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/config/environments
Commit message (Collapse)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-0/+81
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-71/+0
|
* Remove generator environment until we have a gem manifest.José Valim2009-07-131-18/+0
|
* Do not clean up frameworks on generators environment, otherwise ↵José Valim2009-07-091-6/+5
| | | | initializers, gems and plugins might not be loaded properly.
* Add the new generators environment and update commands.José Valim2009-07-081-0/+19
|
* Change current sstructure.José Valim2009-06-233-0/+71