SQL Learning Path - Insert Statement Discussion

0
General

Setup Ubuntu 22.04 Jammy Jellyfish Discussion

0
General

Custom Rails Generators for API Clients Discussion

1
General
Always a pleasure seeing you spelunking into source code
Chris Oliver replied

What kind of application or tools using for banking account information guys?

1
General
[Truelayer](https://truelayer.com/) is probably your best bet, but there are a few other options. Remember you will need regulation if you don’t use a 3rd party who has that already.

Native Mobile Options

6
General
I have a Rails 4 app that is fully responsive and works good on the mobile browser. However, I want to make native apps for it for iOS and Android. What are some recommended steps? Is Phonegap a ...

Jumpstart

6
General
I'm thinking about purchasing jumpstart. I'm trying to build a marketplace where multiple sellers can sell multiple products and dashboard to manage products, sales, etc. (similar to etsy) Is jumps...

Bundler's New Ruby Version File Option Discussion

1
General
Quick note, some of the documentation for some Ruby version managers (such as `chruby` which I use) instruct users to store the string literal "ruby-x.x.x" with the version in the `.ruby-version`. ...
Chris Oliver replied

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?

How to add Feature Flags in Rails with the Flipper gem Discussion

1
General
Great episode!
Ketan Patel replied

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