Module: YMDP
- Includes:
- ActionView::Helpers::TagHelper
- Defined in:
- lib/ymdp/compiler/base.rb,
lib/ymdp/base.rb,
lib/ymdp/compiler/domains.rb,
lib/ymdp/compiler/options.rb,
lib/ymdp/compiler/template.rb,
lib/ymdp/compiler/git_helper.rb,
lib/ymdp/configuration/config.rb,
lib/ymdp/view/application_view.rb,
lib/ymdp/view/asset_tag_helper.rb
Overview
Covers all the domains and the actions that are taken on all domains at once.
Usage:
YMDP::Compiler::Domains.new(:message => “Commit message”).compile
Options are provided by command-line parsing from YMDP::Compiler::Options.
Defined Under Namespace
Modules: ApplicationView, AssetTagHelper, Compiler, Configuration, FormTagHelper, LinkTagHelper Classes: Base, GitHelper, View
Constant Summary collapse
- ProtocolRegexp =
%r{^[-a-z]+://}.freeze
Constants included from ActionView::Helpers::TagHelper
ActionView::Helpers::TagHelper::BOOLEAN_ATTRIBUTES