Type:
Class
Constants:
PASSTHROUGH_OPTIONS : [ :skip_active_record, :skip_javascript, :database, :javascript, :quiet, :pretend, :force, :skip ]

The plugin builder allows you to override elements of the plugin generator without being forced to reverse the operations of the default generator.

This allows you to override entire operations, like the creation of the Gemfile, README, or JavaScript files, without needing to know exactly what those operations do so you can create another template action.

generate_test_dummy

generate_test_dummy(force = false) Instance Public methods

2015-06-20 00:00:00
gemspec

gemspec() Instance Public methods

2015-06-20 00:00:00
gemfile_entry

gemfile_entry() Instance Public methods

2015-06-20 00:00:00
gemfile

gemfile() Instance Public methods

2015-06-20 00:00:00
stylesheets

stylesheets() Instance Public methods

2015-06-20 00:00:00
test_dummy_assets

test_dummy_assets() Instance Public methods

2015-06-20 00:00:00
license

license() Instance Public methods

2015-06-20 00:00:00
bin

bin(force = false) Instance Public methods

2015-06-20 00:00:00
lib

lib() Instance Public methods

2015-06-20 00:00:00
app

app() Instance Public methods

2015-06-20 00:00:00