Small tip, when someone is trying to follow along on youtube, if you make everything your typing be right at the bottom on the page, you are placing it under the video interface meaning that if you go too fast and someone tries to pause to see what you typed... they can't.
i agree. however, should anyone want/have to hide the controls here are two easy ways to do so. (i am on chrome as of may 8th '19). --open the dev tools (ctrl + shift + i ). -- find the element, and as of today the class is called "ytp-chrome-bottom" either a) right click on that element there in the "elements" tab, and hit "hide element" to toggle it. or B) the javascript approach is to do something like this in the console tab: var x = document.getElementsByClassName("ytp-chrome-bottom")[0]; x.style.display = "none"; x.style.display = "block";
@TechmakerTV Totally missed the "Heads Up" in description. I think an annotation would be much more helpful as I was stuck on this for over an hour getting errors.
I have been following your tutorial, but i have some issues with rail versions, since mine is 5.1, you see, the navbar dosent work, it gives me some kind of a crazy look, secondely it sayss that the popper library is not present when it is
well how can i visualize the data that i insert? for example from database, i want to create the list of exercises and i want to visualize based on what the user selects on? can u explain it to me?
Hi, Thanks for you great tutorials. They help me so much in learning ruby on rails 5. Please make more tutorials till this FrogBlog to finish to the limit you could make. And I sure you can do that .... I wish you are well... Nyoman, Bali, Indonesia
Hi! I followed the same instruction for the same link. Its not Bootstrap 4.1.1 and for some reason its not working. I am getting "invalid regexp character" at "stylesheed_link_tag" line in application.html.erb file Help
Thanks Bruno! For Sublime, I'm using Predawn (jamiewilson.io/predawn/ | github.com/jamiewilson/predawn). Doing some traveling this week, but I've got 4 new vids in this series planned out for sometime next week. Glad you're enjoying them so far!
Hey, Sorry for bringing this up late but I had to mention something. I used gem 'bootstrap', '4.0.0.alpha6' and my navbar was arranged vertically not horizontally ie FrogBlog About Contact instead of FrogBlog About Contact So just incase someone starting the series sees this if possible don't use that version, use the one Stephen recommends, I've just used it on a different project and I'm getting the same issue. I don't know what the problem is.
just change the gemfile to 4.0.0 alpha 3, copy exactly what is in the description of the video and replace it with the bootstrap version you have right now and it will work
I hope you know how much you are helping people. This page is helping me so much. You my friend just earned your self a subscriber.
Small tip, when someone is trying to follow along on youtube, if you make everything your typing be right at the bottom on the page, you are placing it under the video interface meaning that if you go too fast and someone tries to pause to see what you typed... they can't.
i agree. however, should anyone want/have to hide the controls here are two easy ways to do so. (i am on chrome as of may 8th '19).
--open the dev tools (ctrl + shift + i ).
-- find the element, and as of today the class is called "ytp-chrome-bottom"
either
a) right click on that element there in the "elements" tab, and hit "hide element" to toggle it.
or
B) the javascript approach is to do something like this in the console tab:
var x = document.getElementsByClassName("ytp-chrome-bottom")[0];
x.style.display = "none";
x.style.display = "block";
@TechmakerTV Totally missed the "Heads Up" in description. I think an annotation would be much more helpful as I was stuck on this for over an hour getting errors.
If anyone faces an error at 8:55, try removing the gem 'ducktape' (remove it from gemfile and then type in bundle install), worked for me
I have been following your tutorial, but i have some issues with rail versions, since mine is 5.1, you see, the navbar dosent work, it gives me some kind of a crazy look, secondely it sayss that the popper library is not present when it is
It is just Great! Very exciting to follow u until building this to the end. Thank you
well how can i visualize the data that i insert? for example from database, i want to create the list of exercises and i want to visualize based on what the user selects on? can u explain it to me?
Hi,
Thanks for you great tutorials. They help me so much in learning ruby on rails 5.
Please make more tutorials till this FrogBlog to finish to the limit you could make. And I sure you can do that ....
I wish you are well...
Nyoman, Bali, Indonesia
Hi! I followed the same instruction for the same link. Its not Bootstrap 4.1.1 and for some reason its not working.
I am getting "invalid regexp character" at "stylesheed_link_tag" line in application.html.erb file
Help
Which theme / plugins do you use with sublime ? Is this sublime 2 or 3? Btw, nice content dude !!! Keep on doing this good work !!
Thanks Bruno! For Sublime, I'm using Predawn (jamiewilson.io/predawn/ | github.com/jamiewilson/predawn). Doing some traveling this week, but I've got 4 new vids in this series planned out for sometime next week. Glad you're enjoying them so far!
when trying to open the page at 9:13, I get this error: AbstractController::Helpers::MissingHelperError in PostsController#index
any help?
Hmm. That's a really cryptic error message. Are there any more details?
After some googleing I fixed it. All folder names had to be lowercase. Such a strange error...
Hey,
Sorry for bringing this up late but I had to mention something.
I used
gem 'bootstrap', '4.0.0.alpha6' and my navbar was arranged vertically not horizontally ie
FrogBlog
About
Contact
instead of FrogBlog About Contact
So just incase someone starting the series sees this if possible don't use that version, use the one Stephen recommends, I've just used it on a different project and I'm getting the same issue. I don't know what the problem is.
I have same issues do anyone resolve this?
just change the gemfile to 4.0.0 alpha 3, copy exactly what is in the description of the video and replace it with the bootstrap version you have right now and it will work
For info guys! I've used bootstrap-sass gem and its works
awesome
Thanks Edward Njoroge for response and your suggestions but does not works me ....
there is a problem with rails 5.1 and migration the current version of the website covers this and much time would have been saved if you had.
root to: _'posts#index'_ doesn't work for me but root :to => "posts#index"
does... anyone knows why?
thank you