RE: Database passwords with numbers

however when I
go to http://localhost:3000/rails/info/properties I get this error:

private method `gsub’ called for 1:Fixnum

But if I just use “password” for my password everything is ok.

Any ideas?

Which adapter? What version of Rails?

Dan

Berger, Daniel wrote:

however when I
go to http://localhost:3000/rails/info/properties I get this error:

private method `gsub’ called for 1:Fixnum

But if I just use “password” for my password everything is ok.

Any ideas?

Which adapter? What version of Rails?

Dan

Sorry for no details. Rails 1.1 and Mysql adapter.