Changes between Initial Version and Version 8 of Ticket #250


Ignore:
Timestamp:
Nov 4, 2011, 1:50:47 PM (13 years ago)
Author:
ezyang
Comment:

Installing the old gem triggers this bug:

http://stackoverflow.com/questions/5176782/uninitialized-constant-activesupportdependenciesmutex-nameerror

Fortunately the require 'thread' workaround works. It would be nice to update Rails to the latest version, which doesn't have this bug, but most autoinstalls are pegged to a specific version. We need an autoupgrade.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #250 – Description

    initial v8  
    11Our Rails autoinstaller doesn't work any more, since it assumes Rails 2 command lines.
    22
    3 It's also possible that Rails 2 sites don't work any more.
     3Rails 2 sites don't work any more.