David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on Working with Internationalization :
You could add this to your Gemfile to see if it helps. Alternatively, you could upgrade Ruby version to 2.6.5. There shouldn't be much breaking changes between 2.6.3 and 2.6.5.

gem 'parser'

David Kimura PRO said over 4 years ago on Working with Internationalization :
I remember getting this error a few years back and ended up changing my ruby version.

David Kimura PRO said over 4 years ago on ViewComponent in Rails :
My dive into ViewComponent is probably on hold until it settles down a bit. 

I'll probably revisit older episodes down the road as it is inevitable for things to get out of date.

This is a pretty good read of what's been going on with this gem. https://github.com/github/actionview-component/issues/206

David Kimura PRO said over 4 years ago on ViewComponent in Rails :
Any specific errors or issues?

David Kimura PRO said over 4 years ago on FullCalendar Events and Scheduling :
Sure thing. I actually just ran through this battle not too long ago. Are you initializing it with a stimulus controller or just in the packs?