Tip #23 - Know your fundamentals
June 21st, 2008
You would expect any professional to know their stuff, for a Ruby on Rails beginner, this is no less important.
Read the rest of this entryTip #11 - Transact Your Migrations!
April 19th, 2008
If you are using Rails, you are most likely using migrations. Have you ever had a migration fail half way through? Have you ever then had to figure out how to find each change and revert it in the database? Would you like to never have to do that again? Here is how…
Read the rest of this entryPostgreSQL on Windows - Startup Errors
April 16th, 2008
If you are using PostgreSQL on Windows and you get: FATAL: pre-existing shared memory block is still in use Or you get: HINT: Check if there are any old server processes still running, and terminate them. errors, here is how you fix it.
Read the rest of this entry