-
Its not quite like the Photoshop stamp tool but, I’ve been busy making this [new blog][1] have a similar look and feel as the [old one][2]. Bear in mind that eventually this links will cease to work because I will upload the new blog to the old blog’s URL. It’s been pretty painless so far.…
-
Apparently SQLite doesn’t have *very* good date handling. It seems that there are no functions that will extract parts of a standard date format. What I mean is that there is no ability to extract `YYYY` from `MM-DD-YYYY`. That bites. It means Matt’s going to have to *de-normalize* the dates used in [Squib][1]. My understanding…
-
Just doing a little backup.
-
My beautiful daughter Sophie is 5 years old today. One of these days I’ll get around to editing this post and adding a photo.
-
Apparently MySQL, Postgresql, SQLite and I’m sure other SQL based databases don’t all utilize the same SQL queries. This, naturally, causes problems when trying to develop an app that is able to work with any of the SQL-flavored databases out there. I know nothing about SQL queries. Fortunately Matt does. And he’s coming up with…
-
I’ve tried, in my extreme inexperience, to run Squib with an SQLite database. I can’t figure it out. Fortunately that’s what Matt’s for. 😉 Supposedly migrations are possible. That leaves Matt without any more excuses. > Q: Does ActiveRecord::Migration support SQLite? > A: Migrations appear to work fine with SQLite in Rails 0.14.0 and later.…