Articles about mysql
Subscribe to my feed RSS about mysql
-
Ouch! I developed on sqlite3. I need to switch from sqlite to mysql database now
Wrote at December 07, 2009 by Filippo CamilloI'm currently working on a Ruby on Rails project with a team of 3 people. We used sqlite3 as database system because it's easly portable and versionable (only 1 file).But n...
1 commenttags: development ruby rails sql mysql sqlite RubyOnRails -
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