
How do I deploy a rails only api on render ?
0
Rails
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...
Yannick posted

Change password of users in Madmin rails 7 + Devise
0
Rails
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...
Jose Ignacio Jerez posted

Why the automated deployment from GitHub to DigitalOcean, will change the image urls in my RubyOnRails app?
0
Rails
I have Ruby On Rails (version 6) app deployed in DigitalOcean, I am using ActionText for the images, the images are stored in DOSpaces.
I display them in the following way in file _blob.html.erb &...

Render concurrent request data as it becomes available with Turbo Streams
1
Rails
Hi! I'm building a Rails app where users can check if a given username is available on multiple platforms. I have a form where users can enter a username, and then the app makes concurrent requests...
Una replied

Weighing scale connection
4
Rails
Is there a way of connecting a weighing scale to rails application and get the weight readings.
alexburcea replied

Installing Tailwind with Rails 7
10
Rails
I ran the config for Tailwind with CSSBundling Rails using ruby 3.0.3 and rails 7.0.0:
rails new hg -j esbuild --css tailwind --database=postgresql
Everything worked fantastic trying any of the htm...
Thomas Alford replied

Can a Rails app be converted into a Progressive Web App?
9
Rails
I was looking for a way to create a mobile client for my Rails App / API.
I came upon PWAs but I couldn't find any info on how to use it for Rails.
Is it possible?
Reece Jones replied

Rails 4 ActionMailer Issue
0
Rails
I have created a rails app for booking cabs online. I want my app to have the functionality of sending emails to users once their booking is confirmed. For this, I am following Ryan Bates railscas...
Nikhil Sharma posted

Rails 7.0.0rc1
3
Rails
Been playing around with Rails 7 aphla2 and yesterday they released an RC version. In my Rails 7 test app, which was previously running alpha2, ran ```bundle update``` it updated everything to the ...
Solved

Installation
1
Rails
Hi Chris, could you change hardcore installation nodejs in guides https://gorails.com/setup/ubuntu/18.04 to through https://github.com/nodenv/nodenv. Also I've found some script https://gist.github...

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...

How i can add delivery method with slack?
0
Rails
I cant find any tutorial on how to use noticed gem with slack, can anyone please explain for are the steps for slack integration with his gem I'm new to rails and find it hard to integrate this wit...

Searchkick and Anycable-rails hangs server
1
Rails
Hello! I have an issue in my app that I just cannot solve.. I have been using Anycable in production for a year now and it have worked great. Then I added Searchkick to improve the search experienc...
Marcus S replied

Is there an admin like Django or Laravel's Nova
3
Rails
Newbie to Ruby / RoR - got into Django since 2 yrs and started learning Laravel - one thing I want to know before I delve into it, is if RoR provides a backend admin like Django or an external pack...
claudiastuart replied
Solved

Hotwire and iframes?
2
Rails
Hey everyone! I am working on a page builder. So the preview is in an iframe.
I am trying to make it so when I click the edit icon on a section in the iframe it displays that form in a sidebar in ...
drawgrunt replied

Appdynamic with Ruby on Rails
0
Rails
Hello,
I have to configured appdynamic with ruby on rails, I have added gem "gem ‘appdynamics’ " in gemfile, also created appdynamics.yml file with following details:
app_name: “My app name” tier...
Ashish Roe posted

How to prevent Turbo from striping params from form URL
0
Rails
After Turbo upgrade:
I have a form that is sending a GET request with the following URL /some-url?param1="hello"
When the form is submitted param1 is being striped out so it's not being sent. The...
Denis Omerovic posted

Upgrading From Rails 2.0.2 to Current Version
0
Rails
Coming back to Rails after a long time and happy to have found GoRails. Have the fundamental constructs around activerecord and actioncontroller changed? Any suggestions on best approach to migra...
Admin posted

Using Active Storage to upload images not working.
0
Rails
Hey guys,
I could really use your assistance with my current app. I decided to add the active storage feature and followed the guide on how to set it up. I did a practice project first to test the...
Shan Siddiqui posted

2factor Auth best practice, Please help
0
Rails
Thank you, Chris. I have watched the Gorails 2factor Auth tutorial. I have a couple of questions that leave me with a few questions.
- I imagine a scenario where a person has left their laptop open...
chigreen posted