aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/test
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-236-22/+0
| | | | former since it's less obstrusive.
* Resolve test/unit load ordering by removing backtrace filter from boot ↵Jeremy Kemper2010-02-111-2/+1
| | | | initializers
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-0/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-186-0/+22
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-246-47/+0
|
* Rename a wrongly named file.José Valim2009-07-021-0/+0
|
* Change current sstructure.José Valim2009-06-236-0/+47