carrierwave
Getting "NoMethodError (undefined method `extension'..." when trying to run in production on heroku
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.[详细]
2023-03-14 21:17 分类:问答GridFS + CarrierWave + nginx unable to get file
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[详细]
2023-03-13 23:12 分类:问答Can carrierwave gem store file on AWS-S3 and local file system at the same time?
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[详细]
2023-03-13 18:02 分类:问答Uploading files from a remote location and removing does not work in carrierwave
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[详细]
2023-03-13 12:27 分类:问答Rails 3.1 RC4 remove_attachment doesnt remove!
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[详细]
2023-03-12 09:28 分类:问答Mongoid and carrierwave
In order to remain DRY, I have a class ModelBase that includes Mongoid document as follows: class ModelBase[详细]
2023-03-10 03:33 分类:问答Rails 3.1 rc1 and Carrierwave broken
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:[详细]
2023-03-08 17:14 分类:问答Securing Carrierwave uploaded files
want to make sure that ONLY users that are logged in can view/download files uploaded from carrierwave.[详细]
2023-03-07 20:29 分类:问答Rails 3 Carrierwave-Fog-S3 error: Expected(200) <=> Actual(404 Not Found)
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[详细]
2023-03-07 17:19 分类:问答Make Carrierwave and jpegcam play nice?
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[详细]
2023-03-07 07:08 分类:问答