Scotty Nelson
Scotty Nelson
I'm having an issue with subdomains too. When I switch the subdomain in one test, then switch it again in another test, then again in another test, in every test...
I was able to find a workaround for this by using multiple sessions, and opening a new session when the subdomain is switched. I wouldn't consider this a fix though...
Jonas says in a number of places to use visit('http://subdomain.example.com'), that is, a FQDN, to switch the domain name, one of those places is here: http://groups.google.com/group/ruby-capybara/browse_thread/thread/f6a109ec6d254bc8/5f9a726bc4de0b7d?lnk=gst&q=subdomain#5f9a726bc4de0b7d That doesn't work either...
I've started a pull request with capybara so that we can use visit() to switch the subdomain and have it persist across subsequent requests. https://github.com/jnicklas/capybara/pull/307 We'll see what happens with...
Looks like its already in the works, hopefully we'll see it soon. https://github.com/jnicklas/capybara/pull/307
Absolutely, will do.
Thanks for all the work you've done on this driver, it has been extremely useful to me. Any reason you don't include a .gemspec in the repo so we can...
Frank, do you never have two users listening to the same channel then? I suppose it depends on your needs, but what do you need to broadcast to multiple users?...
Didn't consider publishing to multiple channels ala Juggernaut.publish(['user-token1','user-token2'] ... is that what you're doing Frank?
I like it ... what happens when they have multiple sessions (like two browsers open)?