Displaying 1 result from an estimated 1 matches for "lukesutton".
2007 Aug 13
0
Problems running merb from trunk
...lummoxed is because the stack trace makes no
sense.
It terminates on this line:
resolve_controller 68 /opt/local/lib/ruby/gems/1.8/gems/merb-0.3.7/
lib/merb/merb_dispatcher.rb
As you can see, this is in the merb-0.3.7 gem, but earlier in the
stack trace I can see this:
run 290 /Users/lukesutton/Pending/merb_test/framework/lib/merb/
server.rb
So, even though I''m running merb from the framework dir, for some
reason it''s calling code in the gem and blowing up. This makes no
sense to me :)
I''m running this using the script/merb script.
You guys have any clue...