Practical Decorators & Extracting Concepts Discussion
Really cool!
Matias H. Leidemer repliedSave 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Really cool!
Matias H. Leidemer repliedYeah! Minimal if statements = Maximum efficiency.
Thomas Blevins postedI used this snippet to close the dialog when someone clicks the backdrop. ```ruby dialog.addEventListener('click', (event) => { if (event.target.nodeName === 'DIALOG') { dialog.close(); ...
Adrian Marin repliedThis is great! Never knew about this one. Now I have to try and find uses for it :) I guess any model attribute that ends up having a lot of auxiliary methods or view helper methods around them wo...
Marc Köhlbrugge repliedWhat's great about the puma plugin is the cost savings when running on something like Heroku. Only one dyno needed for small apps including a Queue. Something that was quite expensive before becaus...
Matthias repliedEric! Good to see you here bud! Yeah, I purposefully didn’t cover the install step here in the hopes that we can unify on a solution for installation that we can easily keep up to date internally. ...
cjilbert504 repliedNo- I ended up watching Chris’s video which implements a little differently. It works now- thank you.
Jon Roock repliedAs more and more vulnerabilities like "xz" with Linux happen, reproducible builds and releasing processes like Trusted Publishing that the Rubygems team has built will be critical. I mean, how many...
Chris Oliver postedHAS anyone been able to get STRIPE EMBEDDED PAYMENTS working? I followed Collin's course to the T, but when I get to the point where the stripe form is supposed to be inserted into my DIV on the Ap...
Jon Roock repliedWhen I try to run whisper.cpp after I added to my path I got `zsh: permission denied: whisper.cpp`
Vinicios Wentz postedok, I was looking for section 8 in the stripe docs, was LOST in the first 7 md files.
Aaron repliedI believe that with the information you share, it will bring a lot of value to the readers and I hope that they will absorb the good and useful things.
Adam Sara repliedI'm new to ruby on rails (I'm more used to PHP) and I'm wondering how to add a dynamic template (made of HTML, JS, and CSS) and integrate it. can I just add it to views or do I have to use the gene...
chickencommander123 postedHi folks! I am just starting to learn Rails, I want to make a simple OAuth Facebook login and display it after a successful login. I always got No route matches [GET] "/auth/facebook" and can't fi...
Henry Augustianno repliedCan anyone point me at a guide or tutorial that will help me built a gem that does the following: - Allows me to have my ViewComponents - Styled with Tailwind - Interaction with Stimulus controlle...
Mark Stephenson postedSame problem. Rails 7.1.3.2 Login without remember me function OK. It doesn't work with it. Solution: Revert to Rails 7.1.0 + Devise 4.9.4
Szedmák István repliedAny idea how to parametrize the embedded javascript, say I want to retrieve a list of items through the embedded js. It's always the same piece of JS but sometimes I want to fetch based on some cri...
David GEISMAR replied