How do I deploy a rails only api on render ?
I was trying to deploy my rails only application on render but still getting error : couldn't find expected key "-", in my render.yaml file. Please anyone for help ?
Here is my render.yaml file
d...

1
Rails
Building Utilities with Ruby Scripts Discussion
Glad to hear that you enjoyed the video! Yeah, I wanted to stay more focused on the overall theme of building utilities so I didn't dive into the regex much, also because it is specific somewhat to...

2
General
Change password of users in Madmin rails 7 + Devise
Hi!
I need to create users, and change password of users in madmin. But if I change the password I got this error
raise Errors::InvalidHash.new("invalid hash")
I understand the problem is the passw...

1
Rails
Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With Discussion
I exactly followed the example, but it doesn't work for me. The form is submitted but the button is not disabled and the text is not changing. Do I miss some JS magic? Any ideas?

18
General
Dependency Inversion Principle Discussion
Thanks a lot, very enlightful.

12
General
Why the automated deployment from GitHub to DigitalOcean, will change the image urls in my RubyOnRails app?

1
Rails
Notifications for ActionText User Mentions Discussion
What about if you edit a comment, and add a 2nd mention? We might do after_save instead, but then we don't want to re-send an email to the person who was mentioned initially. How would you go about...

6
General
How to build a Custom Rack Middleware for Rails with Railties Discussion

0
General
Render concurrent request data as it becomes available with Turbo Streams
Very interesting, although very difficult for me

2
Rails