aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications/app/template_runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Array.wrap() instead of Array() and handle action_view.cache_template_loa...Pratik Naik2009-02-281-1/+1
* Ensure 16b3d2b621b1682f249209097c31b0a10f0f87ef works with Ruby 1.9Pratik Naik2009-02-281-1/+1
* Added :env option for gem in template runner [#1983 state:resolved]Andrew Vit2009-02-281-4/+24
* Ensure template_runner can run script/* ruby scripts under Windows. [#1859 st...unknown2009-02-161-2/+8
* Merge docrailsPratik Naik2009-01-181-1/+7
* Ensure template runner tests don't depend on hash ordering [#1654 state:resol...Mike Gunderloy2008-12-281-1/+1
* Use SimpleLogger for Rails::TemplateRunner outside of the Generator context [...Aaron Quint2008-12-281-0/+10
* Adding test coverage and better logging to Rails::TemplateRunner [#1618 state...Aaron Quint2008-12-271-66/+53
* Fix message when running TemplateRunner#git. [#1526 state:resolved]Sergio Gil2008-12-081-2/+2
* Add a rake task to apply a template to an existing application.Pratik Naik2008-12-071-2/+2
* Remove unused TemplateRunner attributesPratik Naik2008-12-071-1/+1
* Added support for plugins to be installed as submodules with the application ...Peter Cooper2008-12-061-1/+7
* Add :env and :sudo options to TemplateRunner#rake.Pratik Naik2008-12-041-3/+6
* Make TemplateRunner#generate accept any number of argumentsPratik Naik2008-12-031-3/+3
* Remove docs for TemplateRunner#gem as the behaviour has been changedPratik Naik2008-12-021-13/+0
* Add "-m/--template" option to Rails generator to apply template to generated ...Jeremy McAnally2008-12-021-0/+376