Bootflat-Rails icon indicating copy to clipboard operation
Bootflat-Rails copied to clipboard

Bootflat on Rails

Results 6 Bootflat-Rails issues
Sort by recently updated
recently updated
newest added

Hi, I'm setting up a new project and it seems that Bootflat Rails isn't compatible here. Seems bootstrap-rails is dependent on jquery-rails ~3.1, which depends on railties < 5.0 (which...

I am suffering from some error with missing requirements on rails 4.1.6 and ruby 2.1.3. Error: ``` vendor/bundle/gems/bootflat-rails-0.1.0/lib/bootflat-rails.rb:4:in `require': cannot load such file -- bootflat-rails/sass_functions (LoadError) from /Users/christophseydel/Development/projekte/lituro/vendor/bundle/gems/bootflat-rails-0.1.0/lib/bootflat-rails.rb:4:in `load!' from...

I also noticed that the font style is ignored. ![screen shot 2014-04-15 at 9 36 09 am](https://cloud.githubusercontent.com/assets/1754675/2703919/2f78a95e-c460-11e3-8bfe-61095299e6fd.png) So to fix this, in `application.css` move the line `*= require bootflat` to...

iCheck images doesn't go through `rake assets:precompile`

bug

the `vendor/images/check_flat/default.png` isn't pushed to assets pipeline on production.

Probably needs the checkbox images included in `/images`

enhancement