Skip to content

Instantly share code, notes, and snippets.

@nitsujw
Created November 4, 2008 22:53
Show Gist options
  • Save nitsujw/22240 to your computer and use it in GitHub Desktop.
Save nitsujw/22240 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'merb-core'
Merb::Config.setup(:merb_root => ".",
:environment => ENV['RACK_ENV'])
Merb.environment = Merb::Config[:environment]
Merb.root = Merb::Config[:merb_root]
Merb::BootLoader.run
run Merb::Rack::Application.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment