Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paperclip, uninitialized constant Paperclip::Storage::Fog::Excon

I just installed paperclip on Ubuntu with rails 3.2.9 and I cannot upload images. The message I get is uninitialized constant Paperclip::Storage::Fog::Excon.

Any explanation for this?

like image 938
user1884013 Avatar asked Dec 07 '12 13:12

user1884013


1 Answers

Install the gem at your machine:

gem install fog

And add Fog gem at your Gemfile:

gem 'fog'
like image 166
monteirobrena Avatar answered Sep 28 '22 09:09

monteirobrena