Sha256: 227dc5921f5f6ce11dfd7afeeb22e08795766a5add5629fb4ecee1de5283e3b9
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
require 'aerogel/core/version' require 'aerogel/core/core' # Path to the aerogel gem Aerogel.core_path = File.expand_path( File.join( File.dirname(__FILE__), "..", ".." ) ) # Default applicaiton path, may be overridden in application's config.ru Aerogel.application_path = File.expand_path( Dir.pwd ) # Core path is registered first Aerogel.register_path( Aerogel.core_path ) require "aerogel/core/application"
Version data entries
6 entries across 6 versions & 1 rubygems