|
i'm seeing a similar problem as well with ActiveRecord 0.9.1 and config #2. When i call rake db:create:all the command creates test and production but not development.
Nick Sieger made changes - 06/Jul/09 06:44 PM
For me the same issue with 1.3.1 and jdbcmysql and jdbcpostresql 0.9.1. Not aware of a workaround, I'm creating the database manually as well. I'm having the same problem with JRuby 1.3.1, ActiveRecord 0.9.1, Rails 2.3.3, and MySQL.
Thomas E Enebo made changes - 25/Aug/09 11:29 AM
Thomas E Enebo made changes - 25/Aug/09 11:32 AM
Maybe if we got this moved over to the kenai.com AR-JDBC project it would be more likely to get attention? Simple workaround for creating development db. I just copied existing env to a new environment called archive and now create:db:all creates dev env as well. Skips archive, of course I got the same issue . it seems it is caused by the rails rake task {rails_gem}/lib/tasks/database.rake
Nick Sieger made changes - 25/Sep/09 05:57 PM
Charles Oliver Nutter made changes - 27/Oct/09 01:49 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This occurs only for jdbcmysql adapter, works fine for jdbcmysqlite3 adapter.