My rails application works fine when I run rake db:migrate but the problem occurs when I try to start the rails console.
rake db:migrate
2.0.0p247 :003 > User =
That isn't a problem. All that's happening is the connection is not instantiated until it's needed.