Skip to content

Tutorial (Walkthrough)

fortuity edited this page May 20, 2011 · 139 revisions

Rails3 + Mongoid + Devise

This is a detailed tutorial showing how to use Mongoid with Devise. Mongoid is a datastore that gives you quick development without schemas or migrations. Devise gives you ready-made authentication and user management.

The Project Has Moved!

Please visit the project at its new home:

Follow on Twitter Follow on Twitter

To keep up to date, follow the project on Twitter:
http://twitter.com/rails_apps

Please tweet some praise if you like what you’ve found.

Credits

Daniel Kehoe (http://danielkehoe.com/) implemented the application and wrote the tutorial.