HI my app works fine locally when using :file but once i\'ts pushed up to heroku and using S3 I get this error when trying to upload. It looks to be a porblem with the def filename method.
In my project I upload audiofiles to GridFS using CarrierWave gem. After uploading file is saved to GridFS properly but in my application I am unable to get it from GridFS with MongoFiles Tool or with
I use carrierwave as my upload gem in rails 3.0.7, and it\'s really awesome. I can upload files to local file system(storage :file), 开发者_JAVA百科and I know how to upload to AWS-S3 as well(storage
i have a nested ressource Picture for a User model. if i try to upload a picture with a \"remote_file_url\" it uploads the pictures in the carrierwave tmp directory but did not moves them to the actua
Using Carrierwave 0.5.4 on Rails 3.1 RC4. In Rails console, I do: @foo.attachment returns: => http://cdn.开发者_开发知识库site_name.com/uploads/users/2/banners/banner.png
In order to remain DRY, I have a class ModelBase that includes Mongoid document as follows: class ModelBase
when I use Rails 3.1 rc1 with Carrierwave (master / git / 0.5.4), rails server 开发者_StackOverflow社区won\'t start. I get the following error:
want to make sure that ONLY users that are logged in can view/download files uploaded from carrierwave.
I\'m using Carrerwave 0.5.3 and getting a 404 error on my call to Picture.save in the Create method of my picture controller.Per the instructions in lib/carrierwave/storage/s3.rb I have the following
I read this nice writeup on using Paperclip in a rails3 app to capture pictures from a webcam. I\'m trying to convert it to use Carrierwave (I use it on other apps which will all be sharing the same