Sha256: daa6b1c3073b09db457219c446d64632c3c6c4f0189555b16167bb696ec9c03d
Contents?: true
Size: 737 Bytes
Versions: 68
Compression:
Stored size: 737 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), %w[lib])) require '_APPLICATION_DOWNCODE_/application' require '_APPLICATION_DOWNCODE_/session' require '_APPLICATION_DOWNCODE_/version' puts "Running #{__FILE__.inspect}" options = { :application_class => _APPLICATION_UPCODE_::Application, :session_class => _APPLICATION_UPCODE_::Session, :log_path => File.join(_APPLICATION_UPCODE_::ROOT, %w[log application.log]), :configuration_paths => File.join(_APPLICATION_UPCODE_::ROOT, %w[config.yml]), :default_language => :en, :translations_paths => File.join(_APPLICATION_UPCODE_::ROOT, %w[translations]) } _APPLICATION_UPCODE_::Application.create! options
Version data entries
68 entries across 68 versions & 1 rubygems