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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:56:25+00:00 2026-05-22T21:56:25+00:00

In Rails 3, when you do activeRecord.save does the transaction commit or is when

  • 0

In Rails 3, when you do activeRecord.save does the transaction commit or is when the method exits ?

so what I’m trying to figure out is if the MySQL is written right after save! or it’s save after I exit the define black

def something
  1000.times do
       o = Order.new(:name => "Tomas")
       o.save
  end
end 
  • 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-22T21:56:26+00:00Added an answer on May 22, 2026 at 9:56 pm

    You should probably read up a bit on the ActiveRecord object callback chain; it explains what is going on under the hood with your objects.

    Basically, when you call save, an ActiveRecord::Base object will go through all the callbacks in the order the documentation lists them, you can see where the commit takes place (in between steps 6 and 7 as of my writing this). ActiveRecord even exposes a callback after the commit happens in case you want some conditional logic when you’re sure something has been committed to the database, but generally we trust that if save returns true, everything is fine.

    So to explicitly answer your question, a commit happens during your save call, not when you exit the method.

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

Sidebar

Related Questions

I'm writing a rake task that does some DB work outside of Rails/ActiveRecord. Is
I'm working with an older version of Rails and ActiveRecord that does not have
Where does Rails store data created by saving activerecord objects during tests? I thought
I'm trying to convert an ActiveRecord model to JSON in Rails, and while the
I've a got a method in ActiveRecord::User: def create_user_from_json(user) @user=User.new(user) if @user.save! @user.activate! end
In Rails 2.3.8 there is a class method ActiveRecord::Base.count_by_sql which allows to perform custom
Experienced with Rails / ActiveRecord 2.1.1 You create a first version with (for example)
I've added a before_create filter to one of my Rails ActiveRecord models and inside
Rails uses the concept of migrations to deal with model changes using the ActiveRecord
Suppose you have an ActiveRecord::Observer in one of your Ruby on Rails applications -

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.