fast_track 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
-
2
- class FastTrack
3
-
4
- class Thin < Track
5
- gemfile do
6
- gem "thin"
7
- end
8
- end
9
-
10
- # TODO: This should install the Thin config file
11
- # and allow Thin to be started on boot.
12
- # http://jordanhollinger.com/2011/04/22/how-to-use-thin-effectivly
13
- class ProductionThin < Track
14
-
15
- end
16
-
17
- # http://www.funonrails.com/2010/03/nginx-and-thin-installation-and.html
18
- class NginxThin < Track
19
-
20
- end
21
- end