Jon Leighton
Jon Leighton
OK, I think there are two related questions here: 1. Who will maintain JRuby / pool strategy support 2. Is it best to build JRuby / pool strategy support directly...
Sure, I'll find some time to have a look through and give some ideas. I'm happy to work with you on this.
Ok here's my general idea: 1. Extract abstract classes for `Spring::Application` and `Spring::ApplicationManager` as you have already done. We can keep these APIs stable. 2. Implement a `Spring.application_manager` class accessor,...
Hiya, Thanks for your response. I agree with you that the above test works fine. In my real-world app I am actually using rest-client (http://github.com/archiloque/rest-client) to send requests, so I...
Hi @whitepaperclip, thanks for your work on this. I'd love to see it merged. I did notice that your PR contains a bunch of unrelated formatting changes, presumably due to...
@thebravoman are you using the latest version of spring?
My memory of the spring code is not super fresh, but I think the code is correct as-is and this should not be merged. The idea of the `set_pgid` method...
Yes, it would be great if somebody could work on a PR
Closing this. Please send a PR when you're ready.
I think we could just make spring throw an error (or perhaps warning) if it's booted into the production env, indicating that it should be in the development gemfile group...