mountain_view 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +64 -0
  3. data/Rakefile +12 -16
  4. data/app/assets/stylesheets/mountain_view/styleguide.css +1 -0
  5. data/app/helpers/mountain_view/styleguide_helper.rb +6 -2
  6. data/app/views/layouts/mountain_view.html.erb +4 -4
  7. data/app/views/mountain_view/styleguide/_example.html.erb +9 -5
  8. data/app/views/mountain_view/styleguide/index.html.erb +5 -5
  9. data/app/views/mountain_view/styleguide/show.html.erb +13 -9
  10. data/config/locales/en.yml +25 -0
  11. data/config/routes.rb +2 -1
  12. data/lib/generators/mountain_view/extra_pages_generator.rb +1 -0
  13. data/lib/mountain_view.rb +3 -0
  14. data/lib/mountain_view/component.rb +9 -1
  15. data/lib/mountain_view/engine.rb +5 -4
  16. data/lib/mountain_view/presenter.rb +5 -2
  17. data/lib/mountain_view/stub.rb +29 -0
  18. data/lib/mountain_view/version.rb +1 -1
  19. data/test/dummy/app/components/header/header.yml +4 -0
  20. data/test/dummy/app/components/meta_header/_meta_header.html.erb +6 -0
  21. data/test/dummy/app/components/meta_header/meta_header.css +32 -0
  22. data/test/dummy/app/components/meta_header/meta_header.js +0 -0
  23. data/test/dummy/app/components/meta_header/meta_header.yml +14 -0
  24. data/test/dummy/log/test.log +1076 -920
  25. data/test/generators/component_generator_test.rb +3 -3
  26. data/test/generators/extra_pages_generator_test.rb +1 -1
  27. data/test/mountain_view/component_test.rb +47 -61
  28. data/test/mountain_view/stub_test.rb +49 -0
  29. data/test/mountain_view_test.rb +1 -1
  30. data/test/test_helper.rb +31 -2
  31. metadata +60 -50
  32. data/test/dummy/log/development.log +0 -315
