Flowdock
method

generators

Importance_1
v3.0.0 - Show latest stable - 0 notes - Class: Rails::Railtie::Configuration
generators() public

Holds generators configuration:

  config.generators do |g|
    g.orm             :datamapper, :migration => true
    g.template_engine :haml
    g.test_framework  :rspec
  end

If you want to disable color in console, do:

  config.generators.colorize_logging = false
Show source
Register or log in to add new notes.