Search Results for "hi-chris"
Forum Threads
Hi Chris How do I add jquery and ajax to the comments form from your tutorial?
I wrote some jquery to accomplish this here is the code.
$(window).load(function(e){
$("#comment_body").on('click',function(){
$(this).removeAttr('placeholder');
});
var comment =...

1
General
Short URL Link Redirects Discussion
Hi Chris and ROR developers, at min: 3 you put, data: {turbo: false}, and said that was to navigate to an external link, I didn't put that, and also works, maybe something in security that I am doi...

1
General
Setup MacOS 14 Sonoma Discussion
Hi Chris, I am doing this on Pub Beta 2, and I am getting this error.
configure: error: something wrong with LDFLAGS="-L/Users/pitosalas/.asdf/installs/ruby/3.0.6/lib "
No amount of googling has...

1
General
Rails Application Structure Explained Discussion
Hi Chris, thanks. I don't understand why, yesterday I successfully installed Ruby on Rails, NodeJS, POstgreSQL and everything from the guide, but today, my terminal says that I have nothing install...

5
General
Rails for Beginners Part 18: Accessing the Current User Discussion
Problem solved by stopping the program and ran `rails db:migrate`

2
General
Rails 6, Webpacker and Docker on Apple M1
Hi Chris,
I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a lot...

1
Rails
Could we get a video on passing Devise current_user (or general user roles) into a Turbo partial?

2
General
Rails for Beginners Part 34: Background Job for Posting Tweets Discussion
My tweets don't publish on their scheduled date & time. Can anyone please help me with this issue? Everything else seems fine - this is the only issue i'm facing.

5
General
Rails for Beginners Part 20: Forgot Your Password Discussion
I'm at a complete loss as to the difference between Current.user and @user, and when to use which one. Can anyone shed light on that for me? Thanks.

11
General
How to build a GCS file browser & manager in Rails?
Hi Chris,
Awesome work with GoRails!!! I'm a big fan!
I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and downloa...

1
Rails
Skipping Devise Confirmation for Stripe Signup
Hi Chris - How could I skip the Devise confirmation if a user is signing up to pay with Stripe?
I am following this video on your stripe course: https://courses.gorails.com/courses/payments-with-r...

1
Rails
Realtime Group Chat with Rails [Revised] - Part 5 Discussion
Yeah, we'll do DMs. 👍
They'll be very similar to before. Basically just a chatroom with a direct message flag like we did previously.

2
General