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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:18:18+00:00 2026-05-26T21:18:18+00:00

Is it possible to query unsaved changes using Rail’s ActiveRecord or another similar approach?

  • 0

Is it possible to query unsaved changes using Rail’s ActiveRecord or another similar approach?

An example of a Ruby interactive session is below. What I’d like to see, is the fourth line show a result of ‘999’ instead of ’10’. I’m use to using .NET and Entity Framework where something similar to this was possible. Perhaps in Ruby there is a better or different way to do the same thing. I could obviously add up the sum in a loop, but I find the query syntax more elegant. Any help is appreciated.

i = Inventory.where(:product_id => 1)
i.sum(:available) => 10
i.first.available = 999
i.sum(:available) => 10
  • 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-26T21:18:19+00:00Added an answer on May 26, 2026 at 9:18 pm

    No, since sum() is actually translated to SQL and run on the db, you must save the record to the db in order for the query to return the result you want.

    Alternatively, you can use the Enumerable#sum method in ActiveSupport, which takes a block, like so:

    all = Inventory.where(:product_id => 1).to_a
    all.first.available = 999
    all.sum(&:available)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to query certificate store on windows server 2008 using .net platform?
Is it possible to query using Facebook Query Language when not currently logged in
Is it possible to query through a DBRef using a single find spec? user
Is it possible to query outlook address book using AS3?
Possible Duplicate: Query Microsoft Access MDB Database using LINQ and C# Im working with
Is is possible to query the current browser from within an applet? I would
Is it possible to query Google's cache with a specific date range. for instance,
I have an Exchange account with multiple calendars defined. Is it possible to query
Hi all is it possible to rewrite query: select userid from User where userid
Possible Duplicate: SQL Server Database query help Hi, I have a problem that I

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.