Hello there,
I installed plugin "paperclip" for working with images, but after running a command
Hello there,
I installed plugin "paperclip" for working with images, but after running a command
Hello there,
I installed plugin "paperclip" for working with images, but after running a command -- rails generate paperclip user avatar
I am getting error -- Could not find generator paperclip.
If I will try run a command -- bundle show paperclip
So I will get -- /Library/Ruby/Gems/1.8/gems/paperclip-2.3.0
In Gemfile I have -- gem "paperclip", "~> 2.3"
I guess this plugin should be installed right, but I don't know, why I am getting still that error. I am suing Rails 3.
Could anyone help me, please, with the solution of this error?
Is 2.3 the latest version of paperclip? You've run bundle already in this project? I just did this three times yesterday, it worked for me in Rails 3.0.9.
Walter