jcavalieri
jcavalieri
Sorry, re-opening. Error was buried. ``` /usr/local/bundle/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:324:in `table_exists?' /usr/local/bundle/gems/bitmask_attributes-1.0.0/lib/bitmask_attributes/definition.rb:29:in `validate_for' /usr/local/bundle/gems/bitmask_attributes-1.0.0/lib/bitmask_attributes/definition.rb:14:in `install_on' /usr/local/bundle/gems/bitmask_attributes-1.0.0/lib/bitmask_attributes.rb:25:in `bitmask' /app/app/models/user.rb:33:in `' ```
My hunch is Active Record has changed the `model.table_exists?` which is being called here: https://github.com/joelmoss/bitmask_attributes/blob/master/lib/bitmask_attributes/definition.rb#L29 This is what is throwing the exception.
I suspect this may have been introduced here: https://github.com/rails/rails/commit/0007501669879a8560090897f78cf1d1b69bf30d#diff-08a3e7333b5c1a6b357298070b7b6002 I'll see if I can get a PR together.
I'm finding the tests difficult to run, since the gem versions aren't locked down.
Hmmm, just seeing this: https://github.com/joelmoss/bitmask_attributes/pull/81
This thread seemed to go off the rails a bit. I'm a little confused. Is there still no way to use ScalaMock with `String*` matching?
I should have taken a closer look at the source. Now I see the source is essentially all under a mswin folder: https://github.com/ahx/gbarcode/tree/ruby1.9/gbarcode-0.98.16-mswin32 What is the windows dependency?
This SO article has me confused because the person says they installed it on ubuntu, but then references windows. http://stackoverflow.com/questions/12753024/gbarcode-issue-barcodes-not-being-generated
thanks for the suggestions and thanks for the quick response
Hmmm, I tried this and it didn't work for me: gem 'gbarcode', :git => 'https://github.com/ahx/gbarcode' ``` Could not find gem 'gbarcode (>= 0) java' in https://github.com/ahx/gbarcode (at master). Source does...