Sha256: b5f4a4c38220a06199cae1a7f544f08c55684113c26505db66c422c68a2f23d7
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
= MongoSessionStore == Description This is a fork of the DataMapper session store, modified to work with MongoDB and MongoMapper plugin. This plugin is still a work in progress... == Installation TBD == Usage 1. Clone/submodule to vendor/plugins/mongo_session_store 2. In the session_store initializer: require 'mongo_session_store' ActionController::Base.session_store = MongoMapper::SessionStore Obviously, for this to work, you must already have MongoMapper installed. == License Copyright (c) 2009 Chris Brickley Copyright (c) 2009 Tony Pitale Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongo_session_store-1.0.1 | README.rdoc |
mongo_session_store-1.0.0 | README.rdoc |