Skip to main content

All Questions

Tagged with
1 vote
0 answers
43 views

Elastic Beanstalk error 128 "No url found for submodule path 'aws-elastic-beanstalk-cli-setup' in .gitmodules" in Windows

I have inherited a Ruby on Rails app hosted on AWS and managed by Elastic Beanstalk. I have completed the setup, with my AWS credentials, including separate ssh keys for both the staging environment. ...
Onikoroshi's user avatar
0 votes
0 answers
88 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
1 vote
1 answer
62 views

I am having a Ruby Bundler error in my Rails project regarding Git file size

I even commented out the vendor file and yet it is still giving this error. Is there any way that it can be fixed? Otherwise it is saying that my git files are too large. Here is the error: remote: ...
Jazil Zaim's user avatar
1 vote
1 answer
40 views

How to instruct bundler to ignore the checked out branch on my local machine

So I am developing a rails app my_app, and simultaneously developing a rails engine my_engine that my_app mounts. Gemfile gem 'my_engine', git: https://my.repo/my_engine, branch: "development&...
SkyNT's user avatar
  • 803
-1 votes
2 answers
329 views

How to Remove Public/Assets Files From a Branch on Github?

We mistakenly pushed many public/assets files to a branch on github, but we don't want any of those files there (Apparently, if we then push to Heroku, it will cause problems). OUR QUESTION: Is there ...
Monroe Mann's user avatar
0 votes
1 answer
56 views

build failing on a Jenkins on a given branch due to path export

I have a chunk of files related to a new feature that will be deployed using Jenkins. I was able to deploy other branches, but I have been facing issues with a given branch. I suspect the issue might ...
shashank barman's user avatar
0 votes
1 answer
250 views

Git Issues with a new project: ref with broken name refs/heads/main 2

Today, I created a new Rails 7.1.2 app and and a new remote Github repo called gardening_by_zip . After a few successful git commits and git pushes, I suddenly got errors and warnings when working in ...
LucidIndian's user avatar
8 votes
2 answers
2k views

Why am I getting a 'No such file or directory' error when attempting to run 'rails s' in Git Bash on Windows?

there. I am working on a project in a small team, our app is build on the ruby on rails, I am Front End Developer and do all React stuff, but recently we updated version of ruby to the latest one, ...
Artem's user avatar
  • 83
0 votes
1 answer
79 views

capistrano error concerning cap production deploy

Has anyone seen this error with Capistrano when running the "cap production deploy" command from my dev machine. 00:05 git:clone The repository mirror is at /home/deploy/myapp/repo 00:...
js7's user avatar
  • 21
0 votes
0 answers
21 views

Deploying on Heroku shows wrong codebase

I have a fully developed app folder (Rails) that's been pushed to staging and prod using Heroku. I copy-pasted it and then renamed the folder, so I can have a second similar app with a different name. ...
superbot's user avatar
  • 461
0 votes
1 answer
147 views

What does heroku repo:reset not delete the source code in the Heroku repository?

If I do heroku repo:reset --app appname, after making me enter the appname again, then it seems to do a reset. But if I run heroku run bash --app appname and then do an ls command, all my source ...
Obromios's user avatar
  • 16.5k
2 votes
1 answer
109 views

Remote git repo refuses my public key. How to retrieve my repository?

I have a remote VPS with a Rails website and a git repo. After a lot of years I tried to make changes to it and when I tried to push them via git, I got "Permission denied (publickey)". For ...
Jonas S.'s user avatar
  • 121
1 vote
1 answer
65 views

Rails Git post-receive hooks doesn't start Puma

I have two almost identical post-hooks script that behaves differently. This is the one that doesn't work, Rails 7 API-only, Debian 11: #!/bin/bash GIT_DIR=/home/deploy/api.mydomain.com WORK_TREE=/...
Seto's user avatar
  • 1,686
0 votes
0 answers
208 views

Does Ruby bundler support shallow git cloning?

How can one refer to Gem dependencies stored at a Git URL without cloning the entire repository in order to make the fetching as efficient as possible? After searching, I found a bug trail to https://...
hendry's user avatar
  • 10.9k
0 votes
0 answers
42 views

How can I merge two Git repositories with different histories and file structures?

Recently, I was writing an API for a project at work using Sinatra, connected to a remote on Github. Following a change target functionality from my boss, the API shifted entirely to use Rails instead,...
Will DeBernardi's user avatar

15 30 50 per page
1
2 3 4 5
123