Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Rails 5.1 Support #108

Open
hin101 opened this issue Feb 16, 2018 · 3 comments
Open

Rails 5.1 Support #108

hin101 opened this issue Feb 16, 2018 · 3 comments

Comments

@hin101
Copy link

hin101 commented Feb 16, 2018

Does Hypernova support Rails 5.1? I have tried to setup server side rendering but my node server doesn't respond.

@goatslacker
Copy link
Collaborator

I don't see why not? Are you getting any errors?

@hin101
Copy link
Author

hin101 commented Feb 16, 2018

I'm not getting any errors, the server is just blank even with debugging turned on.

@agungyuliaji
Copy link

agungyuliaji commented Feb 26, 2018

@hin101 running smoothly rails 5.1.5 + ruby 2.5.0 in here.

the server is just blank even with debugging turned on

👆 Probably you missed something.

on hypernova server devMode: true

then on rails server hypernova.rb

require 'hypernova'
require 'hypernova/plugins/development_mode_plugin'

Hypernova.add_plugin!(DevelopmentModePlugin.new)

Hypernova.configure do |config|
  config.host = 'localhost'
  config.port = 3030
end

after doing above, if there is a problem it should come out red box from hypernova on the browser

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants