Can NOT watch videos in China !!!
1
General
There are almost no Ruby tutorials in China, I chose this platform to study. But all your videos are on YouTube, Chinese consumers can NOT watch them. Do you have a solution. Thanks.
Chris Oliver replied
Understand Scope Returns Discussion
4
General
Excellent episode Collin!
Another tip is you could keep the `future_events` scope returning a Relation. And possibly break the sorting out in case it’s used for other queries as your application g...
KRUPA replied
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?
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
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
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 to build GitHub Apps with Rails Discussion
0
General
Rails for Beginners Part 16: Logging Out Users Discussion
3
General
Could you provide a little excerpt of why button_to is better than link_to for Hotwire? Or a link to the specific video and time? I'm sure it would be useful.
Andrés Ibáñez Ulloa replied
Using the Trix Editor plus File Upload Attachments Discussion
52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied
Rails for Beginners Part 4: The MVC (Model, View, Controller) Pattern? Discussion
1
General
excellent explanation helped me a lot to understand the concepts
Ask
2
General
where I can look for sites that study rails version 6 point of sales and all
LloydWeimann replied
How to Build Reusable Features with Concerns in Ruby on Rails Discussion
5
General
Hey Chris, could this approach be combined with routing concerns and so only use one controller?
Bashar replied
Embeddable Javascript Comments Widget Models - Part 1 Discussion
6
General
This is perhaps a bit of a newbie question but I wanted to ask your opinion on what are the things I would consider usually when it comes to using the approach you outlined in the video to sanitize...
Karl McCollester replied
Setup Ubuntu 22.04 Jammy Jellyfish Discussion
0
General
Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General
Black Friday 2020 Deals Discussion
1
General
my subscription ends in August 2021. Now if I renew my subscription with black friday, when is my next renewal date? november 2021 or august 2022?
Fill in Stripe Elements JS for SCA / 3D Secure 2 and Capybara Discussion
3
General
Hello Chris,
I have followed your course on Stripe and i'm stuck one complete_stripe_sca step. The problem is the test does not go beyond that. It keeps on waiting.
fill_stripe_elements c...
Durrell Chamorro replied
Limit Webpacker RAM on compile for production Discussion
0
General