aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/plugin_builders
Commit message (Collapse)AuthorAgeFilesLines
* Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-244-35/+0
| | | | | | | Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider using application template instead. See this guide for more detail: http://guides.rubyonrails.org/rails_application_templates.html
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
|
* 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.