Sha256: edeeca5ade81d9f9aef5323c778b3bd4c9ee0f68bcebe987373a1b2803e4c431
Contents?: true
Size: 337 Bytes
Versions: 27
Compression:
Stored size: 337 Bytes
Contents
#!/usr/bin/env ruby Dir.chdir(File.dirname(__FILE__)+'/..') # Start the app with Padrino::Server require 'bundler/setup' require 'padrino-core/cli/launcher' ARGV.unshift('start') if ARGV.first.nil? || ARGV.first.start_with?('-') Padrino::Cli::Launcher.start ARGV # Start the app with Rack::Server #require "rack" #Rack::Server.start
Version data entries
27 entries across 27 versions & 1 rubygems