shadowbq / cartoque

A simple and free CMDB app written in Ruby on Rails
http://cartoque.org/
MIT License
1 stars 0 forks source link

RAILS4.x: Bootstrap included failure #4

Open shadowbq opened 8 years ago

shadowbq commented 8 years ago
 133) Welcome includes stats about softwares
       Failure/Error: @import "bootstrap/reset";

       ActionView::Template::Error:
         File to import not found or unreadable: bootstrap/reset.
         Load paths:
           /home/shadowbq/sandbox/cartoque/app/assets/javascripts
shadowbq commented 8 years ago
  9) CronjobsController GET /index does not display any cronjob if no filter set
     Failure/Error: @import "bootstrap/reset";

     ActionView::Template::Error:
       File to import not found or unreadable: bootstrap/reset.
       Load paths:
         /home/shadowbq/sandbox/cartoque/app/assets/javascripts
         /home/shadowbq/sandbox/cartoque/app/assets/stylesheets
         /home/shadowbq/sandbox/cartoque/vendor/assets/javascripts
         /home/shadowbq/sandbox/cartoque/vendor/assets/stylesheets
         /usr/local/rvm/gems/ruby-2.2.3/gems/font-awesome-sass-rails-3.0.2.2/app/assets/fonts
         /usr/local/rvm/gems/ruby-2.2.3/gems/font-awesome-sass-rails-3.0.2.2/app/assets/stylesheets
         /usr/local/rvm/gems/ruby-2.2.3/gems/jquery-rails-3.1.4/vendor/assets/javascripts
         /usr/local/rvm/gems/ruby-2.2.3/gems/coffee-rails-4.1.0/lib/assets/javascripts
         /usr/local/rvm/gems/ruby-2.2.3/gems/bootstrap-sass-3.3.5/assets/stylesheets
         /usr/local/rvm/gems/ruby-2.2.3/gems/bootstrap-sass-3.3.5/assets/javascripts
         /usr/local/rvm/gems/ruby-2.2.3/gems/bootstrap-sass-3.3.5/assets/fonts
         /usr/local/rvm/gems/ruby-2.2.3/gems/bootstrap-sass-3.3.5/assets/images
         /usr/local/rvm/gems/ruby-2.2.3/gems/bootstrap-sass-3.3.5/assets/stylesheets
         (in /home/shadowbq/sandbox/cartoque/app/assets/stylesheets/twitter_bootstrap.css.scss:27)
shadowbq commented 8 years ago

cartque rails3 Current -> bootstrap-sass (2.3.1.0)

Bootstrap 2 is old and bootstrap 3 and 4 are out..

(this is on bootstrap2) http://library.edgecase.com/bootstrapping-rails

The assets are missing I need to find the old bootstrap gem that had the assets.

update

https://github.com/twbs/bootstrap-sass#a-ruby-on-rails

gem 'bootstrap-sass', '~> 3.3.6' gem 'sass-rails', '>= 3.2'

// "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables" @import "bootstrap-sprockets"; @import "bootstrap";