Disable automatic timestamping of columns
Reported by Andy Atkinson | August 5th, 2008 @ 12:27 AM
As of ar-extensions 0.7, created_at and updated_at timestamp columns are automatically set to the current time.
This feature was mentioned in this posting:
http://groups.google.com/group/r...
In my situation I'm importing blog posts from a previous schema, and using CSV files to manage them. I would like to preserve the original created_at timestamp (updated_at is not useful in my context).
Please make auto-timestamping configurable so that it can disabled when using the ar-extensions "import" method.
Comments and changes to this ticket
-
Thibaud Guillaume-Gentil September 25th, 2008 @ 03:13 AM
I have fixed this no? with the option, :timestamps => false
http://github.com/zdennis/ar-ext...
Thibaud Guillaume-Gentil
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
ActiveRecord::Extension (aka ar-extensions) is a plugin to extend and
enhance the functionality of ActiveRecord. It starts by adding better
find support for ActiveRecord. It then adds mass data import
capabilities which are highly efficient and lastly it supports to_csv
functionality.
It also introduces a cool concept of creating easily extendable pieces
of ActiveRecord functionality, so developers don't have to understand
ActiveRecord internals or have the fear of breaking ActiveRecord
itself.