Harry Lascelles

Results 118 comments of Harry Lascelles

I've reproduced something very similar to this (not yet sure if it deserves a new issue). I also do not have `bracketed-paste-magic`. `echo $functions[bracketed-paste-magic]` yields nothing. For me, I don't...

Thank you for the simple steps @aaronjensen! Yes, @ericfreese I can replicate the problem doing sourcing the plugin manually as per the steps above.

We've been bitten by this as well. I'm not that familiar with Gyoku etc. Is this PR still active?

@warnickr do you need to share the burden? This seems like a vital update to a commonly used tool.

This is still an issue for us. What do people think @pcai @olleolleolle?

This is for using with a Postgres DB with multiple (DB) schemas, but one `schema.rb`. eg: ``` # We can test this: public.customers # But not this? reporting.orders ```

Almost everything is "normal" (eg the database.yaml), and then for a few models we change the table that ActiveRecord uses to look them up: ```ruby class NormalModel < ApplicationRecord #...

Possibly related: https://github.com/twilio/twilio-ruby/pull/558

Here is the exact line (with rev) that @scottb found this problem to be: https://github.com/rollbar/rollbar-gem/compare/v3.3.0...v3.3.1#diff-d5202929c8268c54895def2587ba3efc829245c433997334366a16462d57bad7R144 (We have the issue too and are rolling back).