Dominic Mitchell wrote: > > Actually, it's definitely something odd going in ActiveRecord. Look at > this: > > % ruby script/console production > Loading production environment. > >> Article.new.created_at > => Thu Feb 16 15:16:58 UTC 2006 > >> sleep 60 > => 60 > >> Article.new.created_at > => Thu Feb 16 15:16:58 UTC 2006 > > That's not right, I should get a new created_at time when I ask for a > new article... > Hi Dominic,
are you using, perhaps, PostgreSQL? There's an issue with that database and the created_{at,on} attributes... Victor _______________________________________________ Typo-list mailing list Typo-list@rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list