Commit Graph

15 Commits

Author SHA1 Message Date
Piotr Sarnacki b6497d3b5a Skip active record properly in 'plugin new' generator 2010-11-02 17:14:52 +01:00
Piotr Sarnacki 57fae9b2c7 Use rails integration tests by default in 'plugin new' generator 2010-11-02 17:14:52 +01:00
Piotr Sarnacki 489b279fc4 Don't be verbose while creating dummy application in plugin new generator 2010-11-02 17:14:52 +01:00
Piotr Sarnacki 46fdb3197d Pass more options to test/dummy in 'plugin new' generator 2010-11-02 17:14:51 +01:00
Piotr Sarnacki 671d1469c6 Add --full option to 'plugin new' generator, which generates rails engine 2010-11-02 17:14:51 +01:00
Piotr Sarnacki fdbd9df21e No need for say_step in 'plugin new' generator 2010-11-02 17:14:51 +01:00
Piotr Sarnacki 68295bc693 Remove integration tests and ActionModel/ActiveRecord calls from 'rake plugin new' generator, it shouldn't be available as default option 2010-11-02 17:14:51 +01:00
Piotr Sarnacki ae1debd442 Make tests for app and plugin generators more DRY 2010-11-02 17:14:50 +01:00
Piotr Sarnacki b36fa51a3f Allow easy overriding of test framework in 'rake plugin new' generator, using PluginBuilder 2010-11-02 17:14:50 +01:00
Piotr Sarnacki fd1562af8c Ensure that tests run properly 2010-11-02 17:14:50 +01:00
Piotr Sarnacki 59d52229f9 Change // style regexp to %r{}, to not confuse editors code highlighting 2010-11-02 17:14:50 +01:00
Piotr Sarnacki e51e9e2db0 Add --dev and --edge options to rails plugin new 2010-11-02 17:14:50 +01:00
Piotr Sarnacki bcd414fd10 Add support for templates for rails plugin new 2010-11-02 17:14:50 +01:00
Piotr Sarnacki b8a0fabe18 Ensure that options for plugin new generator are not passed to application generator 2010-11-02 17:14:49 +01:00
Piotr Sarnacki cfcea1d53a Added 'rails plugin new' generator which generates gem plugin skeleton.
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.
2010-11-02 17:14:49 +01:00