George Norris

Results 33 comments of George Norris

Any way (without monkey patching) to make this work with Rails 6.0, and Rspec-Rails 4.0.1. ?

It's the table on https://coinmarketcap.com/ Doesn't appear to be in an iframe

Same bug. Globbing is missing whole folders. This would be super rad if this bug was fixed.

`collectCoverageFrom` still doesn't collect coverage for React components? I'm trying it with `"src/**/*.{ts,tsx}"` and it indeed doesn't cover React components. 🤷🏻‍♂️

Does collectCoverageFrom work? I'm finding it completely broken..

I've figured out the issue.. When pushing to Heroku, the OS (Linux) is case sensitive to file paths. On my computer I have: `/nav/DesktopNav` But when I try find the...

This example is not working for me. Is it possible to get some official docs on how to do this?

Added a `unless index_exists?(:taggings, :tag_id)` postifx to `add_index :taggings, :tag_id ` line 23 on `*_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb` to fix.