Sha256: 0c5f799e96fef2c7eb534871204db799b466f6f6033297b6aa15a143dd406699

Contents?: true

Size: 551 Bytes

Versions: 10

Compression:

Stored size: 551 Bytes

Contents

RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

require File.join(File.dirname(__FILE__), 'boot')

Rails::Initializer.run do |config|
  # Usually you would add SNOGmetrics by adding the gem here, but in this
  # example app I have put the code as a plugin, because it's more convenient
  # when I code new features.
  #config.gem 'snogmetrics'
  
  config.frameworks -= [:active_record, :active_resource, :action_mailer]
  config.action_controller.session = {:key => '_snoggy_session', :secret => 'd08d2ef897ba8d7477bc3088dde396ac'}
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
snogmetrics-0.1.9 example/snoggy/config/environment.rb
snogmetrics-0.1.8 example/snoggy/config/environment.rb
snogmetrics-0.1.7 example/snoggy/config/environment.rb
snogmetrics-0.1.6 example/snoggy/config/environment.rb
snogmetrics-0.1.5 example/snoggy/config/environment.rb
snogmetrics-0.1.4 example/snoggy/config/environment.rb
snogmetrics-0.1.3 example/snoggy/config/environment.rb
snogmetrics-0.1.2 example/snoggy/config/environment.rb
snogmetrics-0.1.1 example/snoggy/config/environment.rb
snogmetrics-0.1.0 example/snoggy/config/environment.rb