Tag: rails 5 blog

  • 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…