Build your first Rails app - blog with comments (tutorial)

  Рет қаралды 101,643

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 61
@everettmusicdojo
@everettmusicdojo 4 жыл бұрын
"updation" at 41:50 made me lol. Thank you for the video!
@_topikk_
@_topikk_ 2 жыл бұрын
This was very helpful. Thank you very much! If anyone else is getting an error with the delete confirmation message steps, this worked for me: I copied over the relevant parts for the comment delete button as well.
@doozle5132
@doozle5132 4 жыл бұрын
Nice to see someone do a beginner tutorial and pay attention to styling.
@ofloopsandstrings9665
@ofloopsandstrings9665 5 жыл бұрын
Came for the tutorial, subscribed for the voice! ;D
@funnyduck6326
@funnyduck6326 2 жыл бұрын
Thanks for the VIDEO, some lectors not said what they doing and what part of code is belongs to another, but you the perfect teacher! Thanks :) Some days try to make the comments for the posts hahah After the video understand how we make it.
@bachtrung6260
@bachtrung6260 3 жыл бұрын
Your voice is amazing! Many thanks
@lazospap1906
@lazospap1906 5 жыл бұрын
Great tutorial ! I was trying to understand how rails work and you clarified it very well with the gems installation.
@SatriyoAchmad
@SatriyoAchmad 5 жыл бұрын
really great tutorial, easy to catch up and very useful for first timer like me.
@UsefulProgrammer
@UsefulProgrammer 6 жыл бұрын
Thanks for this! I had fun following along and making it work with the skeleton framework rather than bulma.
@JayJay-uy2kk
@JayJay-uy2kk 6 жыл бұрын
THE LONGER IT WAS, THE DEEPER THE VOICE HAHA
@JonesCrimson
@JonesCrimson 4 жыл бұрын
Yeah something was definitely wack with his audio. The rate probably got mismatched.
@minnesotacodingacademy
@minnesotacodingacademy 4 жыл бұрын
hehe you guys stop pulling his leg
@johnnyricardo2641
@johnnyricardo2641 3 жыл бұрын
I guess Im pretty off topic but do anyone know of a good site to watch newly released series online?
@howardronan1339
@howardronan1339 3 жыл бұрын
@Johnny Ricardo i watch on Flixzone. You can find it by googling :)
@jamiegoodnight863
@jamiegoodnight863 4 жыл бұрын
Awesome resource! Thanks so much!
@rajasekhark4380
@rajasekhark4380 5 жыл бұрын
Hi Congrats on this great tutorial. Thanks . many of us are benefited.
@hirenmadhu3453
@hirenmadhu3453 5 жыл бұрын
For those who has a problem with Navbar "navbar-item") %> That worked for me
@julianharr
@julianharr 4 жыл бұрын
Rad. Excited to learn more about Bulma too. Thanks for the video!
@llamaalpaca9215
@llamaalpaca9215 5 жыл бұрын
Very good tutorial! Thanks I appreciate the help! Subscribed and liked.
@Mixesha001
@Mixesha001 4 жыл бұрын
Thanks for content, therefore it needs more explanations about how rails work.
@suzuki2535
@suzuki2535 6 жыл бұрын
Good tutorial!
@yoctoflop
@yoctoflop 5 жыл бұрын
I thought "Oh I understand Django. I should learn Ruby on Rails. A lot of knowledge will transfer!" I was very wrong. This looks like ancient Greek to me.
@chrischewa
@chrischewa 4 жыл бұрын
coming from a Django background, feels like rails does so much on your behalf as compared to Django
@AbitibiTech
@AbitibiTech 6 жыл бұрын
Great video ! i have viewed other ways to MVC and MVVM and i like it ! how rails works with routes, rails console, models, views sure i will get a try
@SPoll
@SPoll 6 жыл бұрын
thanks for the tutorial!
@BookOfSaints
@BookOfSaints 6 жыл бұрын
I appreciate the video and following along is easy enough, but there are many things you don't actually explain why you do them which would help us understand why things on Rails work the way they do. Maybe go into a little more depth in future videos? Thanks!
@frenchiedeveloper5214
@frenchiedeveloper5214 4 жыл бұрын
I have a problem with the destroy... Im not able to delete the post. Anyone has this problem?
@MARKETER-ph8od
@MARKETER-ph8od 9 ай бұрын
cool video)
@miniryo
@miniryo 5 жыл бұрын
聞き取りやすい英語でした
@LizardCrypto
@LizardCrypto 2 жыл бұрын
Good tutorial. Basically what I learned is that I don't have the patience for it. Lol. My job is asking me to do some Ruby. Guess I'm getting fired. cheers.
@codynicholson119
@codynicholson119 6 жыл бұрын
In the last minute, you show us your post.rb that has new code you never wrote in the tutorial: "dependent: :destroy"
@JamshadAhmad
@JamshadAhmad 4 жыл бұрын
yes, that's I think for cascade deletion. With it, when you delete a Post, all of its comments will be deleted as well I guess.
@chrischewa
@chrischewa 4 жыл бұрын
1:12:25 naming your commits is the hardest part?😂😂
@JeffRAX
@JeffRAX 6 жыл бұрын
Thanks for your video. Very nice work! How do you get your dock to pop up like that?
@my_j.a.r.v.i.s.
@my_j.a.r.v.i.s. 4 жыл бұрын
Hey , Jarvis Can you teach these kids Ruby ?
@joshuaestrada1733
@joshuaestrada1733 5 жыл бұрын
I really would like to know how you set up to show the directory on the top of the window
@judisjeevan4908
@judisjeevan4908 4 жыл бұрын
Suppose in the controller action called new and create, if i put some other name, is that a problem??
@allan.alexander
@allan.alexander 3 жыл бұрын
nope ... but u can't use `resource: posts` .... U need to define the routes by urself
@kionisrc
@kionisrc 4 жыл бұрын
where can I fine next course ? About login and simple security
@Thunderpunchy
@Thunderpunchy 5 жыл бұрын
Too bad at some point you started copy-pasting code.
@Joshhies
@Joshhies 6 жыл бұрын
Part 2 plz
@stephan24297
@stephan24297 6 жыл бұрын
Not sure how late this is but when it is just a routing error, better errors will not trigger. github.com/BetterErrors/better_errors/issues/220
@congcook5142
@congcook5142 4 жыл бұрын
Which extention you use for HTML(Rails) language Mode?
@carlossam523
@carlossam523 6 жыл бұрын
Getting an error. Anyway I could reach you for help?
@ALLIRIX
@ALLIRIX 3 жыл бұрын
Try stackoverflow
@varindersingh-qv1fz
@varindersingh-qv1fz 6 жыл бұрын
do you have a link to tutorials, that you recommend, showing how to add user authentication?
@alzearafat
@alzearafat 5 жыл бұрын
Why 720p...
@Dillinger86
@Dillinger86 5 жыл бұрын
Do you read bed time stories?
@mortadhaalkadban5437
@mortadhaalkadban5437 6 жыл бұрын
Hey
@CoWinkKeyDinkInc
@CoWinkKeyDinkInc 6 жыл бұрын
hi
@andrewcbuensalida
@andrewcbuensalida 4 жыл бұрын
bad tutorial. the guy is winging it. couldnt get past the installation step
@kickey
@kickey 2 жыл бұрын
If anyone can't get the DESTROY methods to work...try and
@Michaelsmith21588
@Michaelsmith21588 6 жыл бұрын
I think no one should learn Rails or Ruby in 2018
@cybergen2K
@cybergen2K 6 жыл бұрын
Why?
@freecodecamp
@freecodecamp 6 жыл бұрын
There are lot of jobs that use Ruby on Rails. Ruby is currently the 11th most popular programming language according to the TIOBE Index (ahead of Go and Swift). Ruby is the 4th most popular language on GitHub.
@MatthewTrussell
@MatthewTrussell 6 жыл бұрын
I don't know who Noone is, but you're absolutely right. They totally need to learn Rails!
@pascalpascal2044
@pascalpascal2044 6 жыл бұрын
Still didnt answer why
@MatthewTrussell
@MatthewTrussell 6 жыл бұрын
Was there a question? It just looked like trolling to me.
Build a blazing fast website with GatsbyJS and Contentful
1:08:42
freeCodeCamp.org
Рет қаралды 26 М.
Add Comments with Ruby on Rails
25:33
CJ Avilla (cjav_dev)
Рет қаралды 5 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Ruby on Rails + SQLite with Stephen Margheim
1:22:39
Aaron Francis
Рет қаралды 4,8 М.
Liking Posts With Hotwire in Ruby on Rails
25:21
GoRails
Рет қаралды 2,1 М.
Ruby on Rails: The Documentary
44:16
Honeypot
Рет қаралды 271 М.
DeepSeek-R1 Crash Course
1:30:56
freeCodeCamp.org
Рет қаралды 68 М.
NVIDIA CEO Jensen Huang's Vision for Your Future
1:03:03
Cleo Abram
Рет қаралды 282 М.
Ruby on Rails Tutorial
29:24
Derek Banas
Рет қаралды 585 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН