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
Money Market vs. High-Yield Savings: Where are the Best Rates?
These 5 Budgeting Myths are Total BS. So Stop Using Them as Excuses
Overton Funeral Home Waterloo Iowa
Terrorist Usually Avoid Tourist Locations
Room Background For Zepeto
Arkansas Gazette Sudoku
Clafi Arab
Barstool Sports Gif
Mikayla Campino Video Twitter: Unveiling the Viral Sensation and Its Impact on Social Media
A Fashion Lover's Guide To Copenhagen
Jcpenney At Home Associate Kiosk
Little Rock Arkansas Craigslist
Audrey Boustani Age
I Wanna Dance with Somebody : séances à Paris et en Île-de-France - L'Officiel des spectacles
Rainfall Map Oklahoma
Canvas Nthurston
Pretend Newlyweds Nikubou Maranoshin
Panolian Batesville Ms Obituaries 2022
Sandals Travel Agent Login
Reicks View Farms Grain Bids
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Kirsten Hatfield Crime Junkie
Https E22 Ultipro Com Login Aspx
Discord Nuker Bot Invite
Impact-Messung für bessere Ergebnisse « impact investing magazin
How To Improve Your Pilates C-Curve
Bfri Forum
Redding Activity Partners
Storelink Afs
Muziq Najm
Henry County Illuminate
Bbc Gahuzamiryango Live
Crazy Balls 3D Racing . Online Games . BrightestGames.com
„Wir sind gut positioniert“
Bianca Belair: Age, Husband, Height & More To Know
Vocabulary Workshop Level B Unit 13 Choosing The Right Word
2700 Yen To Usd
Wal-Mart 140 Supercenter Products
Hkx File Compatibility Check Skyrim/Sse
2017 Ford F550 Rear Axle Nut Torque Spec
Ssc South Carolina
Best Suv In 2010
Breaking down the Stafford trade
Dragon Ball Super Card Game Announces Next Set: Realm Of The Gods
New Zero Turn Mowers For Sale Near Me
What Time Do Papa John's Pizza Close
Poster & 1600 Autocollants créatifs | Activité facile et ludique | Poppik Stickers
Tommy Gold Lpsg
Mkvcinemas Movies Free Download
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.