Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs regarding mongoid, similar to rails3-mongoid-omniauth #6

Open
MarkDBlackwell opened this issue May 29, 2013 · 0 comments
Open

Comments

@MarkDBlackwell
Copy link

For whoever must use MongoDB versions earlier than 2.2.0, please update these docs (README and tutorial section 'Installing MongoDB') similar to your comment and pull request for Rails Example App rails3-mongoid-omniauth.

On the Debian GNU/Linux operating system, as of March 2013, the latest stable version is MongoDB 2.0.0. With MongoDB 2.0.0, the Mongoid gem must be version 3.0.x. See the "Mongoid installation instructions":http://mongoid.org/en/mongoid/docs/installation.html#installation. Change your Gemfile to use an earlier Mongoid version:
+
+<pre>
+gem 'mongoid', '~> 3.0.1'
+</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant