canvas-lms/Gemfile.d
Cody Cutrer 7f013973c3 reconnect redis on forking for switchman
fixes CNVS-15308

test plan:
 * have multiple shards
 * in console:
   Rails.cache.write('a', 'b')
   Shard.with_each_shard(parallel: 2) { Shard.default.activate { puts Rails.cache.fetch('a') } }
 * you should see a bunch of b's (one per shard), and no errors

Change-Id: I5ad7b3ae7d6c03005d229f04cf5bc2ee1e51b948
Reviewed-on: https://gerrit.instructure.com/40832
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2014-09-10 18:17:02 +00:00
..
_before.rb require bundler 1.6, and rip out github https monkey patch 2014-09-10 15:40:45 +00:00
assets.rb use github helper for dress_code gem in gemfile 2014-09-02 17:21:02 +00:00
cassandra.rb support cassandra 1.2+ consistency level usage 2014-05-23 18:53:25 +00:00
development.rb remove rails 2 support 2014-08-06 18:16:19 +00:00
development_and_test.rb add migration_selection lti extension 2014-04-23 17:05:41 +00:00
i18n_tools_and_rake_tasks.rb don't use a rake_tasks bundler group 2014-07-21 19:36:07 +00:00
icu.rb partition Gemfile 2014-03-28 16:44:56 +00:00
mysql.rb remove rails 2 support 2014-08-06 18:16:19 +00:00
other_stuff.rb reconnect redis on forking for switchman 2014-09-10 18:17:02 +00:00
plugins.rb gemify respondus_soap_endpoint 2014-08-21 16:49:54 +00:00
postgres.rb bump pg to v0.15.1 to silence warnings 2014-08-14 14:52:29 +00:00
redis.rb partition Gemfile 2014-03-28 16:44:56 +00:00
sqlite.rb allow ruby master to run with scary warning 2014-07-02 02:45:59 +00:00
test.rb use ruby 2.1 compatible mocha with all versions of ruby 2014-09-09 00:42:00 +00:00
~after.rb partition Gemfile 2014-03-28 16:44:56 +00:00