Steven Parkes
Steven Parkes
Yup. Known issue. But so far, no one that has the need to make it work has stepped up to work on it, I'm afraid.
That'd be cool, if you could. The problem is in envjs itself and it might be fixed in the Java master (we want to remerge, but it's going take a...
Hmm ... isn't it locked to capy 0.4.0? The truth is, this driver is pretty inactive these days. There are a lot a things working against it, probably most predominantly...
Have you tried it? I haven't had much time to track the capy releases lately, so I don't know if there have been incompatible changes ....
There's a gemspec in the github repo. If you clone it, you can tweak it and then build and install the gem locally. I've forgotten for the moment how to...
Thanks. I'll try to look at it this weekend.
This doesn't seem to be a free standing test. It's got a minor syntax error which is easy to fix, but I'm not sure the context is should be placed...
Nope. It's giving me some kind of error on uninitialized constant ActionController. I'm not really that familiar with rails integration tests (I use rspec) so if you could throw together...
Thanks. I appreciate the effort. I'll look at it in the morning (I already spent as much time as I can for today tracking down an envjs bug that surfaced...
Okay. I've tweaked things. First, as far as I can tell, your test isn't testing envjs, it's testing rack::test. I tweaked it and pushed to http://github.com/smparkes/envjs-subdomain-example. Next, you have to...