class PluginBuilder
Ruby on Rails 7.2.3
Since v3.1.12The 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.
Inherits from
Constants
Methods (defined here)
- # app
- # assets_manifest
- # bin
- # cifiles
- # config
- # gemfile
- # gemfile_entry
- # gemspec
- # generate_test_dummy
- # gitignore
- # lib
- # license
- # rakefile
- # readme
- # rubocop
- # stylesheets
- # test
- # test_dummy_clean
- # test_dummy_config
- # test_dummy_sprocket_assets
- # version_control
Methods (inherited)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs