Matt-Yorkley
Matt-Yorkley
When I run the playbook on Bionic Beaver installing Ruby 2.1.5 I get a fatal error at the build step. The error output shows this: ``` Downloading ruby-2.1.5.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.bz2...
### What we should change and why (this is tech debt) All our API endpoints return our full HTML error page (the infamous slug) when an error is encountered, including...
# Bug Report ## Describe the bug Trying out Futurism on a fresh app I'm getting fatal errors that seem to be a class-loading issue with GlobalID. ## To Reproduce...
#### What? Why? Closes #8922 #### What should we test? - You'll need an account with Les Communs set up in advance - Currently you should be able to test...
### Description We could integrate our deployments with the Github Deployments API. This would give us a nice view of the deployment status of our servers inside the Github UI,...
### What we should change and why (this is tech debt) Our use of db2fog for backups is a bit messy and could lead to confusion in terms of the...
### What we should change and why (this is tech debt) There are some unused payments in the system which are no longer valid (or usable) but they should be...
### What we should change and why (this is tech debt) We had some problems related to this in the Rails 4.1 upgrade: #6206 There are still 10 places where...
### What we should change and why (this is tech debt) Stop doing this: https://github.com/openfoodfoundation/openfoodnetwork/blob/f49355e5d3ff64cf574346693d49a0e89581f453/app/models/spree/order.rb#L96-L97 Related issues: #3924, #3375 ### Context Previous attempts to clean up these callbacks have historically...
# Bug Fix ## Description The data in `StimulusReflex::ReflexData` was recently changed to transform all keys to underscored keys without preserving the original kebab-case keys (like `data-controller`), but this causes...