What I've considered instead for the first run at this thing, to prove whether I should proceed with developing it at all, is pulling the SQL into #Ruby via a gem, then figuring out how to output the queried rows in a YAML format and/or CSV format for use with #Jekyll.
I'm having a hard time finding any resources online about doing something like this (and I imagine that there's a good reason for that), so if I do it and write it up as a blog post, it'll give me some cred. #webdev #programming
@lnxw48a1 Yes, #RoR does handle lots/most/all of that for you! I'm pretty confident that I could get it going with #RoR, but I was trying to get the project done quicker than it'd take me to read the RailsBook and go through its exercises to know what I'm doing.
I've heard of the #Railscasts, but it seems to be dead now. :/ I'll look for other #RoR alternatives. :)