Coloss-rails
- Latest Chrome (Mac/PC)
- Firefox 4.0, 3.6, 3.5, 3.0 (Mac/PC)
- Latest Safari
- IE9, IE8, IE7
- iPhone (Retina)
- Droid (Charge/Original)
- iPad
Installation
Add to your Gemfile
:
gem 'coloss-rails'
then run bundle
in the console, and then run:
rails g coloss:bootstrap
command. This should add:
= require base
= require layout
= require coloss
into app/assets/stylesheets/application.css
. and:
= require tabs
into app/assets/javascripts/application.js