Search Results for "hi-chris"

Lessons

We couldn't find any lessons that match your search term.

Forum Threads

Hi Chris How do I add jquery and ajax to the comments form from your tutorial?

0
General
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 =...
emmanuel alcime posted

Vibration alerts for deaf users

0
General
Hi Chris, I am new to Rails and to this forum. Is there a mechanism for receiving an alert when a 'ticket' comes in that not only makes a sound but vibrates loudly for deaf users ? All users - w...
Phoebe posted

AI Summaries in Rails with Gemini 2.0 Discussion

5
General
What other types of AI integrations would you like to see?
Dx. replied

Short URL Link Redirects Discussion

0
General
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...
Diego Cuenca posted

Rails Application Structure Explained Discussion

6
General
Awesome! Lots of good information here! Curious to come back here and rewatch after some time. : )
Jeremy Watt replied

Rails for Beginners Part 18: Accessing the Current User Discussion

1
General
Hi chris, thanks for the tutorial so far. I got this error when implementing this module: ActionView::Template::Error (undefined method `user' for #): <% if C...
Kolawole Ezekiel replied

Rails 6, Webpacker and Docker on Apple M1

0
Rails
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...
Gabriela Jack posted

How to add Search in Rails using Meilisearch Discussion

8
General
Thank you, Chris. Can we add aggregations in Meilisearch as we do in ElasticSearch?

Please send invoices out attached by email

0
Site Feedback
Hi Chris, can you please consider sending invoices out by mail. It's a real hassle having to go in an collect them every month individually. Thanks!
Drazen posted

How do I initialize google maps place autocomplete stimulus controller in a tailwindcss-stimulus-components modal?

5
Javascript
I'm using Jumpstart Pro, and I set up google maps place autocomplete using this lesson: Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js It works as expected ...
Chris Oliver replied
Solved

Pitch: Replicate the Basecamp Jump Menu

0
Site Feedback
Hi Chris, i find the Basecamp Jump Menu to be a great feature and would love to see a video (or series) on a re-implementation with Stimulus https://3.basecamp-help.com/article/80-using-the-jump-...
Drazen posted

React Js with Rails

0
General
Hi Chris, I am really curious to learn react js, redux & redux saga with rails. Are there any plans in future to add react js with rails

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

1
General
Hi Chris, I was just wondering if there is any possibility of getting a video or some tips on including Devise current_user data or user roles inside a turbo stream - specifically to show/hide edi...

Rails for Beginners Part 34: Background Job for Posting Tweets Discussion

4
General
Hi Chris, if I post Tweet with publish_at at 8am and reschedule it to 9am wouldn't have the first job Tweet instance with 8am? Shouldn't I send to job only an id and find actual Tweet inside the jo...
Shaun Smerling replied

How to build a GCS file browser & manager in Rails?

0
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...
Adam Decker posted

Skipping Devise Confirmation for Stripe Signup

0
Rails
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...
Brian Gilbank posted

Realtime Group Chat with Rails [Revised] - Part 5 Discussion

1
General
Hi Chris, great series. Are you planning on revising the DM episode? Or is the implementation pretty similar to the previous one?
Chris Oliver replied

simple_discussion https: ?

1
Gems / Libraries
Hi Chris, Thank you for publishing the simple_discussions gem. It was exactly what I need for a project I am doing! I just deployed a barebones start to this project to AWS Elastic Beanstalk. I se...
Christopher Andersson replied

Announcements

1
Rails
Hi Chris, How do you do the announcements in Hatchbox? Thanks, Steve
Andrew Porter replied

Installation

1
Rails
Hi Chris, could you change hardcore installation nodejs in guides https://gorails.com/setup/ubuntu/18.04 to through https://github.com/nodenv/nodenv. Also I've found some script https://gist.github...