mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 08:04:08 +01:00
Joyent hasn't upgraded their gem yet, and for many users this could be a major installation pitfall. Rails is vendored, so why can't it boot? Rack? What's that?
4 lines
71 B
Ruby
4 lines
71 B
Ruby
require 'rack/lobster'
|
|
|
|
use Rack::ShowExceptions
|
|
run Rack::Lobster.new
|