Kendall Buchanan
Kendall Buchanan
Is it possible it doesn't work because I'm using cookie sessions?
I've had the same problem here: a Javascript xhr request works under the normal Capybara driver, but with envjs, it calls the standard HTML template. I've got the 'master' branch....
I appreciate your response. I've replicated the issue in a simple Rails 3.0.0 app at http://github.com/kendagriff/envjs-test. README describes how to replicate the problem. My apologies if there is user error,...
@weavejester: Did HTTP/2 support happen, or are you planning to switch your focus to Ring 2.0?
You could always use `HashWithIndifferentAccess` from the ActiveSupport library, by calling `with_indifferent_access`: ``` require 'active_support/core_ext/hash' Psych.load("---\n ananas: sweet\n bananas: yellow").with_indifferent_access ```
I'll throw my two cents in that buttons are critical for us—we'll have to keep using knobs unless buttons are added to controls as well.
In our case we're using a button to save the current state of the component to `localStorage`. But speaking generally, I think it's a straightforward need: imagine needing a button...
Was this ever resolved? I'm getting: ``` 2015-04-10 22:20:34.664 INFO net.spy.memcached.MemcachedConnection: Connection state changed for sun.nio.ch.SelectionKeyImpl@9ee1b7 2015-04-10 22:20:34.666 ERROR net.spy.memcached.protocol.binary.NoopOperationImpl: Error: Auth failure. 2015-04-10 22:20:34.666 WARN net.spy.memcached.protocol.binary.BinaryMemcachedNodeImpl: Discarding partially completed...