I\'m new in rails, I need to install Peperclip (https://github.com/thoughtbot/paperclip) and i can\'t, I have looked every tutorial I can find and I haven\'t been able to fi
It looks like an existing issue in paperclip. You would need to source paperclip directly from GitHub.
Refer to this open issue in Paperclip
You can source paperclip from Github by adding the following line in your Gemfile:
gem 'paperclip', github: 'thoughtbot/paperclip'
-OR-
gem 'paperclip', :git => "git://github.com/thoughtbot/paperclip.git"