rake aborted! TypeError: can't convert Fixnum into String
把配置的数据库密码改为字符串
pool: 5 username: root password: "1234" host: localhost