David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 7 years ago on WYSIWYG Editor with Summernote :

Are you entering the iframe code in the "code view", using the Video button or are you pasting it into the WYSIWYG editor? 

Also, can you share the snippet that you're using to display the content of the editor? For example, do you have a <%= raw @model.content %> or something similar?


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

Error 500 indicates that something went wrong on the server side and it should have logged something into your application logs. Check there and if you're unable to figure it out, post the relevant section of the log please.


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

Have you tried reindexing your Movie model?

You can within the console run

# BASH
rails c
# RAILS CONSOLE
Movie.reindex


or straight from Bash

rake searchkick:reindex CLASS=Movie

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

Sweet! Glad that worked!


David Kimura PRO said over 7 years ago on FullCalendar Events and Scheduling :

I think I'll do a followup episode on the FullCalendar with additional features, including the drag/drop support and recurring events.