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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:19:07+00:00 2026-06-04T00:19:07+00:00

The reason for this post is to get feedback as to whether there’s a

  • 0

The reason for this post is to get feedback as to whether there’s a “Rails Way” of doing what I’m attempting. The way I’m doing it seems a bit clunky and prone to human error.

I have multiple tables which I want to store history of including the time and date a record is updated. Who updates it is not important.

At the moment, I have put together the following [not yet tested, some syntax is probably wrong], but it seems like other people would have this need and that there would be a better way of doing it, whether there was a way of implementing this at the database level instead or some other inbuilt method/callback I’m not aware of.

The model CreateDdiPlanHistorical was generated including updated_at:datetime on top of the other fields seen below in the create_history method, my understanding is that should automatically populate on any records in the historicals table being added or modified.

(validations and associations stripped out for clarity)

class CallDdiPlan < ActiveRecord::Base
  attr_accessible :active, :ddi_count, :plan_name, :price

  after_save :create_history

  private

    def create_history
      CallDdiPlanHistorical.create({:active => this.active, :ddi_count => this.ddi_count, :plan_name => this.plan_name, :price => this.price, :call_ddi_plan_id => this.id})
    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-06-04T00:19:09+00:00Added an answer on June 4, 2026 at 12:19 am

    You could do some sort of roll-your-own solution, but if you really want to make the boss happy, use the audited gem:

    https://github.com/collectiveidea/audited
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this a bug in jQueryUI's dialog or is there some reason this is
There are several questions throughout this post all related to the title. The overall
Is there any way to save this block of code into a PHP variable
On whatever reason this is not working (says 'file not found'), set in=c:\myprogram\_save cd
For some reason this program is saying that 'switch' is not defined. What is
For some reason This php script won't echo anything: <?php setcookie(pop,'hi',time()+604800); echo $HTTP_COOKIE_VARS['pop']; ?>
For some reason this function confused me: def protocol(port): return port == 443 and
So for some reason this just doesn't make sense to me. What Im trying
For Some reason this query doesn't work in SSIS Select IDLOGARCHIVOS, NOMBREARCHIVO, FECHACREACION from
for some reason this code wont work, it doesn't seem to read the javascript.php

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.