Rails install defaults to sql light...
Mar 25 2008 - By George Webster
i'm not positive it wasn't something in my build, but it appears that the default of rails is to use sql light, obviously not mysql so to fix this problem i have to add the following to the rails site creation:
rails -d mysql NAME_OF_APP
i'm sure i can reinstall to default to mysql, but adding seven characters to the rails app creation is not a big deal.