
Retrieving Link Metadata with Background Jobs Discussion
4
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate).
For me what helped is r...
barker xavierr replied

CloudFlare Turnstile Captchas in Rails Discussion
2
General
You should really create a gem for this. Or maybe I should? :)
Gintaras Sakalauskas replied

Rendering simple_calendar content using Turbo Frames
2
Rails
Hi there,
It's a great pleasure to use this gem which is really handy ! I started using Turbo recently on my application and still had troubles wrapping my head around... Idea here is not only to ...
spacerobotTR replied

How Do Show Loading Indicator On A Turbo(Stimulus) Form ?
6
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...
Nicholas Hornung replied
Solved

A Simpler Build with Broadcasts Refreshes Discussion
1
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...

Could we get a video on passing Devise current_user (or general user roles) into a Turbo partial?
1
General
Hi Chris,
I was just wondering if there is any possibility of getting a video or some tips on including Devise current_user data or user roles inside a turbo stream - specifically to show/hide edi...

Send Notifications in Rails with Noticed gem v2 Discussion
10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
wuuko replied

Persistent audio via stimulus change audio on click
0
Rails
Hi, I have set up Plyr with stimulus and I have also got the sessions working with application.html.erb so I can have the player on every page in the app via the id params thanks to help here on Re...

LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
3
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...

Custom Turbo Stream Actions Discussion
7
General
Great episode! Is there any convention or recommendation for managing the JS code instead of throwing it all in the `application.js`? Something like `app/javascript/stream_actions/console_log.js`, ...
Samuel Couillard replied

How do I find out why Stimulus controllers aren't getting compiled? Asset Pipeline problem
1
Javascript
I updated a Rails 6 app to Rails 7 and changed from Webpacker to esbuild/webpack. Added Stimulus, and after not getting controllers to work tried a basic hello_controller and then searched the appl...
Greg S replied

Rails for Beginners Part 14: Handling Sign Up Errors Discussion
39
General
Love these Chris, noting some new tricks along the way. Plus your always positive demeanour makes this so enjoyable to go through.
Michael replied

Integrating your own css doesn't work with Rails 7.1.2
1
CSS
Hello,
I use Rails 7.1.2 and Ruby 3.0.2. I wanted to include my own css. It doesn't work. The following errors occur:
Sprockets::Rails::Helper::AssetNotFound in Pages#index
The asset "custom.css" ...
Enow B. Mbi replied

Problem with Stimulus and counter_culture gem (counter_cache)
2
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
democra cyoverall replied

Noticed V2 is great! What am I missing on the issue of 'persisting clients subscription'
2
Gems / Libraries
I use the web_push strategy in Noticed V2 - and it's a kicker - my +1 on that, really!
But I must be doing something wrong b/c everytime a user logs into the app hem is requested (by the service-w...
Walther Diechmann replied

Auto-submitting Forms & Custom Turbo Stream Actions Discussion
14
General
Awsome work Chris. Thanks!
Ahmed Nadar replied

Designing our Web Scraper UI with TailwindCSS Discussion
3
General
Wow!
This episode is incredibly relevant to me! I manage [littlebirdelectronics.com.au](http://littlebirdelectronics.com.au), an Australian distributor for brands like Adafruit, SparkFun, Pololu, ...

How To Update ActionText Attachments Discussion
2
General
Maybe would be even more generic with `GlobalID::Locator.locate_signed(node.attributes['sgid'].value)` https://github.com/rails/globalid#signed-global-ids
Adam Stockland replied

Rails for Beginners Part 30: Tweet Validations Discussion
8
General
Working these videos late, I failed to realize my timezone is different from the rails default. You can set your time zone in `config/application.rb`.
For example:
`config.time_zone = "Eastern Ti...
Peter replied

How to use Rails Request.js Discussion
4
General
Hey Chris, this looks like a great addition to rails and thanks for adding the turbo stream support!
I'm working on an infinite scroll where at the end of the page a stimulus controller gets the n...