Sha256: b4c39cdcc4a65171033fb9e0b1e61dec3526192064b22ec54ff66c8ac95ff21a

Contents?: true

Size: 818 Bytes

Versions: 4

Compression:

Stored size: 818 Bytes

Contents

= vegas

http://code.quirkey.com/vegas

== DESCRIPTION:

Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.

== FEATURES/PROBLEMS:

Currently, Vegas just includes a single class Vegas::Runner which wraps your Sinatra app to give it command line options, daemonization, PID/URL tracking, and browser launching (using Launchy).

Lets say you have a gem with a sinatra application. With Vegas you can create a bin that looks like
  
  #!/usr/bin/env ruby
  # ./bin/myapp
  
  require File.expand_path(File.dirname(__FILE__) + "/../lib/myapp")
  require 'vegas'
  
  Vegas::Runner.new(Sinatra::Application, 'myapp')
  

See the website: http://code.quirkey.com/vegas for full usage/options.

== INSTALL:

  sudo gem install vegas

== LICENSE:

MIT LICENSE, see LICENSE for details

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
quirkey-vegas-0.0.3.1 README.rdoc
quirkey-vegas-0.0.3 README.rdoc
vegas-0.0.3 README.rdoc
vegas-0.0.3.1 README.rdoc