Pedro Nascimento
Pedro Nascimento
@ProLoser Oh, I didn't check before answering. That's great news! Great tips, by the way. Let's guide ourselves around them, folks. About @timelf123, I'm fine with adding him, but not...
Maybe we should strip the first char if it is a `#`?
We have two properties with the same key being added named `event` on 2 open PRs, this one and #312. Could you please change your key to `eventTitle`? This way...
Could you do the same argument over the other PR? So we can keep its discussion there. I'd like you to use `properties.eventTitle` instead of `properties.event`, that's all.
Just out of curiosity, what tracking for what providers do you intend to disable?
One hack that might work is to allow this to add scenes as devices, then we can start a scene that has the vacuum cleaner set to auto.
The problem seems to be that encoding this URL (which include backslashes) generates an invalid URI in the end. i.e. `/companies/01zv/` becomes what you see in the output.
We might be able to optionally use a random `cache_key` in the Sprockets processor which will always invalidate the cache, I believe. It's sort of a hack, but it might...
Is the gem still under development? Looks like 2.0 hasn't been updated for a while. I may be interested in maintaining this if there's a need of a maintainer. cc...
Selenium? As there's no AJAX code, maybe we could use just Capybara with Webrat. Personally I don't like Cucumber, I prefer just pure RSpec instead.