David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 4 years ago on Action Text Mentions and Notifications :
  You can do some CSS hackery. It won't disable it, but will make it invisible.

.trix-button-group--file-tools { display: none; }



David Kimura PRO said over 4 years ago on React Native and Ruby on Rails API Only Applications :
Thanks   . That's really frustrating about frameworks like React and React Native. It's almost like very little forethought was given. I know that even Rails has breaking changes, but some value can be taken from older outdated articles. Regardless, I'll have to look at some of the recent changes to see how things have progressed.

David Kimura PRO said over 4 years ago on In Depth with Docker Compose :
  Is the postgres instance running? You can run docker container ls to see.  You can also run docker logs CONTAINER_NAME to see if there is something else weird going on.

David Kimura PRO said over 4 years ago on Rails dynamic role management :
Did you want to see this from scratch or is there a gem in mind?