Last active
January 4, 2016 17:09
-
-
Save deepakkumarnd/8651797 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rails new app_name --skip-active-record | |
| Gemfile | |
| gem 'mongoid', github: 'mongoid/mongoid' | |
| $ rails g mongoid:config | |
| Gemfile | |
| gem 'devise' | |
| $ rails generate devise:install | |
| $ rails generate devise User | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment