Menu

Monday, December 13, 2010

Reminder: Database.yml

In the case that your password in database.yml is a pure number such as 123.

You'll get this alert "TypeError : can't convert Fixnum into String"

Therefore, you have to cover the number by using "" for example "123".

No comments:

Post a Comment