nozmimi’s blog

忘れがちなことをメモ時々雑談。

(自分用メモ)よく使うgem

Bootstrap4

Gemfileに追記する

gem 'bootstrap'
gem'jquery-rails'

 

application.scssに追記する

// Custom bootstrap variables must be set or imported *before* bootstrap.
@import "bootstrap";

 

application.jsに追記する

//= require jquery3
//= require popper
//= require bootstrap-sprockets

 

chart.js

Gemfileに追記する

gem 'chart-js-rails'

 

application.jsに追記する

//= require Chart.min