Archive for the ‘Ruby on Rails’ Category

How to fix a “sqlite3.dll missing” error message in Ruby on Rails

August 5th, 2010 at 2:10 pm 2 Comments

Here’s a little reminder for myself on how I fixed the “sqlite3.dll missing” error message I was getting while setting up a new Ruby on Rails environment.
Read the rest of this entry »

How to create migrations in Ruby on Rails that only run in the development enviroment

February 13th, 2010 at 12:52 am No Comments

This is a reminder for myself for when I want to use a migration to create test data for the development environment only.
Read how »