Greg Myers

Results 131 comments of Greg Myers

I'm still struggling to isolate exactly why `any?` is returning nil, but while debugging it, got a casual segfault from the gem which makes no sense to me so far....

@coorasse We're currently effectively having to inline our ActiveRecord conditions to avoid this bug. We suspect it's some unusual interaction between ActiveRecord lazy loading and this gem but I have...

[email protected] has been published for you to test out :) Please let me know how it goes! The tests fail but it's hard to know if they're meant to fail...

Hah, I'm looking for maintainers so for my purposes you're using it more than me :)

Nice work and thanks @dtom90 👍 Wonder if in an application with multiple packs, the ReactRailsUJS should be code-split out into a global pack, and then component packs could be...

Basically ReactUJS will try auto-mount, you could have just wrote your own mounter JS rather than scrapped it entirely, or used standard webpack split chunks. If someone wants to add...

Hi Justin, I hope you'll allow me to clear the air for a moment as it may be confusing as to why I keep ignoring you and how I want...

I could not replicate on Rails 5.2.4.1, or on Rails 6.0.2.1. Can you make an example project to show what you mean? Made a small test repo here: https://github.com/BookOfGreg/1049-test If...

I'll need to test it doesn't negatively affect any existing integration but this looks promising so thank you for contributing! The documentation also reads well to me. Travis succeeded on...

What is the use case for passing in a context to the render_component helper? Are you referring to the same context that is set by default here?: https://github.com/reactjs/react-rails/blob/master/lib/generators/react/install_generator.rb#L99 @3den I'd...