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

  • Home
  • SEARCH
  • 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 6532971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:04:07+00:00 2026-05-25T10:04:07+00:00

My model has a few counters on it, and I want to increment/decrement these

  • 0

My model has a few counters on it, and I want to increment/decrement these counters, and they should be done in a transaction.

So for example, the User model has sales_count, friend_count.

Now I want to modify both of them in a transaction:

user.sales_count += 1
user.friend_count += 3
user.save

How can I do this in a transaction?

I know there is increment_counter, but that seems to be for only a single attribute and I can’t figure out how to add 2 or subtract 2 instead of just 1.

  • 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-25T10:04:08+00:00Added an answer on May 25, 2026 at 10:04 am

    you could use update_counters

    User.update_counters(user_id, :sales_count => 1, :friend_count => 3, :other_count => -2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a user model that has a few different types, i.e. there is
My model has quite a few boolean fields. I've broken these up into 3
my Project model has 2 datetime atttributes: start_date and end_date. Now I want all
My user model has three relations for the same message model, and is using
If a model has an attribute named unit for example, but in your views
I have a model that holds user address. This model has to have first_name
I've got form for some model A , which has got few fields: tile
i have im my rails app model which has few options (no more than
ASP.NET server controls has a few categories, for example, normal ones e.g. TextBox, Button
Grabbing the OU of current user and returning a custom model (Division) that has

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.