Anders Carling
Anders Carling
@inbeom Will you be releasing your fork to ruby gems?
@colin-marshall did you ever get a response from Oversight?
Started to look into it and it definitely is comnected to the use of AVAudioEngine. Basically, commenting out all of the init code in AudioModule stops the warning. I didn’t...
The issue seems to be caused by Ruby 1.9's introduction of a second optional argument to `Module#const_defined?` which makes `Remarkable.const_defined?('ActiveRecord')` (in `lib/remarkable_rails/active_orm.rb:17`) include ancestors by default and thus returning true...