Sha256: 823356587cf6e8d53e2403df92f8c7ccf01b0b284af93b7ba892e976dd2e597d

Contents?: true

Size: 689 Bytes

Versions: 3

Compression:

Stored size: 689 Bytes

Contents

require 'bundler/setup'
require 'yaml'
project_root = File.expand_path('../..', __FILE__)
require "#{project_root}/lib/support.rb"
require "#{project_root}/lib/base.rb"
require "#{project_root}/lib/base_properties.rb"

require "#{project_root}/lib/model.rb"
require "#{project_root}/lib/orient.rb"
require "#{project_root}/lib/rest.rb"
#require "#{project_root}/lib/graph.rb"

# require all the models and libraries
libs= Dir.glob(File.join( project_root, "lib",'**', "*rb")) 
result = libs.reverse.collect { |file| [file, require( file )] }

logger =  Logger.new '/dev/stdout'
#REST::Graph.logger =  logger
ActiveOrient::Model.logger =  logger
ActiveOrient::OrientDB.logger =  logger




Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active-orient-0.4 config/boot.rb
active-orient-0.3 config/boot.rb
active-orient-0.2 config/boot.rb