[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 Business School: http://www.bitesizebschool.com
Original source
16 responses to “Ruby On Rails With Bootstrap Tutorial (simple)”
Thank in advance!
mine doesn't have a startup folder whenever I created it. what to do?
How do you change the photos if you never imported them in the first place?
This was easy but I can't make the Javascript working in Rails any hints how to accomplish this?
what will be best option download Bootstrap or just refer link ?
i guess you need to update for last version of rails 5.0.1
In 1:48 your's rails version is 4.2.4 and i am now using 5.0.0. after
1.defining new gem file 'bootstrap' ,
2. renaming application.css to application.css.scss
3.importing bootstrap-sprockets and bootstrap
4.when i run bundle install in terminal — i am having trouble here..
it says: could not find gem 'bootstrap-saas' in any of the gem sources listed in your gemfile or available on this machine.
Am not getting custom CSS,and could not access the html for the map too. Am using windows virtualbox with ubuntu.can anybody help?Thank You
Thanks, for the video, in the map section I found only a link to the map but is in javascript
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
and don't show the map.
help please, i follow your step but i got this error
ExecJS::ProgramError in Startup#index
Showing c:/Ruby/Sites/boot/app/views/layouts/application.html.erb where line #7 raised:
TypeError: Object doesn't support this property or method
if i delete these code, the error not showing up
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
but the css doesn't imported
nice tutorial… and very helpful . i have a question that why we need to install bootstrap instead that we can just give the bootstrap css link as you gave the other css link….
Really helpful, not least because I was in the middle of looking at a theme from the exact same site 😛
One thing, though – there seems to be some JS on the original theme that you don't set up (when you scroll down the page on the original, different parts of the navbar highlight) – is that just a case of copying across links from the original as well?
Thanks, great tutorial !!!
you're my dude……just made my day……we should go skydiving sometime.
thanks again
Very usefull , thanks
Thanks!