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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:05:08+00:00 2026-06-14T23:05:08+00:00

I have two after_create callbacks on the same model, and the 2nd one depends

  • 0

I have two after_create callbacks on the same model, and the 2nd one depends on an attribute (say client.score) not being nil. In the first one, it runs a calculation and sets that attribute in question to some non-nil value.

But it seems that even though I have them right after each other in my model file like this:

after_create :callback1
after_create :callback2

Whenever callback2 is run, it is still getting client.score to be nil.

How can I force the second one to be run after the first one?

  • 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-06-14T23:05:09+00:00Added an answer on June 14, 2026 at 11:05 pm

    You could do something like this

    def some_action
        callback1
        callback2
    end
    
    after_create :some_action
    

    However, per the docs, your code sample should be fine too

    Callbacks are generally run in the order they are defined, with the exception of callbacks defined as methods on the model, which are called last.

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

Sidebar

Related Questions

I have created two mailers, one of which is not working in production on
I have two tables one called fs_note the other called dumy_fs_note I created after
I have two methods, one called straight after another, which both throw the exact
I have two jsps. One is login_first.jsp , another one is main.jsp . After
I have once again fleshed out Ruby, after two years of not touching it,
I have a layout with two children one after another, like this: |<view1><text1> |
I have two dependent tables as CREATE TABLE posts ( post_id int(11) unsigned NOT
I have two tables: CREATE TABLE [NEWS] ( [ID] INT IDENTITY(1,1) NOT NULL, [TITLE]
I have two code files, one contains my WinMain() function, and all functions related
I have two sql files: The first one creates database, tables, and stored procedures.

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.