Once after I did all the steps, I'm getting an error that throws me to application.html.erb at the shared/flash. Do you know why is that?
@MalPlayss4 ай бұрын
Hi guys! I haven't started this youtube course yet, but as someone who has started it, would you reccommend it? (why/why not if u dont mind explaining)
@GorailsTV4 ай бұрын
Rails 7 is a better place to start. Check out GoRails.com/path to stay learning the latest Rails version. 👍
@UNKNWN964 ай бұрын
I think it depends if you are a beginner or not, if so I'd say to find something on the current version of Rails to avoid the headache of having to constantly read the docs for debugging. If you are more experienced and don't mind that, then I say this is a good series. I've been following along and making minor adjustments given I am on Rails 7 and everything is working as intended so far.
@plus64602 жыл бұрын
Thank You Chris Great job !
@adityaagrawal23972 жыл бұрын
Hello teacher, Why don't we place current user in session itself? When we are using 'set_current_user' as a 'before_action' , it would be called before each action(on any request), isn't this unnecessary? Instead putting it on session, we need not query user everytime an action is called! Would be happy to hear from you, and thanks for this amazing tutorial.
@hardiksharma80977 ай бұрын
I am getting an error undefined method `user=' for #
@deepnineforty56466 ай бұрын
I am also getting this error. I wonder if something changed from rails 6 - 7
@joshuagalit6936 Жыл бұрын
It's not working on me and I've experienced an error saying undefined method `user=' for #
@GorailsTV Жыл бұрын
You missed addong the used to Current it says.
@halalbentolunch6714 Жыл бұрын
hi josh i am having the same problem how did you get past it?
@deepnineforty56466 ай бұрын
@@halalbentolunch6714 - I am also having the same issue. I kept working but i do also know non of my flash alerts work as well.