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 has been 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
The OpalHotReloader is added to the Javascript the default jQuery for Bootstrap stops working.
When it is installed in the
app/hyperloop/components/opal_hot_reloader.rb
location with the content below works as expected.and
This is done by the generator at:
hyperloop/lib/generators/hyperloop/install_generator.rb
Lines 144 to 159 in f56d1ac
The text was updated successfully, but these errors were encountered: