Header left Header right
 

Sometimes you have to appreciate how much you know

Published: January 23rd, 2010

Do you appreciate your journey as a developer? You should. In this post I share a few perspectives.

You want more than the excerpt, don't you? Well, continue on to read more!

 

Notes

Updating Postgres Pains

I tried upgrading the postgres gem and I kept getting some failure during the building of extensions. I finally solved the problem with “sudo env ARCHFLAGS=”-arch i386″ gem install postgres”. Hopefully that may help someone out.

Jun, 03rd

Gotcha With Foxy Fixtures

There’s a gotcha that had me tied up for about ten minutes. Make sure you don’t do that fancy association reference if that one fixture you’re referencing still has an “id: 1″ or an id of any number in it. Apparently Foxy Fixtures only works the “cool way”, e.g “user: quentin”, if users.yml doesn’t have that id attribute defined. Hopefully this helps someone out!

Mar, 12th

iPhone SDK Released Today

Woot, iPhone SDK released today. You can get some live blogging coverage here.

Mar, 06th