Sha256: f17d2a6125d05bd40194b40ce1666c1f6977477a5b9d5233d789f006513ac677

Contents?: true

Size: 823 Bytes

Versions: 8

Compression:

Stored size: 823 Bytes

Contents

= mongo-store

Rack session store for MongoDB. See the docs[http://rdoc.info/projects/titanous/mongo-store] for more usage details.

== Installation
    gem install mongo-store

== Usage
    use Rack::Session::Mongo, :connection => @existing_mongodb_connection,
                              :expire_after => 1800

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Jonathan Rudenberg. See LICENSE for details.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mongo-store-0.2.4 README.rdoc
mongo-store-0.2.3 README.rdoc
mongo-store-0.2.2 README.rdoc
mongo-store-0.2.1 README.rdoc
mongo-store-0.2.0 README.rdoc
mongo-store-0.1.2 README.rdoc
mongo-store-0.1.1 README.rdoc
mongo-store-0.1.0 README.rdoc