Tag: Rails 5

  • 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

    [ad_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.…

  • 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

    [ad_1] 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: –…