Last articles
-
Upgrading Xcode to 3.2.3 SDK iOS 4 issues: my solutions
Wrote at June 23, 2010 by Filippo CamilloOk, I upgraded my Xcode with this new version (3.2.3) and new iPhone iOS 4 SDK.Unfortunately, the upgrade was almost painless...ALMOST. Issue #1: base sdk missing S...
no comment yettags: objective-c macosx iphone development SDK iOS4 -
ActiveRecord: find with your local time zone
Wrote at April 29, 2010 by Filippo CamilloWhen you save or update an entry, ActiveRecord update automagically the special fields "created_at" and "updated_at" but it doesn't use your local timezone.It use instead UTC ti...
tags: mysql sqlite RubyOnRails