Skip to content

Instantly share code, notes, and snippets.

@deepakkumarnd
Last active January 4, 2016 17:09
Show Gist options
  • Select an option

  • Save deepakkumarnd/8651797 to your computer and use it in GitHub Desktop.

Select an option

Save deepakkumarnd/8651797 to your computer and use it in GitHub Desktop.
$ 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