You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
# config/initializers/hyperloop.rb# If you are not using ActionCable, see http://ruby-hyperloop.io/docs/models/configuring-transport/Hyperloop.configurationdo |config|
config.transport=:action_cable# or :pusher or :simpler_poller or :noneconfig.prerendering=:off# or :onconfig.import'reactrb/auto-import'# will automatically bridge js components to hyperloop componentsconfig.import'opal_hot_reloader'ifRails.env.development?config.cancel_import'react'config.cancel_import'react-dom'config.cancel_import'react-number-format'end