Sha256: 07ec731a071b94ba81a890b09bb2173e76125a7bbcb469a6a06ceb96771dce49

Contents?: true

Size: 736 Bytes

Versions: 5

Compression:

Stored size: 736 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

5 entries across 5 versions & 1 rubygems

Version Path
RubyApp-0.0.10 lib/ruby_app/templates/application/console.rb
RubyApp-0.0.9 lib/ruby_app/templates/application/console.rb
RubyApp-0.0.8 lib/ruby_app/templates/application/console.rb
RubyApp-0.0.7 lib/ruby_app/templates/application/console.rb
RubyApp-0.0.6 lib/ruby_app/templates/application/console.rb