Skip to content

Instantly share code, notes, and snippets.

@vladiim
Created June 20, 2016 03:39
Show Gist options
  • Select an option

  • Save vladiim/bde3964ec8e0b5c1b30247648e338d85 to your computer and use it in GitHub Desktop.

Select an option

Save vladiim/bde3964ec8e0b5c1b30247648e338d85 to your computer and use it in GitHub Desktop.
# Gen app
rails new blah -T
# Update Gemfile
# gem 'devise'
# gem 'bootstrap', '~> 4.0.0.alpha3'
# Install gems
bundle
# Generate users
rails generate devise:install
rails generate devise User
rails generate devise:views
rails db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment