Ticket #469 (closed enhancement: duplicate)

Opened 11 months ago

Last modified 10 months ago

[PATCH] merb -m doesn't work

Reported by: aslak.helles..@gmail.com Assigned to:
Priority: major Milestone: The Future
Component: Merb Keywords: commandline
Cc:

Description

merb -m current

/var/lib/gems/1.8/gems/merb-0.5.3/lib/merb/config.rb:105:in parse_args': undefined method root=' for Merb:Module (NoMethodError?)

This applies to 0.5.2 as well as r1317

Being able to do -m is important for

Attachments

fix_minus_m_option.diff (1.1 kB) - added by aslak.helles..@gmail.com on 01/18/08 06:26:44.
Fix

Change History

01/18/08 06:26:44 changed by aslak.helles..@gmail.com

  • attachment fix_minus_m_option.diff added.

Fix

(in reply to: ↑ description ) 01/18/08 06:29:04 changed by aslak.helles..@gmail.com

Replying to aslak.helles..@gmail.com:

merb -m current /var/lib/gems/1.8/gems/merb-0.5.3/lib/merb/config.rb:105:in parse_args': undefined method root=' for Merb:Module (NoMethodError?) This applies to 0.5.2 as well as r1317 Being able to do -m is important for

Being able to do -m is important for usage with e.g. god, which will run the merb command from a different dir than where the app is installed.

BTW, this bug was probably introduced by a bad search/replace...

02/11/08 13:40:09 changed by shayarne..@gmail.com

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