class Plugin
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.2.22.5The Plugin class should be an object which provides the following methods:
-
name- Used during initialisation to order the plugin (based on name andthe contents of <tt>config.plugins</tt>).
-
valid?- Returns true if this plugin can be loaded. -
load_paths- Each path within the returned array will be added to the$LOAD_PATH. -
load- Finally ‘load’ the plugin.
These methods are expected by the Rails::Plugin::Locator and Rails::Plugin::Loader classes. The default implementation returns the lib directory as its load_paths, and evaluates init.rb when load is called.
You can also inspect the about.yml data programmatically:
plugin = Rails::Plugin.new(path_to_my_plugin) plugin.about["author"] # => "James Adam" plugin.about["url"] # => "http://interblah.net"
Inherits from
Namespace
Classes
Includes
Attributes
Methods (defined here)
- # <=>
- # about
- # controller_path
- # engine?
- # load
- # loaded?
- # load_paths
- # locale_files
- # locale_path
- # localized?
- # metal_path
- # routed?
- # routing_file
- # valid?
- # view_path
- self. new
Private methods
(11)
Implementation detail — not part of the public API.
Used by
Subclasses (1)
Methods (inherited)
From Object (37)
- # acts_like?
- # app
- # as_json
- # blank?
- # class_eval
- # create
- # create_fixtures
- # destroy
- # duplicable?
- # edit
- # find_cmd
- # helper
- # html_safe?
- # index
- # instance_exec
- # instance_variable_defined?
- # instance_variable_names
- # message
- # metaclass
- # new_session
- # presence
- # present?
- # reload!
- # returning
- # singleton_class
- # tap
- # to_json
- # to_param
- # to_query
- # try
- # unescape
- # update
- # with_options
- self. blank_slate_method_added
- self. find_hidden_method
- self. lookup_missing_generator
- self. method_added