Displaying 2 results from an estimated 2 matches for "xxx_dev".
Did you mean:
dax_dev
2007 Nov 05
0
loading fixtures into oracle
...#39;s that way because I''m trying to work around another
issue with the Oracle Ruby driver. It won''t load fixtures without ids
and it won''t increment the sequence:
admin:
name: Admin
I get this error:
rake aborted!
OCIError: ORA-01400: cannot insert NULL into
("XXX_DEV"."GROUPS"."ID"): INSERT INTO groups (name) VALUES (''Research
Nurse'')
admin:
id: 10000
name: Admin
When I try to add another record after that fixture I get errors about
non-unique keys:
>> Group.create( :name => ''Foo'' )
A...
2011 Jun 08
2
MySql2 adapter hangs in Rails3 on Windows XP
...uby192/bin/rake:31:in `<main>''
I''ve checked the Gemfile and run bundle install.
Here is a snippet from the database.yml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: xxx_schema_name_xxx
pool: 5
username: xxuser
password: xxpwd
host: xxx_dev.devhost.com
port: 3306
I have reconfigured this for a db local on my PC and for a remotes db-
server. Both of those databases respond normally to commandline mysql
monitor and to MySql Workbench.
The tests with sqlite3 databases work fine.
--
You received this message because you are subscri...