Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

RAILS_DEV_PATH = File.expand_path("../../../../../..", File.dirname(__FILE__))

RESERVED_NAMES = %w[application destroy benchmarker profiler plugin runner test]

DEFAULT_ALIASES = { :rails => { :actions => '-a', :orm => '-o', :javascripts => '-j', :javascript_engine => '-je', :resource_controller => '-c', :scaffold_controller => '-c', :stylesheets => '-y', :stylesheet_engine => '-se', :template_engine => '-e', :test_framework => '-t' }, :test_unit => { :fixture_replacement => '-r', }, :plugin => { :generator => '-g', :tasks => '-r' } }

DEFAULT_OPTIONS = { :rails => { :assets => true, :force_plural => false, :helper => true, :integration_tool => nil, :javascripts => true, :javascript_engine => :js, :orm => false, :performance_tool => nil, :resource_controller => :controller, :resource_route => true, :scaffold_controller => :scaffold_controller, :stylesheets => true, :stylesheet_engine => :css, :test_framework => false, :template_engine => :erb }, :plugin => { :generator => false, :tasks => false } }

Attributes

Show files where this module is defined (27 files)
Register or log in to add new notes.