David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 8 years ago on DataTables :
that definitely adds a level of complexity, but is solvable. the problem comes into play when you start searching. you would need a joins and search on the country as well. you could add a hash into the columns like `country: :name` and modify the search.

David Kimura PRO said over 8 years ago on WYSIWYG Editor with Summernote :
I've recently switched the Drifting Ruby comments over from Summernote to SimpleMDE which gives better familiarity to code editing WYSIWYG. Using three backticks, followed by a language, you can create the code blocks ```ruby def Foo puts bar end ```

David Kimura PRO said over 8 years ago on Client Side Validations :
It looks like `form_with` is not supported. https://github.com/DavyJonesLocker/client_side_validations/issues/696

David Kimura PRO said over 8 years ago on Client Side Validations :
Yea, that's what it sounds like. Seems kind of silly to not support `form_with` if the other two will be deprecated in the next year or so.

David Kimura PRO said over 8 years ago on Client Side Validations :
I don't yet, I plan to add one and work on this one more. I used Summernote for a while, but I didn't like having to deal with parsing HTML in some scenarios. This seemed like a much better option since most developers are familiar with Markdown. This library is called SimpleMDE (https://simplemde.com/). I'll probably cover an episode on it soon with integrating with ActiveStorage or something similar.