Skip to content

Instantly share code, notes, and snippets.

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 tnt501muzinjomane/dd558955624cb6d45fc2 to your computer and use it in GitHub Desktop.
Save tnt501muzinjomane/dd558955624cb6d45fc2 to your computer and use it in GitHub Desktop.
#Installation of twitter bootstrap
#On Gemfile
gem "therubyracer"
gem "less-rails"
gem "twitter-boostrap-rails"
#On the terminal
$bundle install
$rails g bootstrap:install less
#Generating application layouts
$rails g bootstrap:layout application fixed
#Generating object layout theme
$rails g bootstrap:themed posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment