Sha256: a25097d162c539e4ac27c6f81c2c935ff5b92130c66c9e9b8096122f0177123d

Contents?: true

Size: 480 Bytes

Versions: 12

Compression:

Stored size: 480 Bytes

Contents

##
# This file is run by the dameons, in the apps directory

# Change directory to the app's directory.
Dir.chdir(File.dirname(__FILE__) + "/../") 

require "rubygems"
require "babylon"
require File.dirname(__FILE__) + "/dependencies"


# Start the App
Babylon::Runner::run(ARGV[0] || "development") do
  # Run the initializers, too. This is done here since some initializers might need EventMachine to be started.
  Dir.glob('config/initializers/*.rb').each { |f| require f }
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
julien51-babylon-0.1.0 templates/babylon/config/boot.rb
julien51-babylon-0.1.10 templates/babylon/config/boot.rb
julien51-babylon-0.1.11 templates/babylon/config/boot.rb
julien51-babylon-0.1.2 templates/babylon/config/boot.rb
julien51-babylon-0.1.3 templates/babylon/config/boot.rb
julien51-babylon-0.1.4 templates/babylon/config/boot.rb
julien51-babylon-0.1.5 templates/babylon/config/boot.rb
julien51-babylon-0.1.6 templates/babylon/config/boot.rb
julien51-babylon-0.1.7 templates/babylon/config/boot.rb
julien51-babylon-0.1.8 templates/babylon/config/boot.rb
julien51-babylon-0.1.9 templates/babylon/config/boot.rb
mohiam-babylon-0.1.7 templates/babylon/config/boot.rb