Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake db:create? #2

Open
ghost opened this issue May 21, 2010 · 3 comments
Open

rake db:create? #2

ghost opened this issue May 21, 2010 · 3 comments

Comments

@ghost
Copy link

ghost commented May 21, 2010

rake db:create doesn't seem to be working

@brianmario
Copy link

This is a dup of issue #1 - the problem is, the database rake tasks that ship with rails specifically check for drivers named "mysql", "pg" or like 'sqlite' - I'm working with the rails team on a fix for this as this (database creation, and other stuff) should be the responsibility of the database adapter itself, not the rake task.
@methodmissing - not sure if you want to keep this open or whatever, but I'm definitely looking into it and will let you know of progress (if any)

@ghost
Copy link
Author

ghost commented May 21, 2010

Oh I see. Yeah makes sense, the adapter should do it instead.
Not a biggie anyway. What I've been doing is using mysql on development (where I have to recreate many times) and mysqlplus on production.

@ghost
Copy link
Author

ghost commented May 21, 2010

BTW sorry for the repost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant