
How to use Devise Test Helpers Discussion
4
General
Hey Chris,
I've noticed that some of your recent videos about testing are using Minitest.
What are your current thoughts on Minitest vs rspec? I've been a fan of rspec for many years, but I'm co...
sxlehman-godaddy replied

Zeitwerk causing issues while loading passwords_controller.rb file
0
Gems / Libraries
Hey everyone, if i may get a little help, i have recently added a file under controller section of my webapp, and from that time this is causing some issues as such :
Exiting
root@DESKTOP-MI3GRH...

How to Resolve a SystemStackError in Ruby on Rails Controller?
0
Rails
Trying to create category, Getting SystemStackError (stack level too deep) in rails 6
I'm encountering a SystemStackError in my Ruby on Rails application, specifically in one of my controllers. I'v...

SQL Learning Path - Getting Setup Discussion
3
General
These seem to be not showing due to being private
Gabriela replied

Liking Posts in Rails with Hotwire Discussion
1
General
Really fun to revise our most popular [GoRails episode on Liking Posts](https://gorails.com/episodes/liking-posts?autoplay=1) and update it for modern Rails. No more jQuery, js.erb responses, or an...
Eric Halverson replied

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

SQL Learning Path - Update Delete Statements Discussion
0
General

SQL Learning Path - Where Calculations Discussion
0
General

SQL Learning Path - Where Clause 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