
SQL Learning Path - Where Clause Discussion
0
General

SQL Learning Path - Group By with Joins Discussion
0
General

SQL Learning Path - Primary Keys Discussion
0
General

SQL Learning Path - Group By Statement Discussion
0
General

SQL Learning Path - Update Delete Statements Discussion
0
General

SQL Learning Path - Where Calculations Discussion
0
General

SQL Learning Path - String Functions Discussion
0
General

SQL Learning Path - Select Statement Discussion
0
General

SQL Learning Path - Insert Statement Discussion
0
General

Session Not Persisting Across Controller Actions in Rails API
0
Rails
Hello everyone,
I'm facing an issue with session persistence in my Rails API application. I've set up a session in one controller action (`nonce`), but when I try to access it in another action (`...
Antoine Serval posted

Setup Ubuntu 22.04 Jammy Jellyfish Discussion
0
General

Front-end frameworks and Turbolinks
7
Javascript
Hey Everyone,
I'm having a small problem with the JavaScript components of the [Uikit framework](http://www.getuikit) and I know it has to do with turbolinks. Here's the gem I'm using [Uikit2-Rail...

How can I upload HEIC format images?
2
Gems / Libraries
My rails app can upload JPEG and PNG images, but HEIC images cause an error. I am using Carrierwave and Mini Magick. I included HEIC in the whitelist of image formats but it didn't work. Any help w...
William Jones replied

Custom Rails Generators for API Clients Discussion
1
General
Always a pleasure seeing you spelunking into source code
Chris Oliver replied

Realtime Notifications with ActionCable Discussion
23
General
Thanks, Chris! This is an awesome episode, you're the man!
Jack replied

Routing Concerns and Scopes in Rails Discussion
4
General
Hey Chris, thanks for making a video on this and so quickly. I had been wanting to use routing concerns for a while but finding a good way to access the resource had me stumped. This does the trick.

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 ...

Recomendations for a javascript frontend library that can authenticate against Doorkeeper/oAuth OpenID using PKCE
1
Javascript
Pretty much as the title says.. I am looking for a javascript library that can authenticate against Doorkeeper.
We currently have a really old in-house authentication process and migrating to bui...