BUILD A REDDIT CLONE - RUBY ON RAILS TUTORIAL

  Рет қаралды 18,961

David Battersby

David Battersby

Күн бұрын

Пікірлер: 65
@raydillon3734
@raydillon3734 Жыл бұрын
This is a great tutorial, cheers! Also if anyone is wondering why their buttons won't "float-right" try "float-end"
@DanielSacramento78
@DanielSacramento78 3 жыл бұрын
David, I really love your Ruby on Rails videos. Please keep going. U are teaching me so much!
@texaslinux
@texaslinux 4 жыл бұрын
Possibly one of the best walk-throughs of creating a more realistic RoR app. Thank you so much
@davidbattersby
@davidbattersby 3 жыл бұрын
Glad it was helpful!
@kamon242
@kamon242 2 жыл бұрын
Amazing video, very clear explanation and with a very organic flow of the the process of shaping up a new rails app. Thank you very much for sharing your knowledge.
@matzfelixgg
@matzfelixgg 3 жыл бұрын
Thanks, David for this amazing content. Keep going, please!
@MagaaloNet
@MagaaloNet 4 жыл бұрын
Build a KZbin clone next project (plz vote for it👍)
@davidbattersby
@davidbattersby 4 жыл бұрын
Great idea, will keep it in mind for an upcoming build :)
@andreasgortsilas1668
@andreasgortsilas1668 4 жыл бұрын
My dear David, Thank you very much for this wonderful video and amazing work that you have done I am looking forward for the next part :)
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Andreas, really appreciate the comment :)
@user-tagrag90
@user-tagrag90 4 жыл бұрын
고마워요 데이비드 Thank you, David
@dexternepo
@dexternepo 4 жыл бұрын
For some reason I am unable to include the header and footer partials that is shown during the timestamp 10:07 :(
@davidbattersby
@davidbattersby 4 жыл бұрын
Hi, make sure the partials start with an underscore like "_footer.html.erb".
@ashtocarbon
@ashtocarbon 3 жыл бұрын
Found any solution for this?
@dexternepo
@dexternepo 3 жыл бұрын
@@ashtocarbon nope
@robsonsilv4.
@robsonsilv4. 4 жыл бұрын
Best videos about Ruby and Rails ever! You rocks!
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Robson!
@AundieRenee
@AundieRenee 4 жыл бұрын
Great tutorial! Why did you change database from sqlite to postgres in the database.yml file instead of using rails new reddit-clone --database=postgresql when creating your app?
@davidbattersby
@davidbattersby 4 жыл бұрын
It can be done on setup too, I have done it on some builds that way but the two things do the same thing so either way is good.
@loicboset5015
@loicboset5015 4 жыл бұрын
This is really helpful thanks a lot!
@davidbattersby
@davidbattersby 4 жыл бұрын
You're welcome! There are several other builds on my channel and more to come soon so make sure to take advantage of those :)
@szabolcst6847
@szabolcst6847 4 жыл бұрын
I’ve been watching Rails tutorials in the last 10 years and this is the far best ⭐️⭐️⭐️⭐️⭐️
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Szabolcs! I appreciate the kind comment! :)
@hectorg362
@hectorg362 4 жыл бұрын
Rails newbie here: but what other tutorials would you recommend?
@adante407
@adante407 4 жыл бұрын
Another great tutorial. It's great having a channel concentrating on Rails 👍 Have you ever considered using VS code for your tutorials? The clarity for video is exceptional, and it's themes and packages are excellent. 👌👍
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Sean. I've actually been watching VS closely and I am considering switching to it soon. Looks like a really good code editor.
@adante407
@adante407 4 жыл бұрын
@@davidbattersby Its amazing David. You won't be disappointed. 👍
@fabioramatis2373
@fabioramatis2373 4 жыл бұрын
You're absolutely incredible!!!
@davidbattersby
@davidbattersby 4 жыл бұрын
Thank you so much Cherry!
@amulpatel
@amulpatel 4 жыл бұрын
wow, that was great! looking forward to part 2
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Amul!
@dexternepo
@dexternepo 4 жыл бұрын
I had too many problems with postgres and so I switched back to sqlite3. I hope it doesn't affect my following this tutorial.
@davidbattersby
@davidbattersby 4 жыл бұрын
It should be fine with either database type. I generally run postgres in production/live so I try to set up my local environment the same way 👍
@koodingu
@koodingu 4 жыл бұрын
Thank for the tutorial ! Being a total Rails beginner, I have one question: Not using 'rails generate controller/scaffold/model' was for viewers learning purpose or are there other reasons ? PS: Looking forward to your Rails course !!! (Already subscribed to your newsletter)
@davidbattersby
@davidbattersby 4 жыл бұрын
Hi Lucas, thanks for the comment! I normally prefer to do it manually as it encourages us to get more comfortable with building new models / controllers from scratch. However, both approaches will work fine. If relatively new to Rails, then using the rails generate command will help a lot to ensure you have all the correct boilerplate code in place for controller and views. Ps. I'm excited to get the course out there, I'm putting any free time I have right now into the course (it's very close to being finished now).
@koodingu
@koodingu 4 жыл бұрын
Thanks for kindly answering my questions, David ! Cheers !
@deven9229
@deven9229 4 жыл бұрын
very good tutorial. thank you sir.
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Deven!
@chaitanyakumbhakarna1844
@chaitanyakumbhakarna1844 3 жыл бұрын
Hey sir I am from India and just got on project in ROR ..wanted to ask is there any future in india I aspect of money aslo and technology also ...thank you in advance love to watch your videos
@damg75
@damg75 4 жыл бұрын
Awesome tutorial!
@techbarikcom
@techbarikcom 4 жыл бұрын
Hey, david! It's was awesome tutorial.
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks TechBarik!
@iamchets
@iamchets 4 жыл бұрын
what about the community url tho
@davidbattersby
@davidbattersby 4 жыл бұрын
We didn't get time to cover it in this video but the community url can be setup similar to how the user profile url was setup.
@MuRkiiN
@MuRkiiN 4 жыл бұрын
Awesome video.
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Richie!
@funkycraft
@funkycraft 4 жыл бұрын
im getting NoMethodError (undefined method `posts' for #): app/controllers/communities_controller.rb:10:in `show' around 54minute I do have @posts = @community.posts
@touseefraza6389
@touseefraza6389 3 жыл бұрын
why ruby(ruby on rails) is not so popular ?
@CHAPEAUDEPAILLE24
@CHAPEAUDEPAILLE24 4 жыл бұрын
cool i like that you are a good man
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks Charly!
@ArvindSingh-xn5ng
@ArvindSingh-xn5ng 4 жыл бұрын
Can you create a shopify clone????
@davidbattersby
@davidbattersby 4 жыл бұрын
Shopify clone is a good idea for a new build, will keep this in mind for an upcoming video :)
@peterukeme9181
@peterukeme9181 4 жыл бұрын
Thanks sir
@davidbattersby
@davidbattersby 4 жыл бұрын
Thanks for the video suggestion Peter, looking forward to releasing part 2!
@jenkin7053
@jenkin7053 4 жыл бұрын
where your github address is ....
@robertom7577
@robertom7577 4 жыл бұрын
PG :: ConnectionBad fe_sendauth: no password supplied. Thank you for the tutorials Sir
@davidbattersby
@davidbattersby 4 жыл бұрын
Hi Roberto, it looks like you have a password for your local Postgres install. Try adding the password to the /config/database.yml in the development section
BUILD A REDDIT CLONE [PART 2] RUBY ON RAILS TUTORIAL
55:18
David Battersby
Рет қаралды 4,8 М.
Ruby On Rails Crash Course
2:05:06
Traversy Media
Рет қаралды 196 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
BUILD A REDDIT CLONE [PART 3] RUBY ON RAILS TUTORIAL
46:48
David Battersby
Рет қаралды 4,5 М.
Build your first Rails app - blog with comments (tutorial)
1:37:32
freeCodeCamp.org
Рет қаралды 101 М.
Ruby on Rails - ECommerce Shopping Card in 30 minutes
33:48
CodeCampBase
Рет қаралды 21 М.
Build a Resume Website With Ruby on Rails
35:04
Codemy.com
Рет қаралды 11 М.
Build A Weather App With Ruby On Rails
1:31:55
Codemy.com
Рет қаралды 12 М.
Ruby On Rails In 60 Minutes
1:02:08
Traversy Media
Рет қаралды 590 М.
Simple Ruby on Rails 5 REST API From Scratch
34:48
Traversy Media
Рет қаралды 154 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН