mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-24 01:36:10 +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?
7 lines
124 B
Ruby
Executable file
7 lines
124 B
Ruby
Executable file
#!/usr/bin/env ../../bin/rackup
|
|
#\ -E deployment -I ../../lib
|
|
# -*- ruby -*-
|
|
|
|
require '../testrequest'
|
|
|
|
run TestRequest.new
|