NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Active Storage support #249

Open zedtux opened 5 years ago

zedtux commented 5 years ago

With Rails 5.2, Active Storage has been released.

Right now nobrainer is not compatible with it and requires an adapter in order to make it working with AS.

@nviennot is there any chance you build that kind of adapter ?

nviennot commented 5 years ago

I have other priorities, sorry

stakach commented 5 years ago

@nviennot can you make me a maintainer? Happy to take over some of the support for this library

nviennot commented 5 years ago

@stakach I'd love to. The easiest to get started is to interact on some pull requests Thank you, Nico

zedtux commented 5 years ago

@stakach if you need some testers, I can help ! 😉

zedtux commented 5 years ago

Hey @stakach, any news on your implementation of Active Storage ?

stakach commented 5 years ago

@zedtux we ended up approaching the problem in a different manner using signed requests and having the client perform the operations directly on the cloud service - offloading everything to the client