
How to send SMS Messages in Rails with Twilio Discussion
5
General
Great intro! We use Twilio to send SMS notifications to our users.
Question - I set up the Twilio client in an initializer. Is there any advantage to this over setting it up in the Twilio service ...

Upload Cover Images in Rails with ActiveStorage Discussion
5
General
Hey Chris, thanks for the video. Will the MiniMagick gem work with the method in your method? Because I'd like to upload any image then have it resized to certain dimensions and orientated the corr...
Patrick replied

Adding Scheduled Blog Posts Discussion
22
General
Hello Chris, I am facing the issue while sign in locally (it shows password and email are invalid) even my production site is not giving me this issue, Please help.
Thanks in advance!
Patrick replied

How to Migrate from Paperclip to Rails ActiveStorage Discussion
14
General
This should return the path to file in this format: /users/avatar/xxx/xx/original/filenameinstance.send(attachment).pathAlso, in my case i had to use something like:file_path = k.send(value).path.s...
Matthias Orgler replied

How to use Hotwire in Rails Discussion
86
General
Can you please provide the repository for this also?
D john replied

How do I add a comment to the thread that explains how to install Rails?
2
General
I successfully followed the instructions from this platform for setting up Rails on Ubuntu 22.04. It went well, but there were one or two "gotchas" that would could have defeated persons not comple...

Separate JavaScript Importmaps For Rails Engines Discussion
3
General
Good stuff! I have an idea for another episode/lesson:
When using TailwindCSS (which is pretty much the standard nowadays) in an Rails app, I found myself wanting to build "plugins" or extended fun...
Mateusz Żołądek replied

Fixing Counter Caches in the Paranoia Gem Discussion
1
General
That's EXACTLY the type of advanced stuff, that I'd love seeing more in Go Rails!
Jeni RANDRIAMIHAJASOA replied

Designing Database Models for a Password Manager Discussion
3
General
Quick tip: try to refrain from writing lines at the bottom of your terminal as it makes it difficult to read when we pause the video as the video player UI obscures the text. An easy fix would be t...
SophiaJames replied

Security Hardening Servers with Fail2Ban Discussion
7
General
Great epiode Chris! Would love to see more like this!
CummerataMagnus replied

How to find someone on whatsapp through something related to them
11
General
Is there an easier way for people to find someone on [url=https://techgara.com/whatsapp-aero]Whatsapp Aero[/url]
with meager information related to that account. Examples include house number, pet...
CharlenePratt replied

Code Review: Refactoring the Receipts gem for Composability Discussion
1
General
One thing I've found helpful is to purposefully start with a very concrete approach (like you following the designer's template) and only refactor it later to make it more flexible if and when it's...
EssaMattou replied

Fixing an ActiveJob Config Initializer Discussion
0
General

Dynamic Configs in Devise with Ruby Lambdas Discussion
2
General
This is a great series. Seeing how you approach open source and pull requests. Thanks!
Martin Barilik replied

Using Purchased Themes with Rails Discussion
4
General
Hey Chris, for years, I've been taking templates and just putting them in the app/assets folders instead of going the route of the Vendors folders. Is there a specific reason for going with Vendors...
zain replied

Rich Text Blog Posts with ActionText Discussion
18
General
Hi Chris, thanks for the video. I was wondering how do I truncate the text on the index.html page? I only want to show 130 characters of the content (previously body).
<%= truncate(blog_post.c...