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

You can access the source code for this episode at https://github.com/driftingruby/042-fullcalendar


David Kimura PRO said about 7 years ago on Working with Internationalization :

Thanks for the comments and your i18n-tasks gem!


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

Sounds like a great idea. Would definitely have to follow an Outlook Calendar style functionality where a single occurrence could be edited of a series. Worth looking into.


David Kimura PRO said about 7 years ago on Nested Forms from Scratch :

From a UX perspective, it is consistent with how, by default, other forms work. You're able to refresh the browser or hit the back button to navigate away from normal forms without warning and losing any field changes.

My approach is usually to provide some form validations via javascript. So if the user adds a record or if they modify existing fields on the page, set a variable in JS. If the user navigates away from the page before saving, then show them an alert to prevent leaving the page on accident.


David Kimura PRO said about 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?