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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:33:08+00:00 2026-05-28T13:33:08+00:00

I am caching several User objects using Rails.cache.write but when I retrieve it from

  • 0

I am caching several User objects using Rails.cache.write but when I retrieve it from cache and try to call an attribute method (id, name, email, etc.) on any of the User objects I am getting

You have a nil object when you didn't expect it! 
You might have expected an instance of Array. 
The error occurred while evaluating nil.include? 

I can call inspect on the User objects and I see all the attributes. Any ideas? Thanks

I’m using the standard cache configuration, no modification. Here is some code:

I am writing to the cache in my model inside an instance method that gets called when the user logs in like so:

cached_friends = self.friends
Rails.cache.write(self.id.to_s+"_friends", cached_friends)

Then in my controller I have a before filter:

def get_friends_from_cache
  if current_user
    friends = Rails.cache.read(current_user.id.to_s+"_friends")
    friends.each do |friend|
      if !friend.facebook_id.nil?
        #other stuff....
      end
    end
  end
end

I get the error on the if !friend.facebook_id.nil? line. facebook_id is a column in the db. Basically there are no User instance methods available for each User object. But I know the objects are there because I can insert raise "#{friends.first.inspect}" and everything spits out as I would expect.

  • 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-05-28T13:33:08+00:00Added an answer on May 28, 2026 at 1:33 pm

    This happens in development mode (i.e. with the setting config.cache_classes = false). The root cause:

    1. ActiveRecord strips the attribute accessor methods from the class objects
    2. MemoryStore (i.e. the default cache store) does not martial/unmartial objects

    One workaround is to use MemCacheStore another one is to set config.cache_classes = true. See also Comments on railscasts

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

Sidebar

Related Questions

In a Rails application, if I group several stylesheets into one using caching, will
I'm running a CodeIgniter site and using CI's caching tools. On several pages, I
Rails offers several layers of caching: page, action, and fragment. I was surprised that
With the new caching options in Rails 2.1 i get nice entires in my
I'm working with caching and persistence for the first time. I have a user
Trying to set up caching on our datasets - we're using clr stored procedures
I'm planning on caching some information using ehcache. Normally, I would follow the pattern:
i’ve tried several configuration instructions and forum posts but nothing worked for me, I
Several times I have wanted to detect single keystrokes in R but have failed
Zend_Cache can be configured to cache several types of output, including the results of

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.