We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is the recommended approach for using Paperclip. In your config/environment.rb, add:
config.gem 'thoughtbot-paperclip', :lib => 'paperclip', :source => 'http://gems.github.com'
Then run:
rake gems:install rake gems:unpack
rake gems:install
rake gems:unpack
You can use paperclip as a plugin as well like so:
script/plugin install git://github.com/thoughtbot/paperclip