-
Notifications
You must be signed in to change notification settings - Fork 223
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
show db schema doesnt work with ruby 1.9 #15
Comments
After changing to ruby ee 1.8.7 it passed this error, but i got another one. I think its because I'm using rails beta.3, right? |
Hmm, I am suspicious about when I last say "Show DB Schema" working at all. I have this odd feeling it stopped working magically just after the Peepcode came out. |
What is the error you're getting on ree187? I'm on snow leopard's 1.8.7 and a quick test showed the command working. The bundle isn't designed at all to work with rails3 yet; but it'd be cool to start collecting (as Issues) the rails3 bugs + ruby19 bugs. |
I'm still having trouble with this; I'm not sure if this issue has been fixed and left open? |
The way it its, doesn't work because you dont set the encoding of the file and the message "Fetching database schema..." has a utf-8 char, so it gives a error. but even fixing this(setting the default encoding of the file or just erasing the "weird" char), it stills generate an error because of the TextMate.call_with_progress method.
The text was updated successfully, but these errors were encountered: