mongo_session_store icon indicating copy to clipboard operation
mongo_session_store copied to clipboard

Rails 3 and 4 session store class implemented for MongoMapper and Mongoid or any other MongoDB ODM

Results 5 mongo_session_store issues
Sort by recently updated
recently updated
newest added

I get this error when running my project with mongo_session_store-rails4 in Rails 5. RuntimeError (#find_session not implemented.): vendor/ruby/2.3.0/gems/rack-2.0.1/lib/rack/session/abstract/id.rb:380:in `find_session' vendor/ruby/2.3.0/gems/rack-2.0.1/lib/rack/session/abstract/id.rb:270:in`load_session' vendor/ruby/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/session/abstract_store.rb:56:in `block in load_session' vendor/ruby/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/session/abstract_store.rb:64:in`stale_session_check!' vendor/ruby/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/middleware/session/abstract_store.rb:56:in `load_session' vendor/ruby/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/request/session.rb:216:in`load!' vendor/ruby/2.3.0/gems/actionpack-5.0.0.1/lib/action_dispatch/request/session.rb:212:in `load_for_write!'...

Deserializing all fields in plain old mongo driver It resolved issue 31 - there are no new document at every request (or they are removed). No automatic tests written, tested...

Hello, I try to use mongo_session_store with MongoStore. For some reasons, we are stuck with ruby mongo 1.12 driver, so lastest working version of mongo_session_store is 5.1 (6.0 does not...

A nice feature missing is to customize the Session class, adding attributes, indexes and another stuff useful to the application. To do this you can simply add code to the...

See the rails output: Started GET "/assets/image.png" for 127.0.0.1 at 2013-04-12 21:04:44 -0400 MOPED: _ip_removed_:27017 COMMAND database=admin command={:ismaster=>1} (49.5179ms) MOPED: _ip_removed_:27017 QUERY database=test_app collection=sessions selector={"$query"=>{"_id"=>"Ex3eCW1YUFRMj0w3FSiToazcD4Y"}, "$orderby"=>{:_id=>1}} flags=[:slave_ok] limit=-1 skip=0 batch_size=nil...