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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:46:01+00:00 2026-05-26T11:46:01+00:00

I have a simple user model with a name and settings. After every save

  • 0

I have a simple user model with a name and settings. After every save of user AREL is performing an update to the settings column. For example:

user = User.find_by_name('kevin')
user.save

(0.3ms)  UPDATE "users" SET "updated_at" = '2011-10-20 19:58:06.363541', "settings" = '--- {}' WHERE "users"."id" = 1

None of the other fields are updated when calling save. Is this expected behavior? Why is it performing the update? Can it be turned off to not change if the serialized contents haven’t changed? I’ve uploaded the sample project used to create a minimum case:

http://cl.ly/0p0j3Z3Y0L1x1I1p3Z0g

  • 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-26T11:46:02+00:00Added an answer on May 26, 2026 at 11:46 am

    This is expected behavior. It is very difficult to detect changes within a serialized attribute, so they are updated on every save.

    Consider the following (ruby 1.8.7) irb session:

    ruby-1.8.7-p352 :001 > x = "--- \n:b: 2\n:a: 1\n"
     => "--- \n:b: 2\n:a: 1\n" 
    ruby-1.8.7-p352 :002 > y = "--- \n:a: 1\n:b: 2\n"
     => "--- \n:a: 1\n:b: 2\n" 
    ruby-1.8.7-p352 :003 > x == y
     => false 
    ruby-1.8.7-p352 :004 > YAML.load(x) == YAML.load(y)
     => true
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple model: class User < ActiveRecord::Base has_and_belongs_to_many :roles end class Role
I have a very simple user model. When I first created it, it had
I have a user model that has properties such as username, password, first name,
I have a simple question. This is my profile: class Profile(models.Model): user = models.ForeignKey(User,
I have a simple user model that stores an email address, crypted_password, salt and
I have a simple Django model resembling: class Address(models.Model): blah class MemberData(models.Model): user =
I have a simple user production report where daily quotas are tracked. The sql
I have a simple databasescheme: User, Account. User has 1-to-many relationship with Account. I
This is driving me crazy. I have a very simple user control: public int?
I have a simple Desktop Facebook application that allows the user to retrieve some

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.