Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create_dummy_app method that allows to easily create dummy application from ↵ | Piotr Sarnacki | 2010-11-02 | 1 | -4/+10 |
| | | | | template | ||||
* | Allow easy overriding of test framework in 'rake plugin new' generator, ↵ | Piotr Sarnacki | 2010-11-02 | 1 | -0/+13 |
| | | | | using PluginBuilder | ||||
* | Added 'rails plugin new' generator which generates gem plugin skeleton. | Piotr Sarnacki | 2010-11-02 | 3 | -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. |