bootstrap RoR 초기 세팅
March 15, 2018 | 2 Minute Read
환경
ruby version: 2.3.4
rails version: 5.1.4
bootstrap version: 3.3
gemfile 추가
- 본인이 구현할 application에 맞게 추가 수정 필요
javascript 파일에 부트스트랩 등 추가
app/assets/javascripts/application.js
css import 추가
app/assets/stylesheets/custom.scss
IE 대응을 위한 shim 추가
app/views/layouts/_shim.html.erb
app/views/layouts/_header.html.erb
app/views/layouts/_footer.html.erb
- viewport 추가, debug를 위한 구문 추가
app/views/layouts/application.html.erb
time_zone 세팅