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

Bindex Integration #237

Merged
merged 10 commits into from
Mar 28, 2017
Merged

Bindex Integration #237

merged 10 commits into from
Mar 28, 2017

Conversation

gsamokovarov
Copy link
Collaborator

@gsamokovarov gsamokovarov commented Mar 26, 2017

I wanna bring back the JRuby support for 3.5.0 as I have been getting requests for it and it was easier for me to reuse the integration I have done for bindex. Bindex has been a side-project of mine that explored support with native API's for all the major Ruby interpreters. It eventually led to the DebugInspector and TracePoint implementation for CRuby that we had since 3.0. I think it's stable enough to be used in web-console now. I have been testing it for a while, but a release will help me validate it.

JRuby 1.7 reports itself as Ruby 1.9. While bindex can support it, Rails needs JRuby 9k, which reports itself as 2.3, so only 9k is supported. CRuby and Rubinius support is intact.

@@ -1,11 +1,11 @@
language: ruby

rvm:
- 2.3.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the tests with 2.3 and 2.2?

README.markdown Outdated
@@ -162,7 +148,7 @@ All of _Web Console_ sessions are stored in memory. If you happen to run on a
multi-process server (like Unicorn) you may get unavailable session errors
while the server is still running. This is because a request may hit a
different worker (process) that doesn't have the desired session in memory.

https://github.com/gsamokovarov/web-console/tree/bindex
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✂️?

@gsamokovarov gsamokovarov merged commit 3a6864a into rails:master Mar 28, 2017
@gsamokovarov gsamokovarov deleted the bindex branch March 28, 2017 15:28
@gsamokovarov
Copy link
Collaborator Author

@rafaelfranca 🙇

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

Successfully merging this pull request may close these issues.

None yet

2 participants