Commit 2200d53326aa0d5df32fe453c3c8b61b67094a9a

Authored by Marcin Ciunelis
1 parent 05d096aa
Exists in master and in 1 other branch production

enabled identity map

config/mongoid.example.yml
... ... @@ -9,6 +9,7 @@
9 9  
10 10 defaults: &defaults
11 11 host: localhost
  12 + identity_map_enabled: true
12 13 # slaves:
13 14 # - host: slave1.local
14 15 # port: 27018
... ...
config/mongoid.mongohq.yml
... ... @@ -5,4 +5,5 @@
5 5 # commit it to your repo, then push to heroku.
6 6  
7 7 production:
8   - uri: <%= ENV['MONGOHQ_URL'] %>
9 8 \ No newline at end of file
  9 + uri: <%= ENV['MONGOHQ_URL'] %>
  10 + identity_map_enabled: true
... ...