-
If I'm on a server A with a rails app (running with Kamal 2) and using Litestream. Then i decided to move my app to a new server B
The data is already synced to my S3, when I moved to server B i tr…
-
I recently updated an app to the rails 8 beta to play around with it and found the simplecov analysis reports a lot of missing code coverage. Attached is an example of a controller where the rails 7 v…
-
VADS messed up several things for non-react apps.
- Correct bundling in the build pipeline is broken because they use deprecated versions of SASS and they hardcode urls for assets in CSS (doesn't wo…
-
### Describe the bug
Using Portainer, i'm just trying to upgrade last image can't logging , server 500 error
### To Reproduce
Docker , portainer just a simple stack update from 3.12.0 to 3.13.0
##…
-
I'm trying to figure out if there is any way to determine the database that MissionControl is connected to. At the moment, what seems to be the case is this:
When running `SolidQueue::Job.connectio…
-
I've been able to get this working with the app at `https://turbo-native-demo.glitch.me`, but when I try to connect to a local development rails app at `http://localhost:3000` things go wrong.
I've…
-
Not sure if the rules can already be used on a Rails App, but I think that this should be ultimately a goal because so many huge monolithic applications can benefit from partial Bazel builds (that wou…
-
Atm I've a customized fork of the master branch, in my github account used for customization of bookyt (e.g. deployment, process monitoring using eye, unicorn. ..) which is a mess with upstream change…
-
Hi, I noticed that the cache size is double what all gems in my project weigh. It seems like it's due to `${BUNDLE_PATH}/ruby/*/cache/*.gem` files. But I don't think we need them after `bundle install…
-
## 実現したいこと
EC2インスタンス上での`Rails.application.credentials`の設定
https://qiita.com/at-946/items/1e8acea19cc0b9f31b98
## 変更する事項
EC2インスタンスでRails.application.credentialsにより本番環境のデータベースの環境変数を設定する方法