carrierwave
How to store files out side the public folder in carrierwave?
Carrierwave by default takes in the url generated by store_dir in the uploader and prepends the path to the public folder of the rails applic开发者_开发技巧ation and stores the files.[详细]
2023-03-05 15:54 分类:问答Factory with carrierwave upload field [duplicate]
This question already has answers here: How Do I Use Factory Girl To Generate A Paperclip Attachment? 开发者_JAVA百科[详细]
2023-03-05 10:32 分类:问答Carrierwave is not displaying file path in xml view - Is this normal?
I\'ve got an app that works with Carrierwave. I can even do something like @product.image.url which will give me the path to url of the stored image.[详细]
2023-03-04 21:57 分类:问答S3 storage fails with fog 0.7.2 + carrierwave master branch
When trying to store a file I get the following: TypeError: can\'t convert nil into String from /Users/nick/.rvm/gems/ruby-1.9.2-p180/gems/fog-0.7.2/lib/fog/core/hmac.rb:23:in `digest\'[详细]
2023-03-04 04:54 分类:问答Can I compress a file with image_magick and carrierwave gems?
carrierwave with image_magick (and rmagick for that matter) provides methods such as resize_to_fit, etc.[详细]
2023-03-01 01:19 分类:问答rails 3.0 and carrierwave how to prevent version creation for non-image type
I\'m struggling a bit trying to achieve something that appeared simple initially to me. In the context of a rails 3.0 app using carrierwave. The user must be able do download any type of document exce[详细]
2023-02-27 04:13 分类:问答In Rails how do I handle multiple, polymorphic file uploads with jquery-file-upload and CarrierWave?
In my project I currently have different models (Project, Message, etc) that: has_many :assets, :as => :attachable, :depen开发者_JAVA百科dent => :destroy[详细]
2023-02-25 16:24 分类:问答Should I cache the Carrierwave url?
My webhost is Heroku, which does not allow files to be saved to the local file system. Therefore, I am using Carrierwave to store my files onto Amazon S3.[详细]
2023-02-24 05:49 分类:问答Heroku and carrierwave don't load my s3 configuration
I have an application on Heroku that uses the Carrierwave gem to upload images to S3. I have set the s3 configuration in an initializer called carrierwave.rb[详细]
2023-02-21 06:11 分类:问答Carrierwave and s3 with heroku error undefined method `fog_credentials='
I\'m trying to setup carrierwave and s3 with heroku. I\'m following the carrierwave docs exactly: https://github.com/jnicklas/carrierwave[详细]
2023-02-20 12:23 分类:问答