aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/plugin_builders
Commit message (Collapse)AuthorAgeFilesLines
* create_dummy_app method that allows to easily create dummy application from ↵Piotr Sarnacki2010-11-021-4/+10
| | | | template
* Allow easy overriding of test framework in 'rake plugin new' generator, ↵Piotr Sarnacki2010-11-021-0/+13
| | | | using PluginBuilder
* Added 'rails plugin new' generator which generates gem plugin skeleton.Piotr Sarnacki2010-11-023-0/+16
This command is based on enginex gem by José Valim. It generates gem structure and ads dummy application into test/dummy. This can be used to start developing any kind of extension for rails 3.