uploadcare / uploadcare-rails

Rails API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
58 stars 70 forks source link

Compatible with Rails 6.0.0? #84

Closed sicktastic closed 4 years ago

sicktastic commented 5 years ago

I am trying to upgrade our Rails to 6.0.0. Is this not compatible with it yet?

dmitry-mukhin commented 5 years ago

If it doesn't work out of the box, then it's not compatible. We'll look into it.

sicktastic commented 5 years ago

When I was trying to update Rails to 6.0.0, that's where I hit the problem.

stefankp commented 5 years ago

Can you give a timeline for his? Only gem that prevents us from upgrading to Rails 6.

dmitry-mukhin commented 5 years ago

I'm afraid we can't give any public timeline for this. Any help with PR would be greatly appreciated.

jackc commented 4 years ago

FYI, It seems to work just by changing the gemspec to allow Rails 6. I'm only doing simple uploads but so far so good.

josefrichter commented 3 years ago

Any update here? The gem doesn't work in Rails 6.1.

rsedykh commented 3 years ago

@josefrichter currently no updates. :-( The best solution I can suggest right now is try using http://github.com/uploadcare/uploadcare-ruby-next/ since it's the most fresh one.