Rails Tutorial | Building a Blog with Ruby on Rails 6 - Part 1

preview_player
Показать описание
In this Rails tutorial, we're going to start building out a blog application from scratch. We're primarily going to be focused on the admin/authors area in this video, and in the next video we'll build out the public side.

Ruby on Rails makes it quick and easy to build full-stack web applications from the ground up.

👊 Helpful Links 👊

Related episodes:

Рекомендации по теме
Комментарии
Автор

Mate, your content is absolutety sheer pure gold! Keep up with the great material, please!

CharlesDeBarros
Автор

I just checked your playlist. Immediately subscribed. I love to find fresh RoR content :)

wdr
Автор

That was amazing. I'll be continueing on with the next episode and your other content! Thanks so much!

judoScott
Автор

I followed along this entire tutorial. Very nice content

marshdeveloping
Автор

Everything from you is gold. Thank you.

rotrose
Автор

one of the best rails video. I do appreciate . Would you make another series for using rails 7 ? can be some clone or ecommerce. we would benefit from your knowlegde.

rubyongainz
Автор

Tremendous video series. Excellent material!!

KevinBadingerrt
Автор

Tutorial is really good, but my only problem is that the volume for the video is so low. Even with Windows volume to 100% and my monitor speakers set to 100%, I can barely hear you.

ShadowRecon
Автор

Hey, I followed your whole video, and at 1:50:37 you said that we don't have the 'elements' yet (or is it 'element'?), how did you resolve that?

DannyRoyJenuil
Автор

Great tutorial! But could you please segment the video in parts and label them them. not sure what yt calls the feature

brijesh
Автор

Problem at 1:32:00, I cannot make publish and unpublish button work. Please help me, when I lclick the 'Publish' button the console showed this error:

Error invoking action
'The ActionCable channel subscription for StimulusReflex was rejected.'


Does anyone know how to fix this? Thank you <3

doremon
Автор

Waiting for SAAS application from the scratch

kamalpandey
Автор

Thank you so much for sharing this wonderful video series, I am just curious about one thing, that I noticed you didn't use any Redis manually here, but this morning when I try to use stimulus on production(Heroku platform), it asked me to use Redis, now the function works, but I just don't know why at local I don't need to set any Redis stuffs, so curious about it.

By the way, thanks again for sharing this wonderful video, I will keep following your series, bro.

junjing
Автор

Every time i try to sign up, it throws me an error:
undefined method `author_url' for

Do you know why?
I am using rails 7.0.1 and devise in version 4.8

PeterKlein
Автор

I suggest that application.js requires a check to avoid Sortable issues

let sortable_elements =
if (sortable_elements != null)
Sortable.create(sortable_elements, { animation: 150 })

tokajak
Автор

Not sure if you noticed this or if it's just for me, but every time I load a page
Sortable.create(elements, { animation: 150 })
is throwing an error for elements not being defined

ShadowRecon
Автор

I believe you forgot to add the Delete feature to the image when it has not been uploaded... There is a Cancel button but you never used it, it only goes to I would suggest you use that button to delete the element in case the user just want to delete the element without uploading an image to actually be able to delete.

pulgamecanica
Автор

Can u make a video on rails app initialization process. i mean when you do `rails s` then what's happening in background.

SurajYadav-zhwb
Автор

I used to do Rails code in Atom, but the code highlighting is broken as it shows in the video it just stops working randomly.

MatthewKennedyUK
Автор

i get this problem
Reflex PublisherReflex#publish failed: Couldn't find Post with 'id'=
what can i have done wrong ?

holmdev
welcome to shbcf.ru