
When pre/eager loading an association, is there any way to get the associated data from a cache?
2
Rails
```
class Category < ActiveRecord::Base
# columns: name
has_many :books
end
class Book < ActiveRecord::Base
# columns: title, category_id
belongs_to :category
end
```
Given the abov...
DuaneOgburn 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

Noticed V2 how to joins(:events)
1
Gems / Libraries
Fearing this will run shivers of _back in kindergarden_ I do apologize in advance for asking this level of n00b-ness question but I simply cannot wriggle my head around the Noticed::Notification (n...
Walther Diechmann replied

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion
52
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Vishakan Subramanian replied

Realtime Nested Comments: Part 1 Discussion
6
General
Amazing episode, Chris! Thank you so much for this!
Ken replied

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

Running into render build error related to Tailwind
9
Rails
Following along with the Build a Blog lesson and currently trying to deploy on render. I can't seem to pass the below error during build - has anyone else seen this before? Locally tailwind is wo...
Chris Oliver 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...

How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
2
General
Nice!
himanshu bahetiya replied

What is 'it' in Ruby 3.4 Discussion
0
General

Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
Azmat Ulhaq replied

What is Programming & Web Development?
11
General
Give help.
Cassandra Pace replied

Dynamic Nested Forms With Turbo Part 2 Discussion
9
General
Great lesson: thanks Collin! I learned a couple of new tricks there - appreciated!
Dave replied

How do I create a reply comment system?
12
Rails
I have been trying to get the hang of rails and I understand most of Rails but I'm currently stuck on how I would go about and create a reply commenting system. For example, just like on GoRails.&n...
beckham daniel replied

How do I access these submitted Stripe card parameters in my controller action?
0
Rails
I'm having a confusing issue with a checkout process I've created for an online shop (Rails 7.2.0, MYSQL database). I'm using the Stripe Gem to process payments. It is working fine but I need to us...
Tee posted

Nested Comment Threads in Rails - Part 3 Discussion
11
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
beckham daniel replied