I have no problems loading any static requests, but any that are routed to a controller blow up. I''m getting a ''Bad controller'' error. The reason I''m a bit flummoxed 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 clues to what I''m doing wrong? -- luke