Skip to content

Instantly share code, notes, and snippets.

@yuki24
Created October 23, 2012 12:41
Show Gist options
  • Save yuki24/3938538 to your computer and use it in GitHub Desktop.
Save yuki24/3938538 to your computer and use it in GitHub Desktop.
How to get kaminari work with twitter bootstrap nicely
$ bundle install
$ rails g bootstrap:install
$ rails g bootstrap:layout application fluid
gem "kaminari"
gem "twitter-bootstrap-rails", :group => :assets
$ rails g kaminari:views bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment