Displaying 1 result from an estimated 1 matches for "tarprilogist".
2006 Jan 29
4
Problems with FireRuby and scaffolding
I am trying to generate some scaffolding using "ruby script/generate
scaffold order order". It always fails with the message "uninitialized
constant CHARACTER_SET". I have an orders table in a Firebird databse
called TARPRILOGISTICS.GDB. The database is in a folder named "database"
in my rails app root folder. I tried FireRuby 0.4 and 0.4.1. My config
file looks like this:
development:
adapter: firebird
database: ../database/TARPRILOGISTICS.GDB
username: sysdba
password: masterkey
charset: UNICODE_F...