search for: activerecordyamlfixtur

Displaying 1 result from an estimated 1 matches for "activerecordyamlfixtur".

2006 Apr 12
1
timestamps in fixtures
what''s the recommended way to insert database agnostic timestamps in fixtures? at present, I''m using strftime to insert a mysql formatted time string but that would break my fixtures if I move to a different db. what''s everyone else doing?