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

show db schema doesnt work with ruby 1.9 #15

Open
plentz opened this issue Feb 25, 2010 · 6 comments
Open

show db schema doesnt work with ruby 1.9 #15

plentz opened this issue Feb 25, 2010 · 6 comments

Comments

@plentz
Copy link

plentz commented Feb 25, 2010

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.

@plentz
Copy link
Author

plentz commented Feb 26, 2010

@plentz
Copy link
Author

plentz commented Feb 26, 2010

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?

@drnic
Copy link
Owner

drnic commented Mar 4, 2010

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.

@drnic
Copy link
Owner

drnic commented Mar 4, 2010

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.

@mdarby
Copy link

mdarby commented Jan 21, 2011

I'm still having trouble with this; I'm not sure if this issue has been fixed and left open?

@turadg
Copy link

turadg commented Aug 11, 2011

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

No branches or pull requests

4 participants