diff options
author | Azul <azul@leap.se> | 2013-12-13 11:16:11 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-12-13 13:17:56 +0100 |
commit | 72087656e5092fd744f4314c9a0e91825399fefc (patch) | |
tree | 2028ea1c0aaf34d57834d39d44a4ffd314fb1a16 /Gemfile.lock | |
parent | ce99e9892dc5f807e072be8161c19f4969b1dace (diff) |
proceed even if the couch is unreachable
* in case the user has a session id, keep it but proceed without a session
* in case we can't initialize the models proceed
* if APP_CONFIG[:reraise_errors] is set we'll crash instead in the latter case
default to reraise errors in dev and test environments.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1c24bc6..918fdba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ PATH leap_web_core (0.2.8) couchrest (~> 1.1.3) couchrest_model (~> 2.0.0) - couchrest_session_store (~> 0.2.3) + couchrest_session_store (~> 0.2.4) json rails (~> 3.2.11) @@ -110,7 +110,7 @@ GEM couchrest (~> 1.1.3) mime-types (>= 1.15) tzinfo (>= 0.3.22) - couchrest_session_store (0.2.3) + couchrest_session_store (0.2.4) actionpack couchrest couchrest_model |