Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7917871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:18:12+00:00 2026-06-03T15:18:12+00:00

I started using Carrierwave, and I found out that it stores temporary files at

  • 0

I started using Carrierwave, and I found out that it stores temporary files at multiple places depending on whether it is testing or delayed job.

If it is done during testing(rspec), the temp files will be at RAILS_ROOT/uploads/tmp directory.

If it is done during delayed job, the temp files will be at RAILS_ROOT/public/uploads/tmp

First, I was thinking that rails_root/tmp/uploads would be a more sensible place, or even the system temporary folder.

Second, the testing being different to normal run seems like a bug.

Is there a way to fix this (either by configuration or monkey patching)? And can I put things in the RAILS_ROOT/tmp folder?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:18:14+00:00Added an answer on June 3, 2026 at 3:18 pm

    There is config.cache_dir option you can set in ‘config/initializers/carrierwave.rb’. But it is relative to ‘/public’. Looks like you should do that in your uploaders:

    class MyUploader < CarrierWave::Uploader::Base
    
      def cache_dir
        # should return path to cache dir
        Rails.root.join 'tmp/uploads'
      end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started using jQuery as soon as I found out about it, it is
I started using boost::thread recently (WinXP, VS10, BoostPro) and found that mutex can be
I started using Core Data for iPhone development. I started out by creating a
We started using Multi-Master Replication Manager for MySQL, and I am wondering whether it
i started using nginx upload module (which creates upload files like /tmp/000121545) but i
I started using Zend_Paginator, it works everything fine but I noticed that there is
I started using rails_admin engine lately and can't quite figure out how I can
I started using OutputCache for my website. The problem that I encounter is that
Just started using Java (for Android, if that matters) and all I want is
I started using Flash CS5 (and it sucks btw, but that's not my issue

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.