
Error Handling Ergonomics in Noticed Discussion
0
General

Testing Times & Dates with Rails Discussion
0
General

Setup Ubuntu 22.04 Jammy Jellyfish Discussion
0
General

Devise Masquerade as another User Discussion
24
General
Great video, can you explain more about the page.resources? where that is coming from and how it contains the user info for that method. Thanks
Someone replied

Debugging: How to Interpret a Stacktrace Discussion
10
General
Thanks, Chris. You consistently put out amazing content that I don't see anyone else doing. I appreciate the quality of your lessons. Keep up the awesomeness!
Brandon Elfring replied

Powershell Script Works Correctly in Alteryx Designer but not on Alteryx Gallery
0
General
I asked this over on the Alteryx forums and unfortunately didn't get any answer. Hopefully someone here with Alteryx/PS experience will know the issue. I have a workflow that runs a batch file with...
pavanznmd posted

Transforming JSON responses to Ruby objects with OpenStruct Discussion
3
General
This is great to see but I'd prefer to put the "key" as an attribute on the class itself. Maybe Vultr::Plan::KEY or a class attribute. That way we merely pass in the "type" and the Collection can e...
Jens Dahl Møllerhøj replied

How To Update ActionText Attachments Discussion
2
General
Maybe would be even more generic with `GlobalID::Locator.locate_signed(node.attributes['sgid'].value)` https://github.com/rails/globalid#signed-global-ids
Adam Stockland replied

Would you like to use Rails to improve someone's mental health?
3
General
Hey all,
I’m a product owner for a mental health NPO, HeartSupport. I have a team of 3 volunteer RoR devs that have built an MVP for a product that will scale mental health support across the inte...
Solved

Rails for Beginners Part 10: Setting up a Git repository and Flash messages Discussion
4
General
It would be cool if you stop interrupting the other person when he is trying to speak
Filipe Carneiro replied

Metaprogramming Virtual Attributes Discussion
3
General
Nice intro into metaprogramming and how concerns can be used.I'm one of the fresh subscribers and have noticed one thing: no need to quit rails console to clear the console output. To save couple o...
Leon Entrup replied

Intersection Observer API to refactor Infinite scroll Discussion
2
General
Hi, Chris!
Recently found gem from basecamp “geared_pagination”. Can you make a suggestion how to integrate it instead of pagy?
lsantobuono replied

GitHub Actions with Ruby on Rails: Setting up Continuous Integration Discussion
19
General
Congratulations on the video was very good, I will try today
Ignacio Alonso replied

User Avatars with ActiveStorage Discussion
13
General
Hi Chris, great episode. I posted a question about ActiveStorage but I have not received any response yet. Basically what i want to do is upload images for a has_many_attached directly from a contr...
TilakP3811 replied

Liskov Substitution Principle Discussion
8
General
Awesome.Keep up the SOLID principles work.
Mateusz Bialowas replied

How to use hCaptcha with Ruby on Rails, Turbo, and Stimulus.js Discussion
3
General
Thanks for posting this.
Álvaro FA Araluce replied

Bulk Operations in Rails Discussion
9
General
Super usefull episode! Thank you!

Air Quality Monitoring with Ruby, a Raspberry PI & PMS5003 Sensor Discussion
3
General
Awesome! I really enjoyed this episode. I'd like to see more episodes like this. Looking forward to the next one.
Subrat Rout replied

Inbound SMS in Rails with Twilio Discussion
9
General
Thanks Chris. Ended up using this to programatically send a text message after a user completes an order, and allow that user to ask questions, creating a conversation, where we can respond from th...

API HTTP Requests using Faraday Discussion
7
General
One question I have, there is no retry option given. Does it makes sense on original implementation to leave the retry out? We are trying to make the code as robust as possible and in case of timeo...
computer_smile replied