Skip to content

Instantly share code, notes, and snippets.

View ivobenedito's full-sized avatar

Ivo Benedito ivobenedito

View GitHub Profile
@ivobenedito
ivobenedito / gist:315dbac98a5b6a03c4561d34c1c545d6
Created July 21, 2016 10:29 — forked from keit/gist:6288233
Rails4 + Bower + Bootstrap set-up
This document is outdated.
You should read David Bryant Copeland's excellent online book: http://angular-rails.com/crud_recipe.html
---------------------------------------------------------------------------------------------------------------
I think it's better to install javascript/css libraries using Bower rather than gem which is Ruby packager.
1. Install Rails 4 and create a new project.
2. Install bower(Note you need to install node first.)
sudo npm install -g bower