
Parallel ActiveRecord Queries with load_async in Rails 7 Discussion
2
General
Are there any downsides to using load_async on everything if we know for a fact that we’ll be using the data during the request? It seems like a no-brainer if we can keep db connections in check?

How to add Feature Flags in Rails with the Flipper gem Discussion
1
General
Great episode!
Ketan Patel replied

How to count comments like reddit (infinite nested model) ?
2
Ruby
Hey Chris,
I have an `item` model which gets submitted. With
`has_many :comments, as: :commentable, dependent: :destroy`
then in the `comment` model I have
`belongs_to :commentable, polymorphic...
Solved

Extending Rails (Gently) Discussion
0
General
This was a fun discussion with Kasper, we talked for quite a bit longer but it was edited to make it shorter.
Also, be sure to check out Kasper's Open Source retreat if you want to hear more and ...
Kentastic posted

Best way to relate models on Jumpstart Pro
1
Ruby
Whats the best way to relate models? Im building a real estate app with Jumpstart Pro and would like to add property owners (contact/users) to the a property, so on the show page of a property I ca...
Oliver Sawtell replied

Editing Passwords Discussion
0
General
Hey Chris! Enjoyed the video!
Any issue with using:
...
@password = Password.new(password_params)
if @password.save
current_user.passwords << @password
redirect_to @password
....
In th...
Ann Cascarano posted

Tracking Metrics with Ahoy and Blazer Discussion
20
General
Awesome episode! Thanks Chris!
CF Pro Tools replied

Slack forum notifications
3
Site Feedback
Just testing out slack forum notifications.

Will there be GoRails as open source project?
1
Rails
There are a lot of cool stuff that made with love.
It'll be very usefull to learning advanced stuff from source code of GoRails

Prevent spam bots from hitting app
7
General
Hi guys and gals
Wasn't sure which category to put this in but here goes anyway...
I have a Rails 5 app in production hosted on Heroku. I recently noticed a particularly high load on the servers ...

Mapping API Resources & Handling Pagination Discussion
2
General
Looks like the code in this episode has evolved over time, I'm watching it (paid my subscription too) in 2022, post pandemic, and the source code is quite different now at GitHub, where can I find ...
Brandon replied

How much does it cost to built an e commerce app ?
1
General
How much does it cost to build an e commerce app. Cost to built an e commerce with features to sell the products in different countries.
Chris Oliver replied