Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@hypomodern
Created February 20, 2012 03:51
Show Gist options
  • Select an option

  • Save hypomodern/1867701 to your computer and use it in GitHub Desktop.

Select an option

Save hypomodern/1867701 to your computer and use it in GitHub Desktop.

Revisions

  1. hypomodern created this gist Feb 20, 2012.
    9 changes: 9 additions & 0 deletions config.ru
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    $LOAD_PATH << '.'
    $LOAD_PATH << 'lib'

    require 'rubygems'
    require 'bundler'

    Bundler.setup :default, (ENV['RACK_ENV'] || 'development')

    # your requires here...