SQL Learning Path - Insert Statement Discussion
0
General
SQL Learning Path - Group By with Joins Discussion
0
General
SQL Learning Path - Primary Keys Discussion
0
General
Sql Learning Path Foreign Keys Discussion
0
General
SQL Learning Path - Join Statements Discussion
0
General
SQL Learning Path - Group By 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.
School System
6
General
Hi there guys im building a school system and im stuck on the assistance module.
I havent come to a way to make it work, for example:
A school period start at september 2016 and finish july 2017....
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...
Why Ember? Discussion
3
General
There's no turbolinks 4 :P
Priko Serto replied
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