Hi all, I know this is probably more of a JRuby question but I'm guessing that people on this list may have gone down this path before. At work we are starting a new project using JRuby. The startup speed for testing an app is very painful. Nailgun helps a lot with that. It only helps with the slow startup time of JRuby though and does not address the use case of having gems preloaded like Spork does for MRI. We would like to have all of our gems (esp Rails) preloaded in Nailgun so we can run our tests against it with minimal startup time (just the loading of the app and specs). Has anyone solved this problem to get lightning fast specs on JRuby just like we can with MRI and Spork? Thanks, Ben
on 2010-01-21 22:09
on 2010-01-22 00:04
> Has anyone solved this problem to get lightning fast specs on JRuby just > like we can with MRI and Spork? I'm working on a single threaded spork http://github.com/rdp/spork it might work with jruby it sure does speed things up mightily here in windows land -r
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.