Andrew Fader

Results 49 comments of Andrew Fader

If we don't want to use unite-shell what is the solution for maximal/no-title-bar/pixel-saver/etc?

Upgraded Faraday but we get warnings because of https://github.com/vcr/vcr/discussions/922

@david-a-wheeler there are alternatives but I think vcr is the best-maintained and de facto standard gem for this purpose for ruby. It's kind of unfortunate that their license is too...

@david-a-wheeler we could also fork the last permissively licensed version of vcr and, having not looked at their fixes, clean-room update and fix the Faraday problems. We could call it...

https://github.com/rails/sprockets/blob/070fc01947c111d35bb4c836e9bb71962a8e0595/UPGRADING.md#manifestjs should be what to do

@david-a-wheeler so on the checklist for this migration we have the following - [x] upgrade to attr_encrypted 4.0 - [x] upgrade to rails 7 - [ ] create credential files...

Fine with me, I'll just need to figure out how to make that work with Rails 7. Rails 7 prescribes using the credentials files and the encrypted .yml.enc secret file...

Actually, it looks like I can put env vars in all the configs and encrypt that with a master key that itself will be a new env var then it'll...