
Recommendations for form validators that go well with graphql-ruby?
0
Gems / Libraries
Hey everyone, we're working with graphql-ruby and reform right in our app right now, but I'm finding that while reform is good with form submissions, it's a bit more complicated with mutation and g...
Chris King posted

System Testing File Uploads in Rails with Uppy and Dropzone Drag & Drop Discussion
4
General
Hi Chris,
I am for sure for more episodes about rails testing 👍
salmawisoky replied

installation of rails in ubuntu 18.04 at windows 11
3
Rails
$ asdf install ruby 3.0.0
To follow progress, use 'tail -f /tmp/ruby-build.20230709161531.2745.log' or pass --verbose
Downloading ruby-3.0.0.tar.gz...
Installing ruby-3.0.0...
BUILD FAILED (Ubuntu ...
teroco replied

MessageBus Gem
1
Gems / Libraries
Hi Chris. It seems MessageBus is a nice and much simpler alternative to WebSockets/ActionCable. Could you add one episode on this on the pipeline?

Setup Ubuntu 22.04 Jammy Jellyfish Discussion
0
General

Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General

Devise Masquerade + Multitenant with act_as_tenant
1
Ruby
I am running a multitenant app with users and administrators scoped to their own account / domain (act_as_tenant).
My use case is the following : I have a superAdmin model who has access to a supe...

How do I implement OpenID Connect into my Rails application?
6
Gems / Libraries
Does anyone have experience with implementing OpenID Connect into a Rails app? Specifically the relying party (RP) rather the openid connect provider (OP).
I have investigated a couple different ...
Freibuis replied

Black Friday 2020 Deals Discussion
1
General
my subscription ends in August 2021. Now if I renew my subscription with black friday, when is my next renewal date? november 2021 or august 2022?

Fill in Stripe Elements JS for SCA / 3D Secure 2 and Capybara Discussion
3
General
Hello Chris,
I have followed your course on Stripe and i'm stuck one complete_stripe_sca step. The problem is the test does not go beyond that. It keeps on waiting.
fill_stripe_elements c...
Durrell Chamorro replied

Limit Webpacker RAM on compile for production Discussion
0
General

How to add a Root Route to your Rails app Discussion
0
General

Setup Ubuntu 16.10 Yakkety Yak Discussion
0
General

Deploy Ubuntu 14.04 Trusty Tahr Discussion
0
General

Rails for Beginners Part 2: How to create a new Rails app Discussion
3
General
Under "resolving packages" I get a number of warnings. Should I just ignore them?

How can I get correct path of image (Production env) in Controller js (StimulusJs file) of Rails 7 app?
1
Rails
I am using `event.target.innerHTML = ` to add element when a action is triggered. It works well in development but when I deploy it in Production, it's failed to load the image's path because the c...
Robert Ault replied