Kris Leech
Kris Leech
I also get this issue, would you recommend "vendoring" the gem and applying this patch... Any chance of this patch getting applied?
Is this backwards compatible in terms of what the `broadcast` can do? Can you update the README and CHANGELOG files please.
Would be better to add this code directly to this gem since it is related only to RSpec.
This is a good idea. I was also thinking we should change the first argument to `self.id` (only for the second broadcast) as well since `self` will not work for...
I don't think so, other than the gem linked to above, which I haven't tried myself. But you can do this with plain wisper events. Call `broadcast` from a ActiveRecord...
Thanks for this! Can you tell me a bit about the use case for broadcasting in the `before` callbacks? It looks like the specs are failing for ActiveRecord 3.0 because...
Is this needed? When I have `disable_monkey_patching!` then `describe` is an undefined method.
rbx (~> 2.5) needs an older LLVM (~> 3.5) then is installed by latest xcode or brew. Check the system LLVM is okay or you have an older brew installed...
You can do this in your Virtus model: ```ruby def initialize(attributes) super(attributes.to_h) end ```