David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 8 years ago on ActionCable - Part 1 - Configuration and Basics :

Keep in mind that if you are using ActionCable on production, it does not currently work with Apache + Passenger. Instead use Nginx + Passenger.

https://www.phusionpassenger.com/library/config/apache/action_cable_integration/


David Kimura PRO said over 8 years ago on Client Side Validations :

Glad to hear!


David Kimura PRO said over 8 years ago on WYSIWYG Editor with Summernote :

Thank you for watching


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

Based on some questions, the Event model looks like.

  create_table "events", force: :cascade do |t|
    t.string   "title"
    t.datetime "start"
    t.datetime "end"
    t.string   "color"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

David Kimura PRO said about 8 years ago on puma-dev replacement for pow and prax :

puma-dev now supports the ability to map your application with a helper. This would replace the need to use the pumad script as shown in the video.

puma-dev link [-n name] [dir]