Patch #29441
closedRemove code related to JRuby and unsupported Ruby versions
0%
Files
Related issues
Updated by Go MAEDA over 6 years ago
- Target version changed from Candidate for next major release to 4.1.0
Updated by Jeremy Bailey about 6 years ago
It might be interesting to mention hear that the TruffleRuby team is making rapid progress, and I’ve reported a few issues they are actively working on that will eventually allow Redmine (and other production Rails apps) to run, considerably faster than MRI. TruffleRuby is based on JRuby but adds a lot to it. I hope Redmine will officially support it when compatibility is achieved.
Updated by Holger Just about 6 years ago
TruffleRuby is way less mature that JRuby. Also, it doesn't solve the issue that many external gems used by Redmine do not fully support JRuby (and even less likely TruffleRuby). Thus, while Truffle is interesting, full support for it likely requires a long way to go.
Updated by Pavel Rosický about 6 years ago
lower your expectations, TruffleRuby will definitely excel in numeric operations (micro-benchmarks), partial evaluation is also an interesting technique, but a webserver is usually limited by IO (handling requests, database access etc.) so I don't expect it'll be MUCH faster.
Updated by Go MAEDA about 6 years ago
- File 29411-gemfile.diff 29411-gemfile.diff added
Gemfile also has JRuby related code that can be removed.
Updated by Go MAEDA over 5 years ago
- Related to Defect #31387: Don't rescue Exception class added
Updated by Go MAEDA almost 5 years ago
- Related to Patch #32937: test_revisions_latin_1_identifier should be skipped on Windows added