aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates/script
Commit message (Collapse)AuthorAgeFilesLines
* Use Rails::Application ref in Rakefile and console scripts.Joshua Peek2010-01-242-2/+2
| | | | Less places you need to change if you rename your application.
* Delegate App calls to instanceJoshua Peek2010-01-222-2/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-1810-0/+31
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2410-31/+0
|
* Solving merge conflicts.José Valim2009-07-2110-10/+10
|
* Change current sstructure.José Valim2009-06-2310-0/+31