Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
require 'rubygems' gems_dir = File.expand_path(File.join(File.dirname(__FILE__), 'gems')) Gem.clear_paths $BUNDLE = true Gem.path.unshift(gems_dir) require 'merb-core' Merb::Config.setup(:merb_root => File.expand_path(File.dirname(__FILE__)), :environment => ENV['RACK_ENV']) Merb.environment = Merb::Config[:environment] Merb.root = Merb::Config[:merb_root] Merb::BootLoader.run # Uncomment if your app is mounted at a suburi #if prefix = ::Merb::Config[:path_prefix] # use Merb::Rack::PathPrefix, prefix #end run Merb::Rack::Application.new
This paste will be private.
From the Design Piracy series on my blog: