Sha256: f8a71ac737ab8cf1f8d9c8f515b7d80ede3b599e084db6d5223eaa06286ae602

Contents?: true

Size: 318 Bytes

Versions: 12

Compression:

Stored size: 318 Bytes

Contents

require 'mongo_mapper'
require "cohortly/config"
require "cohortly/engine"
require "cohortly/tag_config"

MongoMapper.database = "cohortly-#{Rails.env}"

require "active_support/notifications"

ActiveSupport::Notifications.subscribe "cohortly.event" do |*args|
  Cohortly::Metric.store!(args)
end

module Cohortly
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cohortly-0.0.93 lib/cohortly.rb
cohortly-0.0.92 lib/cohortly.rb
cohortly-0.0.9.1 lib/cohortly.rb
cohortly-0.0.9 lib/cohortly.rb
cohortly-0.0.8 lib/cohortly.rb
cohortly-0.0.7 lib/cohortly.rb
cohortly-0.0.6 lib/cohortly.rb
cohortly-0.0.5 lib/cohortly.rb
cohortly-0.0.4 lib/cohortly.rb
cohortly-0.0.3 lib/cohortly.rb
cohortly-0.0.2 lib/cohortly.rb
cohortly-0.0.1 lib/cohortly.rb