imgix / paperclip-imgix

Paperclip plugin to integrate with Imgix
MIT License
15 stars 5 forks source link

Not deployed to rubygems? #3

Closed crystalneth closed 9 years ago

crystalneth commented 10 years ago

This doesn't seem to be in the rubygems repository, which means it needs to be manually installed, unless it's in another repo (in which case, please specify).

pihman commented 10 years ago

If you're using Rails, in your Gemfile you can source directly from git:

gem 'paperclip-imgix', :git => 'git://github.com/zebrafishlabs/paperclip-imgix.git'

crystalneth commented 10 years ago

Thanks. I'm aware there are other ways to source the gem, however clearly the docs are not correct. Is there a reason this hasn't been pushed to rubygems?

This is also problematic since the gem is not versioned...

kellysutton commented 9 years ago

Unfortunately, this library is no longer maintained. We're looking for better ways of hooking into Paperclip that is more future-proof than this gem. As a result, we're cleaning up this repo and closing all old tickets.

We do have a lighter-weight gem for building and signing imgix URLs, which works well in tandem with normal paperclip. Please check that out here: https://github.com/imgix/imgix-rb