Archive

Archive for October, 2007

Manually Set Rails Migration Version

October 28th, 2007

Here’s another piece of info that wasn’t easy to discover using the Google query I expected.  If you should ever find yourself needing to explicitly set the migration version that Rails thinks you are at, perform the following steps:

1.  Open your Database (using MySQL, this should be something like “mysql -h localhost -u root -p”, followed by “use [database name];” in the MySQL console)

2. Run “Update schema_info SET version=[version number];”

And you’re done!

Bill Rails

All Coming Together

October 18th, 2007

You can look it up on www.williambharding.com — there are few things that I love more than seeing a plan hatch, and that’s just what I’m seeing as this site makes some big steps toward being the most usable site of its kind for its users. We began our first round of seeking seed investment this week, and so far, so great. People seem to quickly comprehend how this will be a big step forward in shopping, and the fact that I have a team that personifies awesome certainly makes for an easier sale.

hedgehog.jpgOnce we finish acquiring our seed funding, things get really fun. The old adage of “time is money” inverts to state “money is time,” and my hope with seeking our first group of investors is that the money we can obtain will buy us many months of time compared to the means that I’ve used to get the site to where it is now. I’ve been fortunate to get significant discounts on basically everything we’ve purchased so far (web design about half price, programming costs ridiculously low for the quality) by getting people excited to be part of the idea, but goodness, having a bit of capital to work with is going to open a lot of exciting new doors.

There’s still a hell of a lot to do, but if the team matters as much as the product, we’re golden.

Bill Uncategorized