I like that he goes through the official documentation with us and uses it to explain examples instead of just saying "there is method X and method Y and now use it" as many other tutorials do, because the official documentation should always be the single source of truth, not the tutorial.
@collinjilbert2 жыл бұрын
Love this comment! I've noticed as well that methods get glossed over often so I'm trying to not do that lol. Also, I find it helpful to refer to the documentation often just as a reference and maybe you'll even learn something new about the method you came there to look up.
@wmcraver2 жыл бұрын
Yes! This was fantastic to see!
@cherryramatis25082 жыл бұрын
Nice to see ruby be used outside rails, amazing content
@collinjilbert2 жыл бұрын
Thank you so much! Glad that you enjoyed it!
@developerfoe2 жыл бұрын
the way you explained is awsome and teaching method is so good that I did not even notice that I watched a 21 min video ..dam!... looking forward to see more
@collinjilbert2 жыл бұрын
Wow, thank you so much for the extremely kind words, Muhammad! I greatly appreciate it and glad that you enjoyed the video :)
@alexplatteeuw19582 жыл бұрын
Very nice content 🙂 great to see ruby used outside of rails!
@collinjilbert2 жыл бұрын
Thanks! I appreciate the kind words!
@mrhidetf22 жыл бұрын
Born too late to explore earth, born too early to explore space. Just in time to learn ruby on rails from kylo ren. FeelsGoodMan P.S. thanks for the free lessons
@Kitalicious2 жыл бұрын
9:34 I have written what you have but when I run it and search for files I can see or even just a letter of something that should be in the directory I am getting an empty array. Could this be a versioning issue?
@collinjilbert2 жыл бұрын
I won't rule it out but I don't think that it is the issue. I would confirm the you actually have directories/ files in the directory that you are searching. After that I would start looking at the output of each line of code you have written up to that point.
@Kitalicious2 жыл бұрын
@@collinjilbert Excellent. Will do. Thank you!
@lipin0072 жыл бұрын
thank you!
@collinjilbert2 жыл бұрын
Thank you!
@llejk2 жыл бұрын
Neat :-) Next video, are you going to add tab auto-complete, arg parsing (something like „ -help „ ). Maybe there are some gems that help migrating typical script who call find and grep, subcalls with pipes, xargs … ?
@collinjilbert2 жыл бұрын
I have thought about doing such videos. I don't know about them being the next ones but definitely on the list :)
@admin.username2 жыл бұрын
great video!
@collinjilbert2 жыл бұрын
Thanks a bunch, Gerardo!
@200552gary2 жыл бұрын
Thanks!!
@collinjilbert2 жыл бұрын
You're welcome, thank you for watching!
@azizdevfull2 жыл бұрын
amazing 🤩
@collinjilbert2 жыл бұрын
Thank you!
@prasannabakare0456 Жыл бұрын
Didn't knew Adam Driver was a rubyist
@jamespinto18842 жыл бұрын
10:27 =~ 😢
@collinjilbert2 жыл бұрын
Sad face because? Because the regex is specific to my setup?
@jamespinto18842 жыл бұрын
@@collinjilbert I always type that as ~= the first time around. 🤣 This brings up so many wounds. 🥺
@collinjilbert2 жыл бұрын
@@jamespinto1884 ohhhhh lol. Yeah, I've definitely done that before too.