Tag: Ruby on Rails 5

  • Ruby on Rails 5 Beginner’s Tutorial – 9. Bootstrap 4 – Adding Bootstrap Gem

    Ruby on Rails 5 Beginner’s Tutorial – 9. Bootstrap 4 – Adding Bootstrap Gem

    https://i.ytimg.com/vi/JzdY5tl1-TM/hqdefault.jpg This is a Ruby on Rails 5 Beginner’s Tutorial, part 9. Adding the Bootstrap 4 Gem. It follows closely guides.rubyonrails.org but spiffs it up and adds some bling to it in the end with Bootstrap 4 (this episode and the next 2). I run on Ubuntu. In case a Ruby/Rails person wonders: When installing…

  • How to build a blog with Rails 5 and Bootstrap 4 – Part 1

    How to build a blog with Rails 5 and Bootstrap 4 – Part 1

    https://i.ytimg.com/vi/VpNBCpAgEsY/hqdefault.jpg Check out https://www.techmaker.tv for tons of more content like this. HEADS UP: In your Gemfile, you will need to change: gem ‘bootstrap’ to: gem ‘bootstrap’, ‘4.0.0.alpha3’ Download the code from the Github repo: https://github.com/StephenFiser/FrogBlog In this episode, we go over setting up a basic project with Ruby on Rails 5 and Bootstrap 4. We…

  • Let’s Code – How to setup Bootstrap 4 on Ruby on Rails 5

    Let’s Code – How to setup Bootstrap 4 on Ruby on Rails 5

    https://i.ytimg.com/vi/ZPh19YUbC3A/hqdefault.jpg Let’s Code a quick and easy responsive website using Bootstrap 4 on Ruby on Rails 5! In this episode we setup Bootstrap 4 on a Rails application for some of that responsive and mobile first goodness. Re-uploaded in HD 🙂 For this Rails 5 app we use the following built-in Rails features: – Generators…