environment.rb 230 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 # Load the rails application require File.expand_path('../application', __FILE__) if RUBY_VERSION.to_f >= 1.9 require 'yaml' YAML::ENGINE.yamler = 'syck' end # Initialize the rails application Errbit::Application.initialize!