Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

-1 votes
0 answers
24 views

First ruby on rails deploy to Render - mistake appears

Trying to deploy first ROR app to Render. Using following: original manual from official render's site - https://docs.render.com/deploy-rails#create-a-new-project https://www.youtube.com/watch?v=...
Bob Richie's user avatar
1 vote
1 answer
43 views

Rails:bash: ./bin/rails: Permission denied while deploying in render

I have developed a rails project and pushed it on github to deploy it.But i am facing the following error while deploying the project in render..Although the project is running well locally.. For ...
1641_Shourav Chy's user avatar
0 votes
1 answer
91 views

Run kamal setup: Exception while executing on host 192.168.0.1: Net::SSH::ConnectionTimeout

I'm newbie in kamal. It's really a great tool for deployment. Thanks to @dhh . But I have some difficulties deploying despite having read the documentation. After configuring the deploy.yml file like ...
Simon  Noumedem's user avatar
8 votes
3 answers
639 views

Prevent jobs on the cluster from running on production code during deployment

I have a script that runs for a few minutes as a job on the cluster in the production environment. There are between 0 and 100 such jobs, each with 1 script per job, running at the same time on the ...
Timur Shtatland's user avatar
0 votes
1 answer
85 views

How do I debug the appengine gem?

I'm deploying a ruby on rails website to Google Cloud's app engine. I've configured the CloudSQL database (more or less) and simply want to migrate the database. Google recommends I run the following ...
Garrett Moore's user avatar
0 votes
1 answer
83 views

Duplicate GET requests - Rails & Heroku

I'm trying a solution to resolve a duplication of requests happening in my Ruby on Rails 6 project deployed to Heroku. This seems to occur when those anchors with hyperlinks are used, so it loads 2x. ...
Caio Agiani's user avatar
0 votes
0 answers
40 views

Heroku Deployment Error: Failed to Push Some Refs to Git Repository

I'm encountering an issue while trying to deploy my Ruby on Rails application to Heroku. Despite following the standard deployment process, I'm stuck with the following error when I try to push my ...
Zekarias Zico's user avatar
0 votes
0 answers
81 views

Trying to deploy a Ruby/Reactapp on Vercel - it fails to build the PG gem but I still have it in my gemfile

I have a full stack app that uses Ruby/PostgreSQL on the back end, and React on the front end. I'm trying to deploy, but it says: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. ...
nat's user avatar
  • 1
1 vote
0 answers
68 views

Deploy is not killing the old Puma process

I'm having trouble finding out why, when performing a new deployment, a new instance of Puma is being initialized and not shutting down the old ones, which ends up consuming a lot of machine resources....
Thiago David's user avatar
0 votes
0 answers
21 views

Deployment of Rails app on Windows, with Ruby MRI, connected to MSSQL

I've been trying to go from using jRuby to Ruby MRI. Current setup for Deployment is Warbler + Tomcat. Since this needs Java implementation I need to find an alternative. I am having a hard time to ...
d151's user avatar
  • 11
2 votes
2 answers
420 views

How to deploy solid_queue rails jobs using Kamal

I am using kamal to deploy Rails web and jobs that run using solid_queue using bundle exec rake solid_queue:start Since the job runs and does not start a port with web service it does not pass health ...
Encore PTL's user avatar
  • 8,164
0 votes
0 answers
41 views

running two rails apps on one server using unicorn, nginx. Only one app is showing for different server names

sebastiandetering.com is my ruby on rails app. I followed this guide to deploy my app with the mina gem rails-deployment-mina-guide_ralfebert.com. I have https configured and it's been working since ...
KleinerWarden's user avatar
0 votes
0 answers
693 views

Vercel deployment issue: Build and Development Settings defined in Project Settings will not apply due to 'builds' existing in configuration file

I'm encountering a persistent warning in my Vercel deployments, and I need some assistance in resolving it. The warning message is as follows: Vercel warning message I've reviewed the provided link, ...
edmundhoyeung's user avatar
4 votes
0 answers
791 views

Can't access Rails app in production after Kamal deploy

I'm using Kamal (old MRSK) with Rails and I'm able to run kamal deploy with success. However, I'm having issues accessing the website in production after deployment: when I access the website URL www....
user502052's user avatar
  • 15.1k
1 vote
1 answer
468 views

Kamal deployment: error "Access denied for user" with mysql

I'm trying to kamal setup my app by following this tutorial. I set up 2 servers (one for the Ruby on Rails 7.1.2 app and one for the MySQL 8.0.31 database, both are Linux Ubuntu 23.10) and a ...
user502052's user avatar
  • 15.1k

15 30 50 per page
1
2 3 4 5
111