This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Apr 27 06:40:01 -0700 2009 | |
| |
README | Mon Apr 27 06:40:01 -0700 2009 | |
| |
Rakefile | Mon Apr 27 06:40:01 -0700 2009 | |
| |
init.rb | Mon Apr 27 06:40:01 -0700 2009 | |
| |
lib/ | Wed Apr 29 03:56:41 -0700 2009 | |
| |
test/ | Mon May 04 04:44:12 -0700 2009 |
README
CustomTimestamps ================ Some legacy databases have already defined their own created_at or updated_at fields. They can be easily filled in with ActiveRecord before_save filters, but changing this should be trivial. This plugin enables you to set your own column names for these timestamps Example ======= class LegacyModel < ActiveRecord::Base set_create_column :creation_time set_update_column :change_time end Copyright (c) 2009 Jan De Poorter, released under the MIT license







