Displaying 1 result from an estimated 1 matches for "patent_production".
2011 Jul 15
1
Rails 3 app has strange behaviour with Mysql2 database
...will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000
development:
  adapter: mysql2
  encoding: utf8
  database: patent_production
  pool: 5
  username: xxx
  password: xxx
  host: localhost
I really hope someone can help, because I am searching now for over
two days and don''t find a solution. I can of course deploy on a
sqlite3 db, but I read recommendation to do it rather on mysql.
Cheers,
Sebastian
-- 
You rece...