Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5 support? #233

Open
g8d3 opened this issue Sep 4, 2016 · 2 comments
Open

Rails 5 support? #233

g8d3 opened this issue Sep 4, 2016 · 2 comments

Comments

@g8d3
Copy link

g8d3 commented Sep 4, 2016

I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me.

The problem I am facing is that rails server(which is puma in Rails 5) is restarted when I run rackup sync.ru -E production.

I am not sure what is the reason for this. Any advice? Is it maybe that rackup command is doing a touch tmp/restart.txt or something like that?

@g8d3
Copy link
Author

g8d3 commented Sep 4, 2016

I copied my code folder and started rails puma server in one copy and sync server in other.

It works. The problem seems to be that both rails and sync use puma. Sync does not use thin as expected.

Is puma a better alternative?

@nikhilwakode2
Copy link

is it working for Rails 5?

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

No branches or pull requests

2 participants