SQL Learning Path - Calculations with Columns Discussion
Hi Collin, thanks!
I was wondering which one would be best to use in case of real app:
1. Letting the DB doing the calculations
2. Doing the calculations server side with Ruby.
Thanks in advance :)

1
General
ActiveStorage Named Variants, Preprocessed Variants, and Representations for File Uploads in Rails Discussion
Hey all, we are using named variants with fixtures to both test and load example data in development. We started getting `Foreign key violations found in your fixture data.` errors and found we ne...

1
General
Adding TailwindCSS to Rails Discussion
it was missing: config.assets.debug = true
in development.rb file

3
General
Realtime SSH Logs with ActionCable Discussion
I'm very excited to learn more about Socket. 🙂

6
General
Rails for Beginners Part 41: Next Steps Discussion
Hello November, wish everyone a good new month with good work and passing the rounds when play wordle game wordleplay.io

4
General
Open Closed Principle Discussion
I am not sure but does this follow the Single Responsibility principle ?
Ideally to follow that principle also, would we need to create separate additional classes for Vultr DigitalOcean etc.. fo...

10
General
Single Responsibility Principle Discussion
if you placed those classes in app/scripts wouldn't you have to wrap them in a module Scripts?

26
General
How to use ESBuild in Rails with JSBundling Discussion
I just upgraded an enterprise Rails 6 sprockets 3 app to rails 7, that used webpacker 4 built css and renders react components occasionally. It's about 8 years old so it was the craziest upgrade. I...

31
General