Skip to content

Instantly share code, notes, and snippets.

@clm-a
Created May 10, 2012 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clm-a/2653205 to your computer and use it in GitHub Desktop.
Save clm-a/2653205 to your computer and use it in GitHub Desktop.
Getting started w/ devise, bootstrap, simple form...
rails new
# Gemfile
gem simple_form
gem twitter-bootstrap-rails gem
rails g simple_form:install --bootstrap
# have a look : lib/templates/erb/scaffold/_form.html.erb
rails g bootstrap:install
rails g bootstrap:layout application fixed
rails g devise:install
rails g devise user
# pertinent ?
rails g bootstrap:themed User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment