Search Results for ""
Lessons
Forum Threads

Build a URL Shortener with Rails 7: Link Views Chart
0
Rails
I followed this tutorial https://www.youtube.com/watch?v=VMhOr6y9SkE but index page does not update the view count automatically when you click on a link, but it does update if I refresh it. Have ...
Kieran Wild posted

Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
1
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
Florencio Schroeder replied

How to add Lazy Load Hooks to Rails Plugins Discussion
0
General
Have you used lazy load hooks to extend a gem with some interesting features?
Chris Oliver posted

Unread Messages Indicators Discussion
0
General

Vibration alerts for deaf users
0
General
Hi Chris,
I am new to Rails and to this forum. Is there a mechanism for receiving an alert when a 'ticket' comes in that not only makes a sound but vibrates loudly for deaf users ? All users - w...
Phoebe posted

Dynamic CSS For User Specific Styling Discussion
0
General
Love solving problems like this with pure CSS and no JavaScript. 👌
Chris Oliver posted

Setup Ubuntu 25.10 Questing Quokka Discussion
0
General

Where Any? vs Exists? Discussion
0
General

Learn Hotwire - data-turbo-track for specific page is slow to load
6
General
Hi all, I need some help.
I followed the video for data-turbo-track at 3.22 minutes. Added this code
`
<%= content_for :head do %>
<%= stylesheet_link_tag "my_todos", "data-turbo-tra...
Eric Chua replied

LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
2
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...
Eric Chua replied

How to Debug Ubuntu and Debian Packages Discussion
0
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!
Gwendolyn Mueller posted

How to use CodeMirror with ImportMaps Discussion
0
General

Refactoring Madmin Pagination Discussion
0
General

I'm a beginner to Ruby.
0
Tips
Need a learning path which is impactful...
Consider me as a professional having almost 2 years of experience in developing full stack experience in JS. What are the keys things which you might hav...

A Simpler Build with Broadcasts Refreshes Discussion
0
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...

How do I test different configurations which are set at Rails boot time?
0
Testing
I'm currently working on a fix related to an issue in spree commerce: https://github.com/spree/spree/issues/12231
To test the failing behavior before I apply my fix, I wrote a Rspec test like this...
Gerald Müller posted

Why is my Sqlserver so slow??
0
Databases
I'm using Rails 8 with
gem "activerecord-sqlserver-adapter", "~> 8.0", ">= 8.0.1"
gem 'tiny_tds', '~> 3.0.0',
I have have a postgres db on Render and my company has s Sqlerver db on Azure...
Beavidy posted