about summary refs log tree commit homepage
path: root/KNOWN_ISSUES
DateCommit message (Collapse)
2011-04-20KNOWN_ISSUES: document PRNG changes in 3.6.0
2011-02-25tee_input: remove old *BSD stdio workaround
Ruby 1.8.* users should get the latest Ruby 1.8.7 anyways since they contain critical bugfixes. We don't keep workarounds forever since the root problem is fixed/worked-around in upstream and people have had more than a year to upgrade Ruby.
2011-01-28KNOWN_ISSUES: document broken RNG+fork in newer Ruby 1.8
Reported by: ghazel@gmail.com ref: <AANLkTimTpPATTpkoD2EYA2eM1+5OzCN=WxnCygQmJdhn@mail.gmail.com>
2011-01-25KNOWN_ISSUES: split old stuff into its own section
Ruby 1.9.1, Sinatra 0.3.x, and Rails 2.3.2 are not in common use anymore (at least we don't think).
2011-01-25KNOWN_ISSUES: FreeBSD 8 and sendfile can be buggy
Reported by Alexey Bondar.
2010-05-07doc: KNOWN_ISSUES: add Sandbox page link
2010-05-07doc: add Sandbox document for bundler/isolate users
This may be expanded to cover other similar tools, as well, including tools that don't use RubyGems.
2010-04-20KNOWN_ISSUES: fix error in isolate example :x
2010-04-20KNOWN_ISSUES: additional note for Isolate usage
2010-03-24KNOWN_ISSUES: document Array#shuffle / Array#sample issue under 1.9
We're one of the few forking apps that run into this rarely used feature, so we'll document it here.
2010-01-25KNOWN_ISSUES: background threads + Logger monkey patch
Thanks to Michael Guterl for informing us of the issues and testing the monkey patch.
2009-12-07doc: add ISSUES document
2009-10-16KNOWN_ISSUES: document Rack gem issue w/Rails 2.3.2
In short: upgrade to Rails 2.3.4 (or later) ref: http://mid.gmane.org/20091014221552.GA30624@dcvr.yhbt.net Note: the workaround described in the article above only made the issue more subtle and we didn't notice them immediately.
2009-09-24KNOWN_ISSUES: add notes about the "isolate" gem
This issue is still being looked at, but hopefully this note can help folks if they run into this.
2009-09-24Split out KNOWN_ISSUES document
This deserves to be a separate document and easier to find/edit.