Ticket #202 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] script/merb can run now when merb is frozen into project

Reported by: jt..@rubynow.com Assigned to: jt..@rubynow.com
Priority: major Milestone: 0.4
Component: Merb Keywords:
Cc:

Description

When merb is frozen into the project, merb is unable to properly set the constant MERB_SKELETON_DIR. The constant is only needed when finding internal_server_error.html.erb. I have removed the reliance on MERB_SKELETON_DIR by having internal_server_error.html.erb copied into newly generated merb projects. This patch also resolves ticket #187

Attachments

generator.diff (2.0 kB) - added by jt..@rubynow.com on 09/20/07 14:26:40.

Change History

09/20/07 14:26:40 changed by jt..@rubynow.com

  • attachment generator.diff added.

09/20/07 14:27:32 changed by jt..@rubynow.com

  • milestone changed from 0.3.x to 0.4.

09/20/07 16:46:10 changed by e.@brainspl.at

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

(In [660]) fix DEFAULT_ERROR_TEMPLATE constant to work with frozen svn, closes #202 closes #187 thanks jtoy