Save 36% for Black Friday! Learn more

External Aluminium Shutters for Modern Homes

0
General
External aluminium shutters are a great way to enhance your outdoor space with added privacy, sun protection, and security. They are durable, weather-resistant, and available in various modern styl...
James Smith posted

When pre/eager loading an association, is there any way to get the associated data from a cache?

3
Rails
``` class Category < ActiveRecord::Base # columns: name has_many :books end class Book < ActiveRecord::Base # columns: title, category_id belongs_to :category end ``` Given the abov...
xiwog82932 replied

Eigenclasses Discussion

10
General
Why does this video say it is private - I have seen it on my iPhone, but its so small, I wanted to see it on a big screen too Also - I would enjoy a video on Ruby's Hash caching and Rails Lowlevel ...
Robin Madsen replied

Wrapping Up Our URL Shortener Discussion

4
General
Congrats to everyone who has made it this far! The URL shortener was a great little project and I'm sure there's lots more improvements you can add to it. What did you think of this project?

How to Migrate attr_encrypted to Rails 7 Encryption Discussion

1
General
Thank you Chris, really nice :)

Video Hosting

1
Rails
What does GoRails use to host its private videos?

Thread Safety with Mutexes in Ruby Discussion

6
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
evelynnotting replied

Deploying Rails 8 with Hatchbox Discussion

2
General
Awesome video Collin, and thanks for the shoutout! πŸ‘πŸ»πŸ™πŸΌπŸ˜Ž
evelynnotting replied

How do I generate SEO Friendly URL's for filter combinations in Rails?

7
General
I have a site where the user can apply a combination of multiple filters. To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied. I would ...
Wishaway Mike replied

Devise with multiple User Models with single login form

11
Gems / Libraries
Hi im trying to have 3 type of devise users but one to have a single login. I need to find a way to make the routes to go to a site/login for all 3 of then. Im not using the 1 User model with 3 typ...
Solved

How Do Show Loading Indicator On A Turbo(Stimulus) Form ?

8
Ruby
I am learning rails by building a project. I am using the turbo frames for the form. I would like to add a loading indicator to the submit button just like the one on this forum when you comment on...
chillynarwhal replied
Solved

Concept Application: Assert Difference Deep Dive Discussion

0
General

Your First Ruby Gem Discussion

7
General
Thanks Collin I've authored a few gems already, but this was a really useful look at the "bare-bones" approach rather than use the "bundle gem your-name-here # and fill in the blanks" approach. ...

development env: is the asset pipeline expected to compile all assets or just those in demand?

3
Rails
I'm trying to understand if, in development, the asset pipeline is supposed to compile ALL assets found in manifest.js or just the ones that are requested. I've been doing some testing and have fo...
lee herrty replied

Parsing Ruby with Prism Discussion

0
General

ReactJS with Rails

12
Javascript
I'd love to see a series on a **_real world_** app using **ReactJS** with Rails API.

How to add a Command Palette to your Ruby on Rails app Discussion

7
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
slahuha replied

How to Debug Ubuntu and Debian Packages Discussion

4
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!
Freddy Jason replied

Reverse Proxy with Caddy and Custom (Dynamic) Domain Names

4
Servers
TL;DR - how do I override the base_url (akin to CSRF protection?) with a set of valid domains? Hi all I run a PaaS of sorts which at present is hosted on Heroku and I have to map all my custom do...
Wishaway Mike replied
Solved

Deploy Ubuntu 26.04 Resolute Raccoon Discussion

0
General