Ticket #433 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

[PATCH] fix autoloader

Reported by: siebertm..@googlemail.com Assigned to: iv..@gweezlebur.com
Priority: critical Milestone: 0.5.1
Component: Merb Keywords:
Cc:

Description

With the removal of all Constants, MERB_PATHS was removed, too. Since the reloader checks for that constant and fails silently if it is not defined, the reloader does NOT work anymore.

I'd advise an immediate bugfix-release (but i dont have anything to say, though :)

Attachments

fix_autoloader.diff (0.8 kB) - added by siebertm..@googlemail.com on 01/10/08 05:18:44.

Change History

01/10/08 05:18:44 changed by siebertm..@googlemail.com

  • attachment fix_autoloader.diff added.

01/10/08 07:50:42 changed by iv..@gweezlebur.com

  • owner set to iv..@gweezlebur.com.
  • status changed from new to assigned.
  • milestone changed from 0.5.0 to 0.5.1.

01/10/08 07:52:28 changed by iv..@gweezlebur.com

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1259]) Fix autoloader (Closes #433) Thanks siebertm