David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 6 years ago on FullCalendar Events and Scheduling :

Sorry, I primarily focus on Ruby. However, check out their docs at https://fullcalendar.io/docs/ to see some of their examples that they have.


David Kimura PRO said over 6 years ago on Searchkick and Elasticsearch :

The RestClient appears to be returning an Unauthorized response and your seeds file isn’t taking that into consideration. Hope that helps.


David Kimura PRO said over 6 years ago on Upload Files to AWS S3 Using Fine Uploader :

I will plan on covering FineUploader with a Shrine series. Thank you for the suggestion.


David Kimura PRO said over 6 years ago on DataTables :

Great question. It really depends on the complexity to which you've modified the datatables. If you are using server side data and a full text engine, then I would store the 'yes' and 'no' values as part of the indexed data.

If you're using Rails 5.1.x then you could also use a virtual attribute to search on instead of the integer column.