Sha256: b90c8c1d16d86f073e5cac9641751bd8a9d4e844c31f7da7254d5f8aaf92cf2b

Contents?: true

Size: 407 Bytes

Versions: 27

Compression:

Stored size: 407 Bytes

Contents

module Adherent
  class Engine < ::Rails::Engine
    isolate_namespace Adherent
    
    # I18n.default_locale = :fr
      
    config.generators.templates.unshift File.expand_path("lib/templates", root)
    
    config.generators do |g|
      g.test_framework :rspec
    #  g.fixture_replacement :factory_girl, :dir => 'spec/factories'
      g.assets false
      g.helper false
    end
    
   

  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
adherent-0.3.13 lib/adherent/engine.rb
adherent-0.3.12 lib/adherent/engine.rb
adherent-0.3.11 lib/adherent/engine.rb
adherent-0.3.10 lib/adherent/engine.rb
adherent-0.3.9 lib/adherent/engine.rb
adherent-0.3.7 lib/adherent/engine.rb
adherent-0.3.6 lib/adherent/engine.rb
adherent-0.3.5 lib/adherent/engine.rb
adherent-0.3.4 lib/adherent/engine.rb
adherent-0.3.3 lib/adherent/engine.rb
adherent-0.3.2 lib/adherent/engine.rb
adherent-0.3.1 lib/adherent/engine.rb
adherent-0.3.0 lib/adherent/engine.rb
adherent-0.2.9 lib/adherent/engine.rb
adherent-0.2.8 lib/adherent/engine.rb
adherent-0.2.7 lib/adherent/engine.rb
adherent-0.2.6 lib/adherent/engine.rb
adherent-0.2.5 lib/adherent/engine.rb
adherent-0.2.4 lib/adherent/engine.rb
adherent-0.2.3 lib/adherent/engine.rb