Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #3808 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

clean_logger.rb bug

Reported by: CrazyPit@pisem.net Assigned to: David
Priority: normal Milestone:
Component: ActiveSupport Version: 0.13.1
Severity: normal Keywords:
Cc:

Description

Error when init instiki.

path:

- remove_const "Format" + remove_const "Format" if Logger.const_defined? "Format"

Change History

02/13/06 01:04:05 changed by BobSilva

Not really a rails issue. Read the news about a patch for Active Support on the instiki home page.

02/13/06 04:19:47 changed by BobSilva

  • status changed from new to closed.
  • version changed from 1.0.0 to 0.13.1.
  • resolution set to wontfix.

Instiki was written against (and self-contains) an older version of Rails that is not compatible with Ruby 1.8.3+

Refer to this patch to patch the version of Rails included with Instiki. You can find the Rails installation in the vendor/rails folder of Instiki.