Skip to content

Instantly share code, notes, and snippets.

@kannans
Last active October 8, 2016 18:11
Show Gist options
  • Save kannans/a010d9e7d46bf337a593c99fe20ba689 to your computer and use it in GitHub Desktop.
Save kannans/a010d9e7d46bf337a593c99fe20ba689 to your computer and use it in GitHub Desktop.
RailsBootstrap

Gem file

gem 'bootstrap-sass', '~> 3.3.6'
gem 'nested_form'` # nested form

application.css -> application.scss

@import "bootstrap-sprockets";
@import "bootstrap";

application.js - add this under jquery.

//= require bootstrap-sprockets
//= require jquery_nested_form

--- done ---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment