smurfville 0.0.6 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +22 -6
- data/Rakefile +1 -7
- data/app/assets/stylesheets/smurfville/application.css.sass +2 -2
- data/app/controllers/smurfville/styleguide_controller.rb +2 -2
- data/app/helpers/smurfville/styleguide_helper.rb +9 -1
- data/app/views/layouts/smurfville/application.html.erb +1 -2
- data/app/views/smurfville/styleguide/_color_var.html.haml +3 -3
- data/app/views/smurfville/styleguide/_typography_classes.erb +4 -0
- data/app/views/smurfville/styleguide/colors.html.haml +6 -8
- data/app/views/smurfville/styleguide/typography.html.haml +9 -5
- data/lib/smurfville.rb +1 -1
- data/lib/smurfville/color_variable_parser.rb +28 -33
- data/lib/smurfville/typography_parser.rb +6 -6
- data/lib/smurfville/version.rb +1 -1
- data/test/dummy/app/assets/stylesheets/_scss_partial.css.scss +1 -0
- data/test/dummy/app/assets/stylesheets/_typography.sass +49 -32
- data/test/dummy/app/assets/stylesheets/application.css.sass +5 -2
- data/test/dummy/config/initializers/smurfville.rb +1 -1
- data/test/dummy/log/development.log +3469 -63
- data/test/dummy/log/test.log +99 -498
- data/test/dummy/tmp/cache/assets/C55/E50/sprockets%2Fc7707635524d769f850d0052fd2626b4 +0 -0
- data/test/dummy/tmp/cache/assets/D05/E40/sprockets%2F6cd474670f7dd5f06041b6b25711eb0d +0 -0
- data/test/dummy/tmp/cache/assets/D41/DA0/sprockets%2F4fa8e1d6a63a13923b9196e76fec3a15 +0 -0
- data/test/dummy/tmp/cache/assets/D73/630/sprockets%2F78ad329b32ade44bbea292b9e05f9728 +0 -0
- data/test/dummy/tmp/cache/assets/E44/290/sprockets%2F3eb5e7d41dbddceae0faa1b02185fa15 +0 -0
- data/test/dummy/tmp/cache/assets/E93/8D0/sprockets%2F585cb1ceee30feaa7acf7b993f1fd6be +0 -0
- data/test/unit/color_variable_parser_test.rb +12 -42
- data/test/unit/helpers/smurf/styleguide_helper_test.rb +2 -2
- metadata +15 -10
- data/app/assets/stylesheets/smurfville/typography.css.sass.erb +0 -0
- data/lib/smurfville/sass_visitor.rb +0 -45
- data/test/dummy/tmp/pids/server.pid +0 -1
data/test/dummy/log/test.log
CHANGED
@@ -1,629 +1,230 @@
|
|
1
1
|
|
2
|
-
|
3
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:34:46 +0200
|
4
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
5
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
6
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
7
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
8
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (15.9ms)
|
9
|
-
Completed 200 OK in 57ms (Views: 39.1ms)
|
10
|
-
|
11
|
-
|
12
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:34:46 +0200
|
13
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
14
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.5ms)
|
15
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
16
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
17
|
-
Completed 200 OK in 27ms (Views: 9.1ms)
|
18
|
-
|
19
|
-
|
20
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:43:16 +0200
|
2
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:23:30 +0100
|
21
3
|
Processing by Smurfville::StyleguideController#colors as HTML
|
22
4
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
23
5
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
24
6
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
25
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.3ms)
|
26
|
-
Completed 200 OK in 32ms (Views: 19.3ms)
|
27
|
-
|
28
|
-
|
29
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:43:17 +0200
|
30
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
31
7
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
32
8
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
33
9
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:43:58 +0200
|
10
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (39.3ms)
|
11
|
+
Completed 200 OK in 101ms (Views: 53.1ms)
|
12
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:23:30 +0100
|
38
13
|
Processing by Smurfville::StyleguideController#colors as HTML
|
39
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (
|
40
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
41
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
42
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (9.4ms)
|
43
|
-
Completed 200 OK in 34ms (Views: 20.9ms)
|
44
|
-
|
45
|
-
|
46
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:43:58 +0200
|
47
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
48
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
49
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
14
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.7ms)
|
50
15
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
51
|
-
Completed 200 OK in 23ms (Views: 8.8ms)
|
52
|
-
|
53
|
-
|
54
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:44:13 +0200
|
55
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
56
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
57
16
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
58
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
59
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.4ms)
|
60
|
-
Completed 200 OK in 29ms (Views: 16.8ms)
|
61
|
-
|
62
|
-
|
63
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:44:13 +0200
|
64
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
65
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
66
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
67
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
68
|
-
Completed 200 OK in 22ms (Views: 7.8ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:45:16 +0200
|
72
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
73
|
-
Completed 500 Internal Server Error in 1ms
|
74
|
-
|
75
|
-
|
76
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:45:16 +0200
|
77
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
78
|
-
Completed 500 Internal Server Error in 1ms
|
79
|
-
|
80
|
-
|
81
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:46:28 +0200
|
82
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
83
|
-
Completed 500 Internal Server Error in 1ms
|
84
|
-
|
85
|
-
|
86
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:46:28 +0200
|
87
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
88
|
-
Completed 500 Internal Server Error in 1ms
|
89
|
-
|
90
|
-
|
91
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:48:30 +0200
|
92
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
93
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
94
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
95
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
96
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.2ms)
|
97
|
-
Completed 200 OK in 22ms (Views: 13.3ms)
|
98
|
-
|
99
|
-
|
100
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:48:30 +0200
|
101
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
102
17
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
103
18
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
104
19
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
105
|
-
Completed 200 OK in
|
106
|
-
|
107
|
-
|
108
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:49:15 +0200
|
20
|
+
Completed 200 OK in 39ms (Views: 9.2ms)
|
21
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:25:37 +0100
|
109
22
|
Processing by Smurfville::StyleguideController#colors as HTML
|
110
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.
|
111
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
112
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
113
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.8ms)
|
114
|
-
Completed 200 OK in 25ms (Views: 14.1ms)
|
115
|
-
|
116
|
-
|
117
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:49:15 +0200
|
118
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
119
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
23
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.9ms)
|
120
24
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
121
25
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
122
|
-
Completed 200 OK in 11ms (Views: 2.5ms)
|
123
|
-
|
124
|
-
|
125
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 18:57:00 +0200
|
126
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
127
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (5.1ms)
|
128
26
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
129
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
130
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (15.1ms)
|
131
|
-
Completed 200 OK in 36ms (Views: 23.2ms)
|
132
|
-
|
133
|
-
|
134
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:57:00 +0200
|
135
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
136
27
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
137
28
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
138
29
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 18:57:53 +0200
|
30
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (29.9ms)
|
31
|
+
Completed 200 OK in 121ms (Views: 48.6ms)
|
32
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:25:38 +0100
|
143
33
|
Processing by Smurfville::StyleguideController#colors as HTML
|
144
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (
|
145
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
34
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
146
35
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
147
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:57:53 +0200
|
152
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
36
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
37
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
153
38
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
154
39
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
155
40
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
156
|
-
Completed 200 OK in
|
157
|
-
|
158
|
-
|
159
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 18:58:19 +0200
|
41
|
+
Completed 200 OK in 39ms (Views: 8.2ms)
|
42
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:26:13 +0100
|
160
43
|
Processing by Smurfville::StyleguideController#colors as HTML
|
161
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.
|
162
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
44
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
163
45
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
164
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.7ms)
|
165
|
-
Completed 200 OK in 22ms (Views: 13.9ms)
|
166
|
-
|
167
|
-
|
168
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:58:19 +0200
|
169
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
170
46
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
171
47
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
172
48
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
173
|
-
Completed 200 OK in 11ms (Views: 2.5ms)
|
174
|
-
|
175
|
-
|
176
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 18:58:56 +0200
|
177
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
178
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
179
49
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
180
50
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
181
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
182
|
-
Completed 200 OK in
|
183
|
-
|
184
|
-
|
185
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 18:58:56 +0200
|
51
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (27.4ms)
|
52
|
+
Completed 200 OK in 90ms (Views: 46.0ms)
|
53
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:26:13 +0100
|
186
54
|
Processing by Smurfville::StyleguideController#colors as HTML
|
187
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
188
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
189
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
55
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
56
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
57
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
58
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
59
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.5ms)
|
60
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
61
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
62
|
+
Completed 200 OK in 47ms (Views: 14.9ms)
|
63
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:27:47 +0100
|
194
64
|
Processing by Smurfville::StyleguideController#colors as HTML
|
195
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.
|
65
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
196
66
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
197
67
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
198
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.8ms)
|
199
|
-
Completed 200 OK in 24ms (Views: 14.8ms)
|
200
|
-
|
201
|
-
|
202
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:04:18 +0200
|
203
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
204
68
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
205
69
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
206
70
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
207
|
-
Completed 200 OK in 14ms (Views: 2.4ms)
|
208
|
-
|
209
|
-
|
210
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:05:14 +0200
|
211
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
212
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
213
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
214
71
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
215
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
216
|
-
Completed 200 OK in
|
217
|
-
|
218
|
-
|
219
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:05:14 +0200
|
72
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (27.7ms)
|
73
|
+
Completed 200 OK in 84ms (Views: 42.1ms)
|
74
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:27:47 +0100
|
220
75
|
Processing by Smurfville::StyleguideController#colors as HTML
|
221
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
222
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
223
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
76
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.5ms)
|
77
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
78
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
79
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
80
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
81
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
82
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
83
|
+
Completed 200 OK in 49ms (Views: 13.9ms)
|
84
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:28:20 +0100
|
228
85
|
Processing by Smurfville::StyleguideController#colors as HTML
|
229
86
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
230
87
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
231
88
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
232
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.8ms)
|
233
|
-
Completed 200 OK in 32ms (Views: 17.5ms)
|
234
|
-
|
235
|
-
|
236
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:05:44 +0200
|
237
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
238
89
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
239
90
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
240
91
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
241
|
-
Completed 200 OK in 11ms (Views: 2.5ms)
|
242
|
-
|
243
|
-
|
244
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:10:35 +0200
|
245
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
246
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
247
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
248
92
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
249
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
250
|
-
Completed 200 OK in
|
251
|
-
|
252
|
-
|
253
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:10:35 +0200
|
93
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (28.0ms)
|
94
|
+
Completed 200 OK in 95ms (Views: 45.2ms)
|
95
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:28:20 +0100
|
254
96
|
Processing by Smurfville::StyleguideController#colors as HTML
|
255
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
256
97
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
257
98
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
266
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.7ms)
|
267
|
-
Completed 200 OK in 32ms (Views: 17.0ms)
|
268
|
-
|
269
|
-
|
270
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:11:07 +0200
|
271
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
272
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
273
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
274
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
275
|
-
Completed 200 OK in 10ms (Views: 2.5ms)
|
276
|
-
|
277
|
-
|
278
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:14:16 +0200
|
99
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
100
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
101
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
102
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
103
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
104
|
+
Completed 200 OK in 39ms (Views: 12.8ms)
|
105
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:30:52 +0100
|
279
106
|
Processing by Smurfville::StyleguideController#colors as HTML
|
280
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.
|
281
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
107
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
282
108
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
283
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.1ms)
|
284
|
-
Completed 200 OK in 23ms (Views: 13.4ms)
|
285
|
-
|
286
|
-
|
287
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:14:17 +0200
|
288
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
289
109
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
290
110
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
291
111
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
292
|
-
Completed 200 OK in 11ms (Views: 2.5ms)
|
293
|
-
|
294
|
-
|
295
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:14:29 +0200
|
296
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
297
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
298
112
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
299
113
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
300
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
301
|
-
Completed 200 OK in
|
302
|
-
|
303
|
-
|
304
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:14:29 +0200
|
114
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (28.9ms)
|
115
|
+
Completed 200 OK in 116ms (Views: 62.4ms)
|
116
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:30:52 +0100
|
305
117
|
Processing by Smurfville::StyleguideController#colors as HTML
|
306
118
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
307
119
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
308
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
120
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
121
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
122
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
123
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
124
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
125
|
+
Completed 200 OK in 38ms (Views: 13.4ms)
|
126
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:33:17 +0100
|
313
127
|
Processing by Smurfville::StyleguideController#colors as HTML
|
314
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.
|
315
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
128
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
316
129
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
317
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.3ms)
|
318
|
-
Completed 200 OK in 32ms (Views: 23.3ms)
|
319
|
-
|
320
|
-
|
321
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:16:08 +0200
|
322
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
323
130
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
324
131
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
325
132
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
326
|
-
Completed 200 OK in 15ms (Views: 3.6ms)
|
327
|
-
|
328
|
-
|
329
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:16:41 +0200
|
330
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
331
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.9ms)
|
332
133
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
333
134
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
334
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
335
|
-
Completed 200 OK in
|
336
|
-
|
337
|
-
|
338
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:16:41 +0200
|
339
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
340
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
341
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
342
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
343
|
-
Completed 200 OK in 11ms (Views: 2.7ms)
|
344
|
-
|
345
|
-
|
346
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:16:59 +0200
|
347
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
348
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
349
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
350
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
351
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.2ms)
|
352
|
-
Completed 200 OK in 37ms (Views: 22.2ms)
|
353
|
-
|
354
|
-
|
355
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:16:59 +0200
|
135
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (29.1ms)
|
136
|
+
Completed 200 OK in 101ms (Views: 42.4ms)
|
137
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:33:17 +0100
|
356
138
|
Processing by Smurfville::StyleguideController#colors as HTML
|
357
139
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
358
140
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
359
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:17:37 +0200
|
364
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
365
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (2.9ms)
|
366
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
367
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
368
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (14.6ms)
|
369
|
-
Completed 200 OK in 54ms (Views: 37.8ms)
|
370
|
-
|
371
|
-
|
372
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:17:37 +0200
|
373
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
141
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
142
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
374
143
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
144
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.5ms)
|
375
145
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:22:49 +0200
|
381
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
382
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
383
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
384
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
385
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
386
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
387
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.9ms)
|
388
|
-
Completed 200 OK in 36ms (Views: 13.8ms)
|
389
|
-
|
390
|
-
|
391
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:22:49 +0200
|
392
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
393
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
394
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
395
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
396
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
397
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
398
|
-
Completed 200 OK in 13ms (Views: 3.0ms)
|
399
|
-
|
400
|
-
|
401
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:23:59 +0200
|
402
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
403
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
404
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
405
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
406
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
407
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
408
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.8ms)
|
409
|
-
Completed 200 OK in 46ms (Views: 29.8ms)
|
410
|
-
|
411
|
-
|
412
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:23:59 +0200
|
146
|
+
Completed 200 OK in 46ms (Views: 14.4ms)
|
147
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:34:14 +0100
|
413
148
|
Processing by Smurfville::StyleguideController#colors as HTML
|
149
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (2.0ms)
|
150
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
414
151
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
415
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
416
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
417
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
418
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
419
|
-
Completed 200 OK in 19ms (Views: 4.3ms)
|
420
|
-
|
421
|
-
|
422
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:50:59 +0200
|
423
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
424
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
425
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
426
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
427
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
428
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
429
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.5ms)
|
430
|
-
Completed 200 OK in 22ms (Views: 13.6ms)
|
431
|
-
|
432
|
-
|
433
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:50:59 +0200
|
434
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
435
152
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
436
153
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
437
154
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
438
155
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
439
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/
|
440
|
-
Completed 200 OK in
|
441
|
-
|
442
|
-
|
443
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:51:28 +0200
|
156
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (29.9ms)
|
157
|
+
Completed 200 OK in 92ms (Views: 44.4ms)
|
158
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:34:14 +0100
|
444
159
|
Processing by Smurfville::StyleguideController#colors as HTML
|
445
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
446
160
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
447
161
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
448
162
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
449
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
450
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.2ms)
|
451
|
-
Completed 200 OK in 24ms (Views: 14.7ms)
|
452
|
-
|
453
|
-
|
454
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:51:28 +0200
|
455
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
456
163
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
457
164
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
458
165
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
459
166
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:55:38 +0200
|
167
|
+
Completed 200 OK in 33ms (Views: 3.9ms)
|
168
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:34:54 +0100
|
465
169
|
Processing by Smurfville::StyleguideController#colors as HTML
|
466
170
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.8ms)
|
467
171
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
468
172
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
469
173
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
470
174
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
471
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.5ms)
|
472
|
-
Completed 200 OK in 31ms (Views: 22.0ms)
|
473
|
-
|
474
|
-
|
475
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:55:38 +0200
|
476
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
477
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.5ms)
|
478
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
479
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
480
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
481
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
482
|
-
Completed 200 OK in 31ms (Views: 10.3ms)
|
483
|
-
|
484
|
-
|
485
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:59:09 +0200
|
486
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
487
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
488
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
489
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
490
175
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
491
176
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
492
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
493
|
-
Completed 200 OK in
|
494
|
-
|
495
|
-
|
496
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:59:09 +0200
|
177
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (27.9ms)
|
178
|
+
Completed 200 OK in 97ms (Views: 47.5ms)
|
179
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:34:54 +0100
|
497
180
|
Processing by Smurfville::StyleguideController#colors as HTML
|
498
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
499
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
500
181
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
501
182
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
502
183
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
503
|
-
Completed 200 OK in 26ms (Views: 9.9ms)
|
504
|
-
|
505
|
-
|
506
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:59:23 +0200
|
507
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
508
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
509
184
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
510
185
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
511
186
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
512
187
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:59:23 +0200
|
188
|
+
Completed 200 OK in 41ms (Views: 8.2ms)
|
189
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:37:32 +0100
|
518
190
|
Processing by Smurfville::StyleguideController#colors as HTML
|
191
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
519
192
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
520
193
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
521
194
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
522
195
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
523
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
524
|
-
Completed 200 OK in 12ms (Views: 2.8ms)
|
525
|
-
|
526
|
-
|
527
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 19:59:39 +0200
|
528
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
529
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
530
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
531
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
532
196
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
533
197
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
534
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (
|
535
|
-
Completed 200 OK in
|
536
|
-
|
537
|
-
|
538
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 19:59:40 +0200
|
198
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (28.0ms)
|
199
|
+
Completed 200 OK in 108ms (Views: 45.2ms)
|
200
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:37:33 +0100
|
539
201
|
Processing by Smurfville::StyleguideController#colors as HTML
|
540
202
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
541
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
542
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
543
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
544
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
545
|
-
Completed 200 OK in 21ms (Views: 6.2ms)
|
546
|
-
|
547
|
-
|
548
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 20:02:02 +0200
|
549
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
550
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
551
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
552
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
553
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
203
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
554
204
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
555
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.7ms)
|
556
|
-
Completed 200 OK in 36ms (Views: 14.7ms)
|
557
|
-
|
558
|
-
|
559
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 20:02:02 +0200
|
560
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
561
205
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
562
206
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
563
207
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
564
208
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 20:02:25 +0200
|
209
|
+
Completed 200 OK in 36ms (Views: 8.0ms)
|
210
|
+
Started GET "/smurfville/colors" for 127.0.0.1 at 2013-02-17 19:56:59 +0100
|
570
211
|
Processing by Smurfville::StyleguideController#colors as HTML
|
571
212
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
572
213
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
573
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
574
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
575
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
576
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (6.6ms)
|
577
|
-
Completed 200 OK in 23ms (Views: 13.8ms)
|
578
|
-
|
579
|
-
|
580
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 20:02:25 +0200
|
581
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
582
214
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
583
215
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
584
216
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
585
217
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
586
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
587
|
-
Completed 200 OK in 12ms (Views: 2.9ms)
|
588
|
-
|
589
|
-
|
590
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 20:02:48 +0200
|
591
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
592
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.6ms)
|
593
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
594
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
595
218
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
596
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 20:02:49 +0200
|
219
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (8.9ms)
|
220
|
+
Completed 200 OK in 72ms (Views: 46.9ms)
|
221
|
+
Started GET "/smurfville" for 127.0.0.1 at 2013-02-17 19:57:00 +0100
|
602
222
|
Processing by Smurfville::StyleguideController#colors as HTML
|
223
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
224
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
603
225
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
604
226
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
605
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
606
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
607
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.0ms)
|
608
|
-
Completed 200 OK in 22ms (Views: 6.4ms)
|
609
|
-
|
610
|
-
|
611
|
-
Started GET "/smurfville/colors" for 127.0.0.1 at 2012-09-23 20:04:09 +0200
|
612
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
613
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (1.7ms)
|
614
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
615
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
616
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
617
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.1ms)
|
618
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/colors.html.haml within layouts/smurfville/application (7.2ms)
|
619
|
-
Completed 200 OK in 25ms (Views: 15.1ms)
|
620
|
-
|
621
|
-
|
622
|
-
Started GET "/smurfville" for 127.0.0.1 at 2012-09-23 20:04:09 +0200
|
623
|
-
Processing by Smurfville::StyleguideController#colors as HTML
|
227
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
624
228
|
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.4ms)
|
625
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.
|
626
|
-
|
627
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
628
|
-
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.2ms)
|
629
|
-
Completed 200 OK in 19ms (Views: 9.6ms)
|
229
|
+
Rendered /home/jk/railslove/smurfville/app/views/smurfville/styleguide/_color_var.html.haml (0.3ms)
|
230
|
+
Completed 200 OK in 47ms (Views: 15.3ms)
|