Tag: Ruby On Rails

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

  • Ruby On Rails With Bootstrap Tutorial (simple)

    Ruby On Rails With Bootstrap Tutorial (simple)

    https://i.ytimg.com/vi/Nf_Si8_szmM/hqdefault.jpg See how to build a Ruby On Rails app with Bootstrap integration. We’ll use the Bootstrap gem rather than downloading the Bootstrap libraries. This app will be built from the ground up. Even if you don’t know Ruby on Rails, you’ll still get a lot from this tutorial. Brought to you by Bitesize Business…

  • Ruby on Rails – Railscasts PRO #297 Running JavaScript in Ruby (pro)

    Sometimes logic needs to be shared between the server-side (Ruby) and the client-side (JavaScript). Here I show how to run JavaScript directly in Ruby through ExecJS and therubyracer. Original source Link to this post!