Ticket #502 (closed defect: duplicate)

Opened 10 months ago

Last modified 10 months ago

merb -d doesn't pick up modified files

Reported by: jamie.devja..@tracefunc.com Assigned to:
Priority: medium Milestone: The Future
Component: Merb Keywords:
Cc:

Description

The -d (--daemonize) option should function identically to just running merb with no args, except it logs to file and backgrounds.

However, running merb -d results in modifications to controllers not being picked up on subsequent requests, whereas running just merb picks up the changes just fine.

To reproduce:

- $ merb -d - request a page - remove entire method body of the action for previous page - request the page again, notice that it still functions

Running merb 0.5.3

Change History

02/11/08 13:51:18 changed by shayarne..@gmail.com

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