Re: [Rails-core] Association cache regression in Rails 6

2019-12-03 Thread Andrew Kaspick
Hi Aaron, I've taken your example and provided a failing test case with a more elaborate example. I've opened an issue at https://github.com/rails/rails/issues/37869 with a reference to an updated test case. I wasn't able to get the example working in Rails 5.2 (the test was failing in Rails

Re: [Rails-core] Association cache regression in Rails 6

2019-12-03 Thread Andrew Kaspick
Ok great, I'll take a look at your test case and see if I can provide a failing test. Thanks for the reply. On Tue, Dec 3, 2019 at 9:55 AM Aaron Lipman wrote: > Hi Andrew, > > Afraid I'm not a Rails member, but I have been working on a couple > caching-related bugs in Rails as of late. The

Re: [Rails-core] Supporting Multiple Buckets within a service

2019-12-03 Thread Tom Rossi
Woo hoo! Thanks everyone! On Tue, Dec 3, 2019 at 9:57 AM George Claghorn wrote: > Yes, that’s in master, too. > > On Tue, Dec 3, 2019 at 2:55 PM Tom Rossi wrote: > > Will there be a solution for "public" buckets? So you don't even need the > pre-signed URL? > > -- > You received this message

Re: [Rails-core] Association cache regression in Rails 6

2019-12-03 Thread Aaron Lipman
Hi Andrew, Afraid I'm not a Rails member, but I have been working on a couple caching-related bugs in Rails as of late. The behavior you're describing looks buggy, but I'm not quite able to replicate the issue from the example code you provided, so I'm having trouble understanding exactly where

Re: [Rails-core] Supporting Multiple Buckets within a service

2019-12-03 Thread Tom Rossi
Will there be a solution for "public" buckets? So you don't even need the pre-signed URL? On Mon, Dec 2, 2019 at 10:40 PM Nerdture wrote: > It will. In 6.1, you’ll be able to configure two services that use the >> same service adapter (S3) and different buckets. >> > > Great news! Thanks for