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 170635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:50:38+00:00 2026-05-11T12:50:38+00:00

I installed nkallen’s cache-money gem per the github readme . I run into RecordNotFound

  • 0

I installed nkallen’s cache-money gem per the github readme. I run into RecordNotFound exceptions during my tests. If I comment out the contents of config/initializers/cache-money.rb, the tests run fine. My cache-money.rb file is identical to that on the github instructions.

Here is the contents of my config/memcached.yml: development: ttl: 604800 namespace: cache-#{RAILS_ENV} sessions: false debug: true servers: localhost:11211

test: ttl: 604800 namespace: cache-#{RAILS_ENV} sessions: false debug: true servers: localhost:11211

production: ttl: 604800 namespace: cache-#{RAILS_ENV} sessions: false debug: false servers: localhost:11211

I can’t find any other documentation on how to configuration or install cache-money. I’d appreciate any insight or help to debugging this. Thanks in advance!

  • 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. 2026-05-11T12:50:39+00:00Added an answer on May 11, 2026 at 12:50 pm

    I put my cache-money config into /config/initializers/cache_money.rb:

    if RAILS_ENV != 'development'   require 'cache_money'    config = YAML.load(IO.read(File.join(RAILS_ROOT, 'config', 'memcached.yml')))[RAILS_ENV]   $memcache = MemCache.new(config)   $memcache.servers = config['servers']    $local = Cash::Local.new($memcache)   $lock = Cash::Lock.new($memcache)   $cache = Cash::Transactional.new($local, $lock)    class ActiveRecord::Base     is_cached :repository => $cache   end else   # If we're in development mode, we don't want to   # deal with cacheing oddities, so let's overrite   # cache-money's #index method to do nothing...   class ActiveRecord::Base     def self.index(*args)     end   end end 

    No other setup was necessary. This works great for me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I installed TestDriven.Net after installing NUnit. When in VS, I run all tests, they
I installed Wicket per the rules of the Wicket site. How do I run
I installed the https://github.com/pennersr/django-allauth package via pip. I followed the README.rst and after a
I installed MinGW and I just want to link my program into a single
I installed the exception notification plugin from http://github.com/rails/exception_notification/tree/master I can confirm that my ActionMailer
Installed rvm gem installed passenger when I try to install passenger-install-apache2-module it gives? root@c2h2crawler:~#
I installed GitHub on mac but I don't have installed git on terminal. When
I installed the opencv-android plugin successfully and I can build and run the cvcamera
Installed the Google App Engine SDK.Python 2.6 perfect. Wanted to go into images, and
Installed rubyinstaller-1.9.2-p136 and ran the the following commands in the cmd prompt. gem update

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.