Steven Parkes
Steven Parkes
Pretty much because the people I was cloning from didn't release gemspecs. You can make the argument that gemspecs shouldn't/can't be maintained between releases. Same folks tend to disagree on...
If you want to create a new issue for adding the gemspec it's less like I'll forget it. Alternatively, if you have a patch with the appropriate hoe magic ...
If someone has a patch with a test, I'll accept it. If someone has a test where I can easily replicate the issue, I'll try to find time to look...
Thanks. I'll try to take a look at it soon ...
I was wrong when I thought this was fixed. There was a fix for headers that got put in, but (as the title indicates) this is actually an unobtrusive javascript...
I haven't seen this. Are you able to run the capybara-envjs specs? (Clone the repo, bundle install, rake spec). Those are (obviously) rspec-based and run okay. It's possible that it's...
Those three failures are known; Jonas is going to tweak Capybara for them. I'd debug it by digging into the code and trying to figure out where it's stalling. It's...
There's a certain amount of startup time, to parse all the JS that implements env.js. This should be a mostly one-time thing, since the parsed script is cached. The HTML5...
Actually, it tends not to be the interpretation of the JS that's slow, it's the setup of the DOM classes and parsing of the HTML, which still makes the overall...
That's really helpful, thanks. I have no idea what would cause a factor 60 on remote access. That bears some looking into. I don't think the scripts are being downloaded...