How to add Bootstrap 4.4.1 to Rails (2024)

There are several ways to add Bootstrap 4 in your Rails application. The fastest way to work with Bootstrap 4 in Rails is to actually load the assets via CDN. To do that open layouts/application.html.

1. Quick Install (CDN)

<!-- Required meta tags --><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!-- Bootstrap CSS --><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

Just before the body tag ends </body> add the javascript cdn’s:

<!-- Optional JavaScript --><!-- jQuery first, then Popper.js, then Bootstrap JS --><script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>

With the above done you are now ready to create some amazing Ruby on Rails user interfaces.

Note! The recomended way of integrating Bootstrap 4 with Rails is to add it to the Rails asset pipeline.

2. Add Bootstrap 4 in the Rails asset pipeline

To do that we need to add bootstrap and jquery in your Gemfile:

gem 'bootstrap', '~> 4.4.1'gem 'jquery-rails'

Then run bundle install and restart your server to make it available. Once gems are installed you can proceed and add it in your SCSS and JS files.

Add in your app/assets/stylesheets/application.scss (if you have application.css rename to application.scss):

@import "bootstrap";

Next add in your app/assets/javascript/application.js:

//= require jquery3//= require popper//= require bootstrap
How to add Bootstrap 4.4.1 to Rails (2024)
Top Articles
Why SO many random DCIM Folders? I want …
What is a Data Center? The Different Types of Data Centers - Check Point Software
Jackerman Mothers Warmth Part 3
Dollywood's Smoky Mountain Christmas - Pigeon Forge, TN
What to Serve with Lasagna (80+ side dishes and wine pairings)
My Boyfriend Has No Money And I Pay For Everything
No Hard Feelings Showtimes Near Metropolitan Fiesta 5 Theatre
O'reilly's In Monroe Georgia
How Far Is Chattanooga From Here
Irving Hac
My Vidant Chart
B67 Bus Time
Santa Clara Valley Medical Center Medical Records
OpenXR support for IL-2 and DCS for Windows Mixed Reality VR headsets
Lax Arrivals Volaris
Minecraft Jar Google Drive
Moviesda3.Com
Craigslist Panama City Fl
Wausau Marketplace
10 Fun Things to Do in Elk Grove, CA | Explore Elk Grove
Dragger Games For The Brain
Brbl Barber Shop
Klsports Complex Belmont Photos
Cowboy Pozisyon
3 Ways to Drive Employee Engagement with Recognition Programs | UKG
Shiny Flower Belinda
Meowiarty Puzzle
Vadoc Gtlvisitme App
Citibank Branch Locations In Orlando Florida
Little Caesars Saul Kleinfeld
Gyeon Jahee
Http://N14.Ultipro.com
New Gold Lee
Rochester Ny Missed Connections
Eastern New Mexico News Obituaries
Froedtert Billing Phone Number
Encompass.myisolved
World Social Protection Report 2024-26: Universal social protection for climate action and a just transition
Complete List of Orange County Cities + Map (2024) — Orange County Insiders | Tips for locals & visitors
Directions To The Closest Auto Parts Store
Miami Vice turns 40: A look back at the iconic series
Coroner Photos Timothy Treadwell
COVID-19/Coronavirus Assistance Programs | FindHelp.org
Denise Monello Obituary
Peace Sign Drawing Reference
Academic Notice and Subject to Dismissal
Stosh's Kolaches Photos
A rough Sunday for some of the NFL's best teams in 2023 led to the three biggest upsets: Analysis
Shiftselect Carolinas
Game Akin To Bingo Nyt
Bob Wright Yukon Accident
Latest Posts
Article information

Author: Aron Pacocha

Last Updated:

Views: 6017

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.