ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
reposman.rb doesn't work with Rubygems >= 1.6.0 (Bug #322)
Description
reposman.rb
requires a require 'thread'
for rubygems >= 1.6 compatibility, similar to #133.
The observed error with the require
missing is:
uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
Related issues
related to Feature #216: Remove the rubygems hack from boot.rb | Closed | 2011-02-22 |
Associated revisions
Work around a deprecation in rubygems 1.6+. #322
History
Updated by Eric Davis at 2011-05-01 07:30 pm
Moving incomplete issues to the next release.
- Target version changed from 1.3.0 to 1.4.0
Updated by Felix Schäfer at 2011-05-14 04:19 pm
Holger Just wrote:
reposman.rb
requires arequire 'thread'
for rubygems >= 1.6 compatibility, similar to #133.
This is only for rails 2.3.5, isn't it? Care to put it in master with a note that it shouldn't be merged to unstable?
Updated by Felix Schäfer at 2011-05-19 10:04 pm
Merged in 333a3187bd1d65d5d367776b95d1164fa42d3ab8.
- Status changed from Open to Closed