@@ -1,315 +0,0 @@
1
- Started GET "/" for ::1 at 2017-08-17 11:47:34 +0200
2
- Processing by HomeController#index as HTML
3
- Rendering home/index.html.erb within layouts/application
4
- Rendered app/components/header/_header.html.erb (4.6ms)
5
- Rendered home/index.html.erb within layouts/application (16.1ms)
6
- MountainView: stylesheet not found for component 'paragraph'
7
- MountainView: javascript not found for component 'paragraph'
8
- Completed 200 OK in 380ms (Views: 378.2ms)
9
-
10
-
11
- Started GET "/assets/application-3b26fe19bb2ac70d5688c29ae01df13ef93190ef4df765a02118424b471b5867.css" for ::1 at 2017-08-17 11:47:34 +0200
12
- Started GET "/assets/application-fed7594354f41c527f9e8dab7f766cd780129ed1fd04e8c0646a72b825ad8e8b.js" for ::1 at 2017-08-17 11:47:34 +0200
13
- Started GET "/mountain_view/" for ::1 at 2017-08-17 11:47:39 +0200
14
- Processing by MountainView::StyleguideController#index as HTML
15
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view
16
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.9ms)
17
- Completed 200 OK in 18ms (Views: 16.0ms)
18
-
19
-
20
- Started GET "/assets/mountain_view/styleguide-1054b53063b7074c052f16357bb442bdc91fe0f162e785c5ff4c6881e2220bf6.css" for ::1 at 2017-08-17 11:47:39 +0200
21
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:47:39 +0200
22
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:47:42 +0200
23
- Processing by MountainView::ExtraPagesController#show as HTML
24
- Parameters: {"page"=>"grid"}
25
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
26
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.6ms)
27
- Completed 500 Internal Server Error in 73ms
28
-
29
-
30
- Started GET "/mountain_view/styleguide/breadcrumbs" for ::1 at 2017-08-17 11:47:46 +0200
31
- Processing by MountainView::StyleguideController#show as HTML
32
- Parameters: {"id"=>"breadcrumbs"}
33
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
34
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (0.5ms)
35
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.2ms)
36
- Completed 200 OK in 25ms (Views: 20.1ms)
37
-
38
-
39
- Started GET "/mountain_view/styleguide/card" for ::1 at 2017-08-17 11:47:51 +0200
40
- Processing by MountainView::StyleguideController#show as HTML
41
- Parameters: {"id"=>"card"}
42
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
43
- Rendered app/components/card/_card.html.erb (0.9ms)
44
- Rendered app/components/card/_card.html.erb (0.1ms)
45
- Rendered app/components/card/_card.html.erb (0.9ms)
46
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (31.5ms)
47
- Completed 200 OK in 52ms (Views: 48.2ms)
48
-
49
-
50
- Started GET "/mountain_view/styleguide/card" for ::1 at 2017-08-17 11:48:00 +0200
51
- Processing by MountainView::StyleguideController#show as HTML
52
- Parameters: {"id"=>"card"}
53
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
54
- Rendered app/components/card/_card.html.erb (1.6ms)
55
- Rendered app/components/card/_card.html.erb (0.1ms)
56
- Rendered app/components/card/_card.html.erb (0.2ms)
57
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (45.2ms)
58
- Completed 200 OK in 78ms (Views: 75.3ms)
59
-
60
-
61
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:48:02 +0200
62
- Processing by MountainView::ExtraPagesController#show as HTML
63
- Parameters: {"page"=>"code_style"}
64
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
65
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (1.2ms)
66
- Completed 500 Internal Server Error in 53ms
67
-
68
-
69
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:48:15 +0200
70
- Processing by MountainView::ExtraPagesController#show as HTML
71
- Parameters: {"page"=>"code_style"}
72
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
73
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (0.4ms)
74
- Completed 500 Internal Server Error in 45ms
75
-
76
-
77
- Started GET "/mountain_view/styleguide/header" for ::1 at 2017-08-17 11:49:39 +0200
78
- Processing by MountainView::StyleguideController#show as HTML
79
- Parameters: {"id"=>"header"}
80
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
81
- Rendered app/components/header/_header.html.erb (2.3ms)
82
- Rendered app/components/header/_header.html.erb (0.2ms)
83
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (19.3ms)
84
- Completed 200 OK in 39ms (Views: 36.3ms)
85
-
86
-
87
- Started GET "/mountain_view/styleguide/card" for ::1 at 2017-08-17 11:49:40 +0200
88
- Processing by MountainView::StyleguideController#show as HTML
89
- Parameters: {"id"=>"card"}
90
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
91
- Rendered app/components/card/_card.html.erb (1.0ms)
92
- Rendered app/components/card/_card.html.erb (0.1ms)
93
- Rendered app/components/card/_card.html.erb (0.2ms)
94
- Started GET "/products/1" for ::1 at 2017-08-17 11:52:02 +0200
95
- Started GET "/products/1" for ::1 at 2017-08-17 11:52:02 +0200
96
- Started GET "/mountain_view/styleguide/header" for ::1 at 2017-08-17 11:52:02 +0200
97
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (141943.2ms)
98
- Processing by MountainView::StyleguideController#show as HTML
99
- Parameters: {"id"=>"header"}
100
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
101
- Rendered app/components/header/_header.html.erb (1.7ms)
102
- Rendered app/components/header/_header.html.erb (0.4ms)
103
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (40.9ms)
104
- Completed 200 OK in 142064ms (Views: 142060.9ms)
105
-
106
-
107
- Completed 200 OK in 99ms (Views: 95.3ms)
108
-
109
-
110
- Started GET "/mountain_view/styleguide/" for ::1 at 2017-08-17 11:52:07 +0200
111
- Processing by MountainView::StyleguideController#index as HTML
112
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view
113
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.4ms)
114
- Completed 200 OK in 25ms (Views: 21.0ms)
115
-
116
-
117
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:07 +0200
118
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:07 +0200
119
- Started GET "/mountain_view/styleguide/breadcrumbs" for ::1 at 2017-08-17 11:52:09 +0200
120
- Processing by MountainView::StyleguideController#show as HTML
121
- Parameters: {"id"=>"breadcrumbs"}
122
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
123
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (1.0ms)
124
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (11.6ms)
125
- Completed 200 OK in 37ms (Views: 32.2ms)
126
-
127
-
128
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:09 +0200
129
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:09 +0200
130
- Started GET "/mountain_view/styleguide/card" for ::1 at 2017-08-17 11:52:11 +0200
131
- Processing by MountainView::StyleguideController#show as HTML
132
- Parameters: {"id"=>"card"}
133
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
134
- Rendered app/components/card/_card.html.erb (0.9ms)
135
- Rendered app/components/card/_card.html.erb (0.1ms)
136
- Rendered app/components/card/_card.html.erb (0.1ms)
137
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (27.5ms)
138
- Completed 200 OK in 50ms (Views: 45.9ms)
139
-
140
-
141
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:11 +0200
142
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:11 +0200
143
- Started GET "/mountain_view/styleguide/header" for ::1 at 2017-08-17 11:52:13 +0200
144
- Processing by MountainView::StyleguideController#show as HTML
145
- Parameters: {"id"=>"header"}
146
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
147
- Rendered app/components/header/_header.html.erb (1.7ms)
148
- Rendered app/components/header/_header.html.erb (0.3ms)
149
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (22.0ms)
150
- Completed 200 OK in 44ms (Views: 40.1ms)
151
-
152
-
153
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:13 +0200
154
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:13 +0200
155
- Started GET "/mountain_view/styleguide/paragraph" for ::1 at 2017-08-17 11:52:14 +0200
156
- Processing by MountainView::StyleguideController#show as HTML
157
- Parameters: {"id"=>"paragraph"}
158
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
159
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (0.7ms)
160
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.2ms)
161
- Completed 200 OK in 40ms (Views: 35.3ms)
162
-
163
-
164
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:14 +0200
165
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:14 +0200
166
- Started GET "/mountain_view/styleguide/yielder" for ::1 at 2017-08-17 11:52:15 +0200
167
- Processing by MountainView::StyleguideController#show as HTML
168
- Parameters: {"id"=>"yielder"}
169
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
170
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (0.7ms)
171
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.6ms)
172
- Completed 200 OK in 33ms (Views: 28.0ms)
173
-
174
-
175
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:15 +0200
176
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:15 +0200
177
- Started GET "/mountain_view/styleguide/paragraph" for ::1 at 2017-08-17 11:52:18 +0200
178
- Processing by MountainView::StyleguideController#show as HTML
179
- Parameters: {"id"=>"paragraph"}
180
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
181
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (1.1ms)
182
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.6ms)
183
- Completed 200 OK in 41ms (Views: 36.3ms)
184
-
185
-
186
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:18 +0200
187
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:18 +0200
188
- Started GET "/mountain_view/styleguide/header" for ::1 at 2017-08-17 11:52:22 +0200
189
- Processing by MountainView::StyleguideController#show as HTML
190
- Parameters: {"id"=>"header"}
191
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
192
- Rendered app/components/header/_header.html.erb (1.7ms)
193
- Rendered app/components/header/_header.html.erb (0.7ms)
194
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (22.9ms)
195
- Completed 200 OK in 52ms (Views: 45.6ms)
196
-
197
-
198
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:22 +0200
199
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:22 +0200
200
- Started GET "/mountain_view/styleguide/card" for ::1 at 2017-08-17 11:52:23 +0200
201
- Processing by MountainView::StyleguideController#show as HTML
202
- Parameters: {"id"=>"card"}
203
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
204
- Rendered app/components/card/_card.html.erb (1.5ms)
205
- Rendered app/components/card/_card.html.erb (0.1ms)
206
- Rendered app/components/card/_card.html.erb (0.1ms)
207
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (27.8ms)
208
- Completed 200 OK in 55ms (Views: 50.5ms)
209
-
210
-
211
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:23 +0200
212
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:23 +0200
213
- Started GET "/mountain_view/styleguide/breadcrumbs" for ::1 at 2017-08-17 11:52:24 +0200
214
- Processing by MountainView::StyleguideController#show as HTML
215
- Parameters: {"id"=>"breadcrumbs"}
216
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view
217
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/_example.html.erb (0.7ms)
218
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.6ms)
219
- Completed 200 OK in 32ms (Views: 27.2ms)
220
-
221
-
222
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:52:25 +0200
223
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:52:25 +0200
224
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:52:26 +0200
225
- Processing by MountainView::ExtraPagesController#show as HTML
226
- Parameters: {"page"=>"code_style"}
227
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
228
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (0.5ms)
229
- Completed 500 Internal Server Error in 49ms
230
-
231
-
232
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:53:31 +0200
233
- Processing by MountainView::ExtraPagesController#show as HTML
234
- Parameters: {"page"=>"code_style"}
235
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
236
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (0.5ms)
237
- Completed 500 Internal Server Error in 43ms
238
-
239
-
240
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:53:32 +0200
241
- Processing by MountainView::ExtraPagesController#show as HTML
242
- Parameters: {"page"=>"code_style"}
243
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
244
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (0.5ms)
245
- Completed 500 Internal Server Error in 45ms
246
-
247
-
248
- Started GET "/mountain_view/extra_pages/code_style" for ::1 at 2017-08-17 11:53:34 +0200
249
- Processing by MountainView::ExtraPagesController#show as HTML
250
- Parameters: {"page"=>"code_style"}
251
- Rendering mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view
252
- Rendered mountain_view/extra_pages/code_style.html.erb within layouts/mountain_view (0.8ms)
253
- Completed 500 Internal Server Error in 49ms
254
-
255
-
256
- Started GET "/mountain_view/extra_pages/" for ::1 at 2017-08-17 11:53:38 +0200
257
- Started GET "/mountain_view/" for ::1 at 2017-08-17 11:53:40 +0200
258
- Processing by MountainView::StyleguideController#index as HTML
259
- Rendering /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view
260
- Rendered /Users/kito/dev/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.9ms)
261
- Completed 200 OK in 22ms (Views: 18.7ms)
262
-
263
-
264
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:53:40 +0200
265
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:53:40 +0200
266
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:54:37 +0200
267
- Processing by MountainView::ExtraPagesController#show as HTML
268
- Parameters: {"page"=>"grid"}
269
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
270
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.4ms)
271
- Completed 500 Internal Server Error in 44ms
272
-
273
-
274
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:55:25 +0200
275
- Processing by MountainView::ExtraPagesController#show as HTML
276
- Parameters: {"page"=>"grid"}
277
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
278
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.4ms)
279
- Completed 500 Internal Server Error in 43ms
280
-
281
-
282
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:55:27 +0200
283
- Processing by MountainView::ExtraPagesController#show as HTML
284
- Parameters: {"page"=>"grid"}
285
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
286
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.5ms)
287
- Completed 500 Internal Server Error in 48ms
288
-
289
-
290
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:55:39 +0200
291
- Processing by MountainView::ExtraPagesController#show as HTML
292
- Parameters: {"page"=>"grid"}
293
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
294
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.4ms)
295
- Completed 500 Internal Server Error in 42ms
296
-
297
-
298
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:55:41 +0200
299
- Processing by MountainView::ExtraPagesController#show as HTML
300
- Parameters: {"page"=>"grid"}
301
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
302
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.6ms)
303
- Completed 500 Internal Server Error in 49ms
304
-
305
-
306
- Started GET "/mountain_view/extra_pages/grid" for ::1 at 2017-08-17 11:56:06 +0200
307
- Processing by MountainView::ExtraPagesController#show as HTML
308
- Parameters: {"page"=>"grid"}
309
- Rendering mountain_view/extra_pages/grid.html.erb within layouts/mountain_view
310
- Rendered mountain_view/extra_pages/grid.html.erb within layouts/mountain_view (0.8ms)
311
- Completed 200 OK in 21ms (Views: 21.3ms)
312
-
313
-
314
- Started GET "/assets/mountain_view/styleguide-264598350c304b5b5af40cfd5bf9b87acc2c1dd0af8c301147c5aec3679474dc.css" for ::1 at 2017-08-17 11:56:06 +0200
315
- Started GET "/assets/mountain_view/styleguide-f2ca03a9f12af812a08592f65edf4248c6a47cde6bb00c29f6afba70c676f31e.js" for ::1 at 2017-08-17 11:56:06 +0200