Sha256: b9034c70764efec7ec05ea7f4f31474f135e324200c5ecf2d3e6bf6c73561948
Contents?: true
Size: 520 Bytes
Versions: 5
Compression:
Stored size: 520 Bytes
Contents
# Load path and gems/bundler $LOAD_PATH << File.expand_path(File.dirname(__FILE__)) $LOAD_PATH << File.expand_path(File.dirname(__FILE__))+'../pkg' require "bundler" Bundler.require # Local config require "find" # %w{config/initializers lib}.each do |load_path| # Find.find(load_path) { |f| # require f unless f.match(/\/\..+$/) || File.directory?(f) # } # end use Rack::Session::Pool set :protection, :session => true # Load app require "adp_connection_ruby" #run AdpConnectionRuby AdpConnectionRuby.run!
Version data entries
5 entries across 5 versions & 1 rubygems