
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

Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General

Stimulus JS Twitter UI: Part 1 Discussion
6
General
Is the source code for this (and other) episodes available? I am having some small problems following along.
Andres Urdaneta replied

Stimulus JS Framework Introduction Discussion
27
General
I'm literally figuring out StimulusJS right now on an app, and I was hoping you would do a screencast on it soon and save me some time! Awesome timing :)
joelGarcia93 replied

How to determine the min and max value of heap size , and actual heap size consumption
0
General
I ran this command on ubuntu in which ColdFusion and OpenJDK to determine the min and max heap size , and how much heap size ColdFusion is using
jcmd 1982 GC.heap_info
but I am not able to unders...
soumyarani posted

JSON Web Token Authentication From Scratch Discussion
19
General
So does this mean that the authentication is now also a token based API? Is this testable on postman?I redid my whole authentication because I found that the Devise gem (the way it came out of the ...
Gustavo Malamud replied

Advanced Messaging with Mailboxer: Mark As Read Discussion
8
General
Freaking Love it Chris your on point all the time! love it love it. Thank you has always.
Carl Tanner replied

Advanced Mailboxer: Multiple User Conversations Discussion
18
General
Cool music entrance :) Great video of course.
Carl Tanner replied

Advanced Messaging with Mailboxer: Adding Attachments Discussion
6
General
Perfect! Thanks!
Carl Tanner replied

I m facing issue when i run rails db:create
1
General
no implicit conversion of nil into String
Couldn't create '' database. Please check your configuration.
rails aborted!
baconmilk replied