-
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.…
-
Ruby On Rails With Bootstrap Tutorial (simple)
[ad_1] 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…
-
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