Chris McCord
Chris McCord
I spent half of Sunday trying to get an integration suite setup with capybara-webkit and have been stumped by the capybara session failing to receive pubsub events from the server....
Can you submit a pull request with your fork?
I haven't seen a full implementation yet. @gmaliar Any status on this?
I like the idea of a global change event, but it might get tricky for your binding code if you receive successive change events. For instance, if you have, say...
With the right docs, I think the change event handling is fine.
hmm, can you access it from localhost?
Remote connection shouldn't be an issue. For some reason I think the IP parsing is tripping it up. I'll take a look soon and see what could be going wrong.
I would love to see this as pull request. So long as tiny_tds builds on non MS SQL platforms there should be no reason we can't get this in. I'm...
`#schema` just returns the result of the database query as a hash similar to the `#find` method. ie, the mysql adapter simply returns the result of `session.query("DESCRIBE #{collection_name}")` as a...
I saw that FreeTDS was required. Do you know if we can automate the free-tds build process? A quick glance at the `MiniPortile` section of of `tiny_tds` suggests it may...