aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/script/console
Commit message (Collapse)AuthorAgeFilesLines
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-3/+0
|
* Refactor script/console into an object and use IRB.start instead of calling ↵Carlhuda2009-11-231-0/+1
| | | | exec.
* Refactor generators a little bit.José Valim2009-11-081-0/+2
Signed-off-by: Yehuda Katz <wycats@mobile-166-129-219-135.mycingular.net>