mountain_view 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mountain_view.js.erb +9 -5
- data/app/assets/stylesheets/mountain_view.css.erb +10 -5
- data/app/assets/stylesheets/mountain_view/styleguide.css +10 -0
- data/app/views/mountain_view/styleguide/index.html.erb +30 -3
- data/lib/mountain_view/version.rb +1 -1
- data/test/dummy/log/development.log +2081 -0
- data/test/dummy/log/test.log +65 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0848104d612d68babe788b064bb6a773 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0a5bb8ddcf321e88738e02ffb0cd02ef +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1358febedd4ca96d2bffd10daf71a841 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13e30b9b47c795b0bf1c24f728ef72bb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1a3befd27690385985935fbefadee114 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/24edf0f5a75b1eaf031a84d2eec7e54f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/37f90f006cee6a567571d9ef098f959c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/46844defcba01dc849d9b419893f98cc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6469b6494dfcb7811bd823eb37679edb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6b18a41e40b87e9cf56140076eaf8ee7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d1c1dbe626c83b900adee3270c25207 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7eb84ecf34a4f7e714d58448a8eb10bd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/824c181bcb9f516c1654e68382637e0d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/895678836daa2e7d767a0b18998d3b32 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8c07e75d74ea0522402fbfac992809c9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/90a2a412cf77f0878e811db239c79cbc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9779666a1e99dffc397e70f9a09f2163 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9e3fff55e666e905677ea1ec03cbf90c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a668b6ff88911a6fc7ee3ed2bce99925 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b9bd83a3b44c1d3d3f3475bd4c0cba7f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c6c9787ab538d56f0bf078335b046968 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c7ee05b0bd8082e947e7f11a52d43d4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cd456657bdefb4c3249301a5754fdbe2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d6c936f92dce001a74c5de9eff308ea2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d78f431479fa8ad43875544b8c50d206 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fd60d93b12b3001c215f1c6581eca777 +0 -0
- metadata +66 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd2233bd01666e3c528dc2fe38b4d2c15068356e
|
|
4
|
+
data.tar.gz: 29dc1f6dd48f416c7fdb64234284428b0731ea3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1931bb1ddd2957f4c54c231bb3858b1eb9477e87140ca0399a6bdc920373591e39272c118297287e962720a2685d4cee2cebd697ac3c0da47e1003177d73f0ea
|
|
7
|
+
data.tar.gz: a9b4ffbc454ff427d445434e075751c67756b71a4129723814e04c47288a353618d7fc30b3d11770fc09633ede96b6661c3b8be8c60d93d5621a9771437fb8d2
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
<%
|
|
2
|
-
<%
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<% if Dir.exists?(Rails.root.join("app", "components") ) %>
|
|
2
|
+
<% depend_on Rails.root.join('app', 'components').to_s %>
|
|
3
|
+
<% Dir.glob(Rails.root.join('app', 'components', '*')).each do |component_dir|
|
|
4
|
+
component = File.basename component_dir
|
|
5
|
+
require_asset "#{component}/#{component}"
|
|
6
|
+
end %>
|
|
7
|
+
<% else %>
|
|
8
|
+
<% depend_on Rails.root.join('app').to_s %>
|
|
9
|
+
<% end %>
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
<%
|
|
2
|
-
<%
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<% if Dir.exists?(Rails.root.join("app", "components") ) %>
|
|
2
|
+
<% depend_on Rails.root.join('app', 'components').to_s %>
|
|
3
|
+
<% Dir.glob(Rails.root.join('app', 'components', '*')).each do |component_dir|
|
|
4
|
+
component = File.basename component_dir
|
|
5
|
+
require_asset "#{component}/#{component}"
|
|
6
|
+
end %>
|
|
7
|
+
<% else %>
|
|
8
|
+
<% depend_on Rails.root.join('app').to_s %>
|
|
9
|
+
<% end %>
|
|
10
|
+
|
|
@@ -156,6 +156,16 @@ body{
|
|
|
156
156
|
line-height: 1.5;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.mv-hint pre{
|
|
160
|
+
background: #F5F5F5;
|
|
161
|
+
padding: 15px 30px;
|
|
162
|
+
border-radius: 5px;
|
|
163
|
+
margin-top: 10px;
|
|
164
|
+
font-family: 'Courier New', 'Courier';
|
|
165
|
+
font-weight: 600;
|
|
166
|
+
color: #444;
|
|
167
|
+
}
|
|
168
|
+
|
|
159
169
|
.mv-hint strong{
|
|
160
170
|
font-weight: bold;
|
|
161
171
|
}
|
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
<h1>Styleguide</h1>
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
<% if mv_components.any? %>
|
|
6
|
+
<div class="mv-main__description">
|
|
7
|
+
Select one of the components from the side to view its examples and documentation.
|
|
8
|
+
</div>
|
|
9
|
+
<% else %>
|
|
10
|
+
<div class="mv-hint">
|
|
11
|
+
<h2><span>Hint:</span>You haven't created any components yet</h2>
|
|
12
|
+
<ul>
|
|
13
|
+
<li>
|
|
14
|
+
You can generate your first component by running:
|
|
15
|
+
<br>
|
|
16
|
+
<pre>rails generate mountain_view:component component-name</pre>
|
|
17
|
+
</li>
|
|
18
|
+
<li>
|
|
19
|
+
Or manually create the following files:
|
|
20
|
+
<br>
|
|
21
|
+
<pre>
|
|
22
|
+
app/
|
|
23
|
+
components/
|
|
24
|
+
header/
|
|
25
|
+
_header.html.erb
|
|
26
|
+
header.css
|
|
27
|
+
header.js
|
|
28
|
+
header.yml
|
|
29
|
+
</pre>
|
|
30
|
+
</li>
|
|
31
|
+
</ul>
|
|
32
|
+
</div>
|
|
33
|
+
<% end %>
|
|
34
|
+
|
|
8
35
|
|
|
@@ -2197,3 +2197,2084 @@ Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-24 2
|
|
|
2197
2197
|
|
|
2198
2198
|
|
|
2199
2199
|
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-24 21:33:07 -0300
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
Started GET "/" for 127.0.0.1 at 2015-04-28 20:11:56 -0300
|
|
2203
|
+
Processing by HomeController#index as HTML
|
|
2204
|
+
Rendered app/components/header/_header.html.erb (0.5ms)
|
|
2205
|
+
Rendered home/index.html.erb within layouts/application (6.1ms)
|
|
2206
|
+
Completed 200 OK in 52ms (Views: 51.3ms)
|
|
2207
|
+
|
|
2208
|
+
|
|
2209
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-28 20:11:56 -0300
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-28 20:11:56 -0300
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:12:03 -0300
|
|
2216
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2217
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2218
|
+
Completed 200 OK in 43ms (Views: 42.4ms)
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:12:03 -0300
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:12:03 -0300
|
|
2225
|
+
|
|
2226
|
+
|
|
2227
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:12:59 -0300
|
|
2228
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2229
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2230
|
+
Completed 200 OK in 31ms (Views: 30.8ms)
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:12:59 -0300
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:12:59 -0300
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:13:06 -0300
|
|
2240
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2241
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2242
|
+
Completed 500 Internal Server Error in 9ms
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:13:21 -0300
|
|
2246
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2247
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.1ms)
|
|
2248
|
+
Completed 500 Internal Server Error in 14ms
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:13:22 -0300
|
|
2252
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2253
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2254
|
+
Completed 500 Internal Server Error in 7ms
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:13:58 -0300
|
|
2258
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2259
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2260
|
+
Completed 200 OK in 10ms (Views: 9.5ms)
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:13:58 -0300
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:13:58 -0300
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:14:07 -0300
|
|
2270
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2271
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2272
|
+
Completed 500 Internal Server Error in 8ms
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:14:15 -0300
|
|
2276
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2277
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2278
|
+
Completed 500 Internal Server Error in 8ms
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:14:57 -0300
|
|
2282
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2283
|
+
Rendered text template (0.0ms)
|
|
2284
|
+
Completed 200 OK in 9ms (Views: 8.8ms)
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:15:02 -0300
|
|
2288
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2289
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2290
|
+
Completed 500 Internal Server Error in 6ms
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:06 -0300
|
|
2294
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2295
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2296
|
+
Completed 500 Internal Server Error in 7ms
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:28 -0300
|
|
2300
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2301
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2302
|
+
Completed 500 Internal Server Error in 7ms
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:29 -0300
|
|
2306
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2307
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2308
|
+
Completed 500 Internal Server Error in 6ms
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:34 -0300
|
|
2312
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2313
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2314
|
+
Completed 500 Internal Server Error in 6ms
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:35 -0300
|
|
2318
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2319
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2320
|
+
Completed 500 Internal Server Error in 7ms
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:35 -0300
|
|
2324
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2325
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2326
|
+
Completed 500 Internal Server Error in 7ms
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:36 -0300
|
|
2330
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2331
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2332
|
+
Completed 500 Internal Server Error in 8ms
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:47 -0300
|
|
2336
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2337
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2338
|
+
Completed 500 Internal Server Error in 7ms
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:16:53 -0300
|
|
2342
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2343
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.0ms)
|
|
2344
|
+
Completed 500 Internal Server Error in 13ms
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:17:43 -0300
|
|
2348
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2349
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
2350
|
+
Completed 500 Internal Server Error in 14ms
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:17:44 -0300
|
|
2354
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2355
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2356
|
+
Completed 500 Internal Server Error in 6ms
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:17:45 -0300
|
|
2360
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2361
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2362
|
+
Completed 500 Internal Server Error in 6ms
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:17:45 -0300
|
|
2366
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2367
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2368
|
+
Completed 500 Internal Server Error in 14ms
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:17:45 -0300
|
|
2372
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2373
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2374
|
+
Completed 500 Internal Server Error in 21ms
|
|
2375
|
+
|
|
2376
|
+
|
|
2377
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:18:05 -0300
|
|
2378
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2379
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2380
|
+
Completed 500 Internal Server Error in 10ms
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:18:11 -0300
|
|
2384
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2385
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
2386
|
+
Completed 500 Internal Server Error in 14ms
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:19:02 -0300
|
|
2390
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2391
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
2392
|
+
Completed 500 Internal Server Error in 12ms
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:19:23 -0300
|
|
2396
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2397
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
2398
|
+
Completed 500 Internal Server Error in 13ms
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:19:24 -0300
|
|
2402
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2403
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2404
|
+
Completed 500 Internal Server Error in 6ms
|
|
2405
|
+
|
|
2406
|
+
|
|
2407
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:19:25 -0300
|
|
2408
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2409
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2410
|
+
Completed 500 Internal Server Error in 9ms
|
|
2411
|
+
|
|
2412
|
+
|
|
2413
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:19:36 -0300
|
|
2414
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2415
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
2416
|
+
Completed 500 Internal Server Error in 13ms
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:20:43 -0300
|
|
2420
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2421
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2422
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:30:14 -0300
|
|
2426
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2427
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2428
|
+
Completed 500 Internal Server Error in 8ms
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:30:19 -0300
|
|
2432
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2433
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2434
|
+
Completed 200 OK in 39ms (Views: 39.1ms)
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:30:19 -0300
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:30:19 -0300
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:30:38 -0300
|
|
2444
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2445
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2446
|
+
Completed 200 OK in 11ms (Views: 10.9ms)
|
|
2447
|
+
|
|
2448
|
+
|
|
2449
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:30:38 -0300
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:30:38 -0300
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:30:38 -0300
|
|
2456
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2457
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2458
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:30:39 -0300
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:30:39 -0300
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:30:48 -0300
|
|
2468
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2469
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2470
|
+
Completed 500 Internal Server Error in 7ms
|
|
2471
|
+
|
|
2472
|
+
|
|
2473
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:31:45 -0300
|
|
2474
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2475
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2476
|
+
Completed 500 Internal Server Error in 14ms
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:31:46 -0300
|
|
2480
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2481
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2482
|
+
Completed 500 Internal Server Error in 12ms
|
|
2483
|
+
|
|
2484
|
+
|
|
2485
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:31:58 -0300
|
|
2486
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2487
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2488
|
+
Completed 500 Internal Server Error in 8ms
|
|
2489
|
+
|
|
2490
|
+
|
|
2491
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:32:05 -0300
|
|
2492
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2493
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2494
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:32:05 -0300
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:32:05 -0300
|
|
2501
|
+
|
|
2502
|
+
|
|
2503
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:32:51 -0300
|
|
2504
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2505
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2506
|
+
Completed 500 Internal Server Error in 6ms
|
|
2507
|
+
|
|
2508
|
+
|
|
2509
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:34:17 -0300
|
|
2510
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2511
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.1ms)
|
|
2512
|
+
Completed 200 OK in 19ms (Views: 18.5ms)
|
|
2513
|
+
|
|
2514
|
+
|
|
2515
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:17 -0300
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:17 -0300
|
|
2519
|
+
|
|
2520
|
+
|
|
2521
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:34:31 -0300
|
|
2522
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2523
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2524
|
+
Completed 200 OK in 22ms (Views: 22.1ms)
|
|
2525
|
+
|
|
2526
|
+
|
|
2527
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:31 -0300
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:31 -0300
|
|
2531
|
+
|
|
2532
|
+
|
|
2533
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:34:42 -0300
|
|
2534
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2535
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2536
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
|
2537
|
+
|
|
2538
|
+
|
|
2539
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:42 -0300
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:42 -0300
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:34:44 -0300
|
|
2546
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2547
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2548
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.3ms)
|
|
2549
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
|
2550
|
+
|
|
2551
|
+
|
|
2552
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:44 -0300
|
|
2553
|
+
|
|
2554
|
+
|
|
2555
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:44 -0300
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:34:45 -0300
|
|
2559
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2560
|
+
Parameters: {"id"=>"card"}
|
|
2561
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
2562
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2563
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
2564
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (16.9ms)
|
|
2565
|
+
Completed 200 OK in 20ms (Views: 19.5ms)
|
|
2566
|
+
|
|
2567
|
+
|
|
2568
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:45 -0300
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:45 -0300
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-04-28 20:34:47 -0300
|
|
2575
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2576
|
+
Parameters: {"id"=>"header"}
|
|
2577
|
+
Rendered app/components/header/_header.html.erb (0.7ms)
|
|
2578
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
2579
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.7ms)
|
|
2580
|
+
Completed 200 OK in 8ms (Views: 7.6ms)
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:47 -0300
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:47 -0300
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-04-28 20:34:51 -0300
|
|
2590
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2591
|
+
Parameters: {"id"=>"header"}
|
|
2592
|
+
Rendered app/components/header/_header.html.erb (0.3ms)
|
|
2593
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
2594
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.3ms)
|
|
2595
|
+
Completed 200 OK in 12ms (Views: 11.4ms)
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:51 -0300
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:51 -0300
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:34:52 -0300
|
|
2605
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2606
|
+
Parameters: {"id"=>"card"}
|
|
2607
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2608
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2609
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2610
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.0ms)
|
|
2611
|
+
Completed 200 OK in 10ms (Views: 9.7ms)
|
|
2612
|
+
|
|
2613
|
+
|
|
2614
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:52 -0300
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:52 -0300
|
|
2618
|
+
|
|
2619
|
+
|
|
2620
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:34:54 -0300
|
|
2621
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2622
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2623
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
2624
|
+
Completed 200 OK in 4ms (Views: 3.7ms)
|
|
2625
|
+
|
|
2626
|
+
|
|
2627
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:34:54 -0300
|
|
2628
|
+
|
|
2629
|
+
|
|
2630
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:34:54 -0300
|
|
2631
|
+
|
|
2632
|
+
|
|
2633
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2634
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2635
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2636
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
2637
|
+
Completed 200 OK in 27ms (Views: 26.5ms)
|
|
2638
|
+
|
|
2639
|
+
|
|
2640
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2641
|
+
|
|
2642
|
+
|
|
2643
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2647
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2648
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2649
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.6ms)
|
|
2650
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
|
2651
|
+
|
|
2652
|
+
|
|
2653
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2654
|
+
|
|
2655
|
+
|
|
2656
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:35:09 -0300
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:35:10 -0300
|
|
2660
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2661
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2662
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.7ms)
|
|
2663
|
+
Completed 200 OK in 5ms (Views: 5.2ms)
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:35:10 -0300
|
|
2667
|
+
|
|
2668
|
+
|
|
2669
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:35:10 -0300
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:35:11 -0300
|
|
2673
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2674
|
+
Parameters: {"id"=>"card"}
|
|
2675
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
2676
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
2677
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
2678
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.0ms)
|
|
2679
|
+
Completed 200 OK in 11ms (Views: 10.8ms)
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:35:11 -0300
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:35:11 -0300
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:36:56 -0300
|
|
2689
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2690
|
+
Parameters: {"id"=>"card"}
|
|
2691
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2692
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2693
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
2694
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.3ms)
|
|
2695
|
+
Completed 200 OK in 61ms (Views: 61.1ms)
|
|
2696
|
+
|
|
2697
|
+
|
|
2698
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:36:56 -0300
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:36:56 -0300
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-04-28 20:36:58 -0300
|
|
2705
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2706
|
+
Parameters: {"id"=>"header"}
|
|
2707
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
2708
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
2709
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.0ms)
|
|
2710
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:36:58 -0300
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:36:58 -0300
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:37:00 -0300
|
|
2720
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2721
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2722
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
2723
|
+
Completed 200 OK in 4ms (Views: 3.4ms)
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:37:00 -0300
|
|
2727
|
+
|
|
2728
|
+
|
|
2729
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:37:00 -0300
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:37:21 -0300
|
|
2733
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2734
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2735
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
2736
|
+
Completed 200 OK in 28ms (Views: 28.3ms)
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:37:21 -0300
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:37:21 -0300
|
|
2743
|
+
|
|
2744
|
+
|
|
2745
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:37:27 -0300
|
|
2746
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
2747
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
2748
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
2749
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
|
2750
|
+
|
|
2751
|
+
|
|
2752
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:37:28 -0300
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:37:28 -0300
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:37:30 -0300
|
|
2759
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2760
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2761
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:37:30 -0300
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:37:30 -0300
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:37:40 -0300
|
|
2771
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2772
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.0ms)
|
|
2773
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
|
2774
|
+
|
|
2775
|
+
|
|
2776
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:37:40 -0300
|
|
2777
|
+
|
|
2778
|
+
|
|
2779
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:37:40 -0300
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:38:53 -0300
|
|
2783
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2784
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2785
|
+
Completed 200 OK in 3ms (Views: 3.1ms)
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:38:53 -0300
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:38:53 -0300
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:40:08 -0300
|
|
2795
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2796
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.2ms)
|
|
2797
|
+
Completed 500 Internal Server Error in 3ms
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:40:15 -0300
|
|
2801
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2802
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2803
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:40:15 -0300
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:40:15 -0300
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:41:25 -0300
|
|
2813
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2814
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2815
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:41:25 -0300
|
|
2819
|
+
|
|
2820
|
+
|
|
2821
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:41:25 -0300
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:41:46 -0300
|
|
2825
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2826
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2827
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:41:46 -0300
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:41:46 -0300
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:42:09 -0300
|
|
2837
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2838
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2839
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:42:09 -0300
|
|
2843
|
+
|
|
2844
|
+
|
|
2845
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:42:09 -0300
|
|
2846
|
+
|
|
2847
|
+
|
|
2848
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:42:52 -0300
|
|
2849
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2850
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2851
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:42:52 -0300
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:42:52 -0300
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:43:07 -0300
|
|
2861
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2862
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.7ms)
|
|
2863
|
+
Completed 200 OK in 4ms (Views: 3.6ms)
|
|
2864
|
+
|
|
2865
|
+
|
|
2866
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:43:07 -0300
|
|
2867
|
+
|
|
2868
|
+
|
|
2869
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:43:07 -0300
|
|
2870
|
+
|
|
2871
|
+
|
|
2872
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:43:15 -0300
|
|
2873
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2874
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2875
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
|
2876
|
+
|
|
2877
|
+
|
|
2878
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:43:15 -0300
|
|
2879
|
+
|
|
2880
|
+
|
|
2881
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:43:15 -0300
|
|
2882
|
+
|
|
2883
|
+
|
|
2884
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:43:27 -0300
|
|
2885
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2886
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.0ms)
|
|
2887
|
+
Completed 200 OK in 3ms (Views: 3.2ms)
|
|
2888
|
+
|
|
2889
|
+
|
|
2890
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:43:28 -0300
|
|
2891
|
+
|
|
2892
|
+
|
|
2893
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:43:28 -0300
|
|
2894
|
+
|
|
2895
|
+
|
|
2896
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:43:45 -0300
|
|
2897
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2898
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2899
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
|
2900
|
+
|
|
2901
|
+
|
|
2902
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:43:45 -0300
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:43:45 -0300
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:43:49 -0300
|
|
2909
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2910
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2911
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
2912
|
+
|
|
2913
|
+
|
|
2914
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:43:49 -0300
|
|
2915
|
+
|
|
2916
|
+
|
|
2917
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:43:49 -0300
|
|
2918
|
+
|
|
2919
|
+
|
|
2920
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:44:14 -0300
|
|
2921
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2922
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
2923
|
+
Completed 200 OK in 3ms (Views: 3.2ms)
|
|
2924
|
+
|
|
2925
|
+
|
|
2926
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:44:15 -0300
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:44:15 -0300
|
|
2930
|
+
|
|
2931
|
+
|
|
2932
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:45:29 -0300
|
|
2933
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2934
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2935
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
|
2936
|
+
|
|
2937
|
+
|
|
2938
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:45:29 -0300
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:45:29 -0300
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:45:34 -0300
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:47:40 -0300
|
|
2948
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2949
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
2950
|
+
Completed 200 OK in 13ms (Views: 12.8ms)
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:47:40 -0300
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:47:40 -0300
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:47:47 -0300
|
|
2960
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2961
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
2962
|
+
Completed 200 OK in 13ms (Views: 12.5ms)
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:47:47 -0300
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:47:47 -0300
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:47:58 -0300
|
|
2972
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2973
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.5ms)
|
|
2974
|
+
Completed 200 OK in 7ms (Views: 6.7ms)
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:47:58 -0300
|
|
2978
|
+
|
|
2979
|
+
|
|
2980
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:47:58 -0300
|
|
2981
|
+
|
|
2982
|
+
|
|
2983
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:48:16 -0300
|
|
2984
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2985
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2986
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
2987
|
+
|
|
2988
|
+
|
|
2989
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:48:16 -0300
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:48:16 -0300
|
|
2993
|
+
|
|
2994
|
+
|
|
2995
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:48:34 -0300
|
|
2996
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
2997
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.6ms)
|
|
2998
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
|
2999
|
+
|
|
3000
|
+
|
|
3001
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:48:35 -0300
|
|
3002
|
+
|
|
3003
|
+
|
|
3004
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:48:35 -0300
|
|
3005
|
+
|
|
3006
|
+
|
|
3007
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:48:49 -0300
|
|
3008
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3009
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.5ms)
|
|
3010
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
|
3011
|
+
|
|
3012
|
+
|
|
3013
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:48:50 -0300
|
|
3014
|
+
|
|
3015
|
+
|
|
3016
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:48:50 -0300
|
|
3017
|
+
|
|
3018
|
+
|
|
3019
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:50:25 -0300
|
|
3020
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3021
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.7ms)
|
|
3022
|
+
Completed 200 OK in 13ms (Views: 12.5ms)
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:50:25 -0300
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:50:25 -0300
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:50:59 -0300
|
|
3032
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3033
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
3034
|
+
Completed 200 OK in 17ms (Views: 17.1ms)
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:50:59 -0300
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:50:59 -0300
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:51:46 -0300
|
|
3044
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3045
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.3ms)
|
|
3046
|
+
Completed 200 OK in 35ms (Views: 34.6ms)
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:46 -0300
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:46 -0300
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:51:47 -0300
|
|
3056
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3057
|
+
Parameters: {"id"=>"card"}
|
|
3058
|
+
Rendered app/components/card/_card.html.erb (0.9ms)
|
|
3059
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3060
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3061
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.3ms)
|
|
3062
|
+
Completed 200 OK in 19ms (Views: 18.8ms)
|
|
3063
|
+
|
|
3064
|
+
|
|
3065
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:47 -0300
|
|
3066
|
+
|
|
3067
|
+
|
|
3068
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:47 -0300
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:51:49 -0300
|
|
3072
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3073
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3074
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
3075
|
+
Completed 200 OK in 3ms (Views: 3.2ms)
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:49 -0300
|
|
3079
|
+
|
|
3080
|
+
|
|
3081
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:49 -0300
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-04-28 20:51:50 -0300
|
|
3085
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3086
|
+
Parameters: {"id"=>"header"}
|
|
3087
|
+
Rendered app/components/header/_header.html.erb (0.5ms)
|
|
3088
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
3089
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.3ms)
|
|
3090
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:50 -0300
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:50 -0300
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-04-28 20:51:51 -0300
|
|
3100
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3101
|
+
Parameters: {"id"=>"card"}
|
|
3102
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3103
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3104
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3105
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.3ms)
|
|
3106
|
+
Completed 200 OK in 8ms (Views: 7.4ms)
|
|
3107
|
+
|
|
3108
|
+
|
|
3109
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:51 -0300
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:51 -0300
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:51:52 -0300
|
|
3116
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3117
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3118
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
3119
|
+
Completed 200 OK in 3ms (Views: 3.4ms)
|
|
3120
|
+
|
|
3121
|
+
|
|
3122
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:51:52 -0300
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:51:52 -0300
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:52:24 -0300
|
|
3129
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3130
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3131
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.8ms)
|
|
3132
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
|
3133
|
+
|
|
3134
|
+
|
|
3135
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:52:24 -0300
|
|
3136
|
+
|
|
3137
|
+
|
|
3138
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:52:24 -0300
|
|
3139
|
+
|
|
3140
|
+
|
|
3141
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:52:32 -0300
|
|
3142
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3143
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3144
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.9ms)
|
|
3145
|
+
Completed 200 OK in 4ms (Views: 3.7ms)
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:52:32 -0300
|
|
3149
|
+
|
|
3150
|
+
|
|
3151
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:52:32 -0300
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:56:05 -0300
|
|
3155
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3156
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3157
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.2ms)
|
|
3158
|
+
Completed 200 OK in 20ms (Views: 19.7ms)
|
|
3159
|
+
|
|
3160
|
+
|
|
3161
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:56:05 -0300
|
|
3162
|
+
|
|
3163
|
+
|
|
3164
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:56:05 -0300
|
|
3165
|
+
|
|
3166
|
+
|
|
3167
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-04-28 20:56:07 -0300
|
|
3168
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3169
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3170
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
3171
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:56:07 -0300
|
|
3175
|
+
|
|
3176
|
+
|
|
3177
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:56:07 -0300
|
|
3178
|
+
|
|
3179
|
+
|
|
3180
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-04-28 20:56:11 -0300
|
|
3181
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3182
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
3183
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-04-28 20:56:11 -0300
|
|
3187
|
+
|
|
3188
|
+
|
|
3189
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-04-28 20:56:11 -0300
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
Started GET "/" for 127.0.0.1 at 2015-05-04 11:55:22 -0300
|
|
3193
|
+
Processing by HomeController#index as HTML
|
|
3194
|
+
Rendered home/index.html.erb within layouts/application (11.4ms)
|
|
3195
|
+
Completed 500 Internal Server Error in 20ms
|
|
3196
|
+
|
|
3197
|
+
|
|
3198
|
+
Started GET "/" for 127.0.0.1 at 2015-05-04 11:55:57 -0300
|
|
3199
|
+
Processing by HomeController#index as HTML
|
|
3200
|
+
Rendered app/components/header/_header.html.erb (0.6ms)
|
|
3201
|
+
Rendered home/index.html.erb within layouts/application (6.3ms)
|
|
3202
|
+
Completed 200 OK in 53ms (Views: 52.3ms)
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-05-04 11:55:57 -0300
|
|
3206
|
+
|
|
3207
|
+
|
|
3208
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-05-04 11:55:57 -0300
|
|
3209
|
+
|
|
3210
|
+
|
|
3211
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 11:56:04 -0300
|
|
3212
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3213
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.0ms)
|
|
3214
|
+
Completed 200 OK in 42ms (Views: 41.7ms)
|
|
3215
|
+
|
|
3216
|
+
|
|
3217
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 11:56:05 -0300
|
|
3218
|
+
|
|
3219
|
+
|
|
3220
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 11:56:05 -0300
|
|
3221
|
+
|
|
3222
|
+
|
|
3223
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 11:56:20 -0300
|
|
3224
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3225
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.4ms)
|
|
3226
|
+
Completed 500 Internal Server Error in 19ms
|
|
3227
|
+
|
|
3228
|
+
|
|
3229
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 11:57:08 -0300
|
|
3230
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3231
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.3ms)
|
|
3232
|
+
Completed 200 OK in 40ms (Views: 39.7ms)
|
|
3233
|
+
|
|
3234
|
+
|
|
3235
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 11:57:08 -0300
|
|
3236
|
+
|
|
3237
|
+
|
|
3238
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 11:57:08 -0300
|
|
3239
|
+
|
|
3240
|
+
|
|
3241
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 11:58:16 -0300
|
|
3242
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3243
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.8ms)
|
|
3244
|
+
Completed 500 Internal Server Error in 27ms
|
|
3245
|
+
|
|
3246
|
+
|
|
3247
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:05:51 -0300
|
|
3248
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3249
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.7ms)
|
|
3250
|
+
Completed 500 Internal Server Error in 22ms
|
|
3251
|
+
|
|
3252
|
+
|
|
3253
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:06:20 -0300
|
|
3254
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3255
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.3ms)
|
|
3256
|
+
Completed 200 OK in 28ms (Views: 24.1ms)
|
|
3257
|
+
|
|
3258
|
+
|
|
3259
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:20 -0300
|
|
3260
|
+
|
|
3261
|
+
|
|
3262
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:20 -0300
|
|
3263
|
+
|
|
3264
|
+
|
|
3265
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:06:21 -0300
|
|
3266
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3267
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
3268
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
|
3269
|
+
|
|
3270
|
+
|
|
3271
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:21 -0300
|
|
3272
|
+
|
|
3273
|
+
|
|
3274
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:21 -0300
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:06:33 -0300
|
|
3278
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3279
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.3ms)
|
|
3280
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
|
3281
|
+
|
|
3282
|
+
|
|
3283
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:33 -0300
|
|
3284
|
+
|
|
3285
|
+
|
|
3286
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:33 -0300
|
|
3287
|
+
|
|
3288
|
+
|
|
3289
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:35 -0300
|
|
3290
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3291
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3292
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.0ms)
|
|
3293
|
+
Completed 200 OK in 12ms (Views: 11.8ms)
|
|
3294
|
+
|
|
3295
|
+
|
|
3296
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:35 -0300
|
|
3297
|
+
|
|
3298
|
+
|
|
3299
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:35 -0300
|
|
3300
|
+
|
|
3301
|
+
|
|
3302
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3303
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3304
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3305
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
3306
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
|
3307
|
+
|
|
3308
|
+
|
|
3309
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3313
|
+
|
|
3314
|
+
|
|
3315
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3316
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3317
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3318
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.5ms)
|
|
3319
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
|
3320
|
+
|
|
3321
|
+
|
|
3322
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3323
|
+
|
|
3324
|
+
|
|
3325
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3326
|
+
|
|
3327
|
+
|
|
3328
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3329
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3330
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3331
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.6ms)
|
|
3332
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
|
3333
|
+
|
|
3334
|
+
|
|
3335
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3336
|
+
|
|
3337
|
+
|
|
3338
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:38 -0300
|
|
3339
|
+
|
|
3340
|
+
|
|
3341
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:56 -0300
|
|
3342
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3343
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3344
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.1ms)
|
|
3345
|
+
Completed 200 OK in 21ms (Views: 20.5ms)
|
|
3346
|
+
|
|
3347
|
+
|
|
3348
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:56 -0300
|
|
3349
|
+
|
|
3350
|
+
|
|
3351
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:56 -0300
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:06:56 -0300
|
|
3355
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3356
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3357
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.5ms)
|
|
3358
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
|
3359
|
+
|
|
3360
|
+
|
|
3361
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:06:57 -0300
|
|
3362
|
+
|
|
3363
|
+
|
|
3364
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:06:57 -0300
|
|
3365
|
+
|
|
3366
|
+
|
|
3367
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:07:00 -0300
|
|
3368
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3369
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3370
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
3371
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
3372
|
+
|
|
3373
|
+
|
|
3374
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:07:00 -0300
|
|
3375
|
+
|
|
3376
|
+
|
|
3377
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:07:00 -0300
|
|
3378
|
+
|
|
3379
|
+
|
|
3380
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:07:00 -0300
|
|
3381
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3382
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3383
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
3384
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
|
3385
|
+
|
|
3386
|
+
|
|
3387
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3391
|
+
|
|
3392
|
+
|
|
3393
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3394
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3395
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3396
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.5ms)
|
|
3397
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
|
3398
|
+
|
|
3399
|
+
|
|
3400
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3401
|
+
|
|
3402
|
+
|
|
3403
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3404
|
+
|
|
3405
|
+
|
|
3406
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:07:01 -0300
|
|
3407
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3408
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3409
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
3410
|
+
Completed 200 OK in 3ms (Views: 3.2ms)
|
|
3411
|
+
|
|
3412
|
+
|
|
3413
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:07:02 -0300
|
|
3414
|
+
|
|
3415
|
+
|
|
3416
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:07:02 -0300
|
|
3417
|
+
|
|
3418
|
+
|
|
3419
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:07:02 -0300
|
|
3420
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3421
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3422
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.4ms)
|
|
3423
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:07:02 -0300
|
|
3427
|
+
|
|
3428
|
+
|
|
3429
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:07:02 -0300
|
|
3430
|
+
|
|
3431
|
+
|
|
3432
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:08:04 -0300
|
|
3433
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3434
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.7ms)
|
|
3435
|
+
Completed 200 OK in 20ms (Views: 19.5ms)
|
|
3436
|
+
|
|
3437
|
+
|
|
3438
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:04 -0300
|
|
3439
|
+
|
|
3440
|
+
|
|
3441
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:04 -0300
|
|
3442
|
+
|
|
3443
|
+
|
|
3444
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:08:12 -0300
|
|
3445
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3446
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.2ms)
|
|
3447
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
|
3448
|
+
|
|
3449
|
+
|
|
3450
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:12 -0300
|
|
3451
|
+
|
|
3452
|
+
|
|
3453
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:12 -0300
|
|
3454
|
+
|
|
3455
|
+
|
|
3456
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:14 -0300
|
|
3457
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3458
|
+
Parameters: {"id"=>"card"}
|
|
3459
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
3460
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3461
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3462
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (17.8ms)
|
|
3463
|
+
Completed 200 OK in 21ms (Views: 21.1ms)
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:14 -0300
|
|
3467
|
+
|
|
3468
|
+
|
|
3469
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:14 -0300
|
|
3470
|
+
|
|
3471
|
+
|
|
3472
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:35 -0300
|
|
3473
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3474
|
+
Parameters: {"id"=>"card"}
|
|
3475
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
3476
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3477
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3478
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (12.5ms)
|
|
3479
|
+
Completed 200 OK in 27ms (Views: 26.8ms)
|
|
3480
|
+
|
|
3481
|
+
|
|
3482
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:35 -0300
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:35 -0300
|
|
3486
|
+
|
|
3487
|
+
|
|
3488
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3489
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3490
|
+
Parameters: {"id"=>"card"}
|
|
3491
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3492
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3493
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3494
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.9ms)
|
|
3495
|
+
Completed 200 OK in 7ms (Views: 7.0ms)
|
|
3496
|
+
|
|
3497
|
+
|
|
3498
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3499
|
+
|
|
3500
|
+
|
|
3501
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3502
|
+
|
|
3503
|
+
|
|
3504
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3505
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3506
|
+
Parameters: {"id"=>"card"}
|
|
3507
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3508
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3509
|
+
Rendered app/components/card/_card.html.erb (0.4ms)
|
|
3510
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.1ms)
|
|
3511
|
+
Completed 200 OK in 9ms (Views: 8.6ms)
|
|
3512
|
+
|
|
3513
|
+
|
|
3514
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3515
|
+
|
|
3516
|
+
|
|
3517
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:36 -0300
|
|
3518
|
+
|
|
3519
|
+
|
|
3520
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:37 -0300
|
|
3521
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3522
|
+
Parameters: {"id"=>"card"}
|
|
3523
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3524
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3525
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3526
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.6ms)
|
|
3527
|
+
Completed 200 OK in 7ms (Views: 7.1ms)
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:37 -0300
|
|
3531
|
+
|
|
3532
|
+
|
|
3533
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:37 -0300
|
|
3534
|
+
|
|
3535
|
+
|
|
3536
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:46 -0300
|
|
3537
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3538
|
+
Parameters: {"id"=>"card"}
|
|
3539
|
+
Rendered app/components/card/_card.html.erb (0.6ms)
|
|
3540
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3541
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3542
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (13.4ms)
|
|
3543
|
+
Completed 200 OK in 31ms (Views: 31.1ms)
|
|
3544
|
+
|
|
3545
|
+
|
|
3546
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:08:46 -0300
|
|
3547
|
+
|
|
3548
|
+
|
|
3549
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:08:46 -0300
|
|
3550
|
+
|
|
3551
|
+
|
|
3552
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:48 -0300
|
|
3553
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3554
|
+
Parameters: {"id"=>"card"}
|
|
3555
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3556
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3557
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3558
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.4ms)
|
|
3559
|
+
Completed 200 OK in 8ms (Views: 7.3ms)
|
|
3560
|
+
|
|
3561
|
+
|
|
3562
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:08:48 -0300
|
|
3563
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3564
|
+
Parameters: {"id"=>"card"}
|
|
3565
|
+
Rendered app/components/card/_card.html.erb (0.9ms)
|
|
3566
|
+
Rendered app/components/card/_card.html.erb (0.3ms)
|
|
3567
|
+
Rendered app/components/card/_card.html.erb (0.6ms)
|
|
3568
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (18.5ms)
|
|
3569
|
+
Completed 200 OK in 24ms (Views: 23.9ms)
|
|
3570
|
+
|
|
3571
|
+
|
|
3572
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:09:20 -0300
|
|
3573
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3574
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (3.3ms)
|
|
3575
|
+
Completed 200 OK in 26ms (Views: 25.2ms)
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:09:20 -0300
|
|
3579
|
+
|
|
3580
|
+
|
|
3581
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:09:20 -0300
|
|
3582
|
+
|
|
3583
|
+
|
|
3584
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:09:21 -0300
|
|
3585
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3586
|
+
Parameters: {"id"=>"card"}
|
|
3587
|
+
Rendered app/components/card/_card.html.erb (0.7ms)
|
|
3588
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3589
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3590
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.9ms)
|
|
3591
|
+
Completed 200 OK in 11ms (Views: 10.5ms)
|
|
3592
|
+
|
|
3593
|
+
|
|
3594
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:09:21 -0300
|
|
3595
|
+
|
|
3596
|
+
|
|
3597
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:09:21 -0300
|
|
3598
|
+
|
|
3599
|
+
|
|
3600
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:10:30 -0300
|
|
3601
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3602
|
+
Parameters: {"id"=>"card"}
|
|
3603
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3604
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3605
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3606
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.4ms)
|
|
3607
|
+
Completed 200 OK in 30ms (Views: 29.5ms)
|
|
3608
|
+
|
|
3609
|
+
|
|
3610
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:10:30 -0300
|
|
3611
|
+
|
|
3612
|
+
|
|
3613
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:10:30 -0300
|
|
3614
|
+
|
|
3615
|
+
|
|
3616
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:10:36 -0300
|
|
3617
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3618
|
+
Parameters: {"id"=>"card"}
|
|
3619
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3620
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3621
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3622
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.3ms)
|
|
3623
|
+
Completed 200 OK in 7ms (Views: 7.1ms)
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:10:36 -0300
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:10:36 -0300
|
|
3630
|
+
|
|
3631
|
+
|
|
3632
|
+
Started GET "/apple-touch-icon-precomposed.png" for 127.0.0.1 at 2015-05-04 12:10:49 -0300
|
|
3633
|
+
|
|
3634
|
+
|
|
3635
|
+
Started GET "/apple-touch-icon.png" for 127.0.0.1 at 2015-05-04 12:10:49 -0300
|
|
3636
|
+
|
|
3637
|
+
|
|
3638
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:10:58 -0300
|
|
3639
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3640
|
+
Parameters: {"id"=>"card"}
|
|
3641
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
3642
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3643
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3644
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (14.3ms)
|
|
3645
|
+
Completed 200 OK in 48ms (Views: 48.0ms)
|
|
3646
|
+
|
|
3647
|
+
|
|
3648
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:10:58 -0300
|
|
3649
|
+
|
|
3650
|
+
|
|
3651
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:10:58 -0300
|
|
3652
|
+
|
|
3653
|
+
|
|
3654
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:11:00 -0300
|
|
3655
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3656
|
+
Parameters: {"id"=>"card"}
|
|
3657
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3658
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
3659
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3660
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.3ms)
|
|
3661
|
+
Completed 200 OK in 9ms (Views: 9.1ms)
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:11:00 -0300
|
|
3665
|
+
|
|
3666
|
+
|
|
3667
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:11:00 -0300
|
|
3668
|
+
|
|
3669
|
+
|
|
3670
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:11:56 -0300
|
|
3671
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3672
|
+
Parameters: {"id"=>"card"}
|
|
3673
|
+
Rendered app/components/card/_card.html.erb (1.2ms)
|
|
3674
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3675
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3676
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (13.5ms)
|
|
3677
|
+
Completed 200 OK in 42ms (Views: 42.0ms)
|
|
3678
|
+
|
|
3679
|
+
|
|
3680
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:11:56 -0300
|
|
3681
|
+
|
|
3682
|
+
|
|
3683
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:11:56 -0300
|
|
3684
|
+
|
|
3685
|
+
|
|
3686
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:11:57 -0300
|
|
3687
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3688
|
+
Parameters: {"id"=>"card"}
|
|
3689
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3690
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3691
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3692
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.5ms)
|
|
3693
|
+
Completed 200 OK in 7ms (Views: 7.0ms)
|
|
3694
|
+
|
|
3695
|
+
|
|
3696
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:11:57 -0300
|
|
3697
|
+
|
|
3698
|
+
|
|
3699
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:11:57 -0300
|
|
3700
|
+
|
|
3701
|
+
|
|
3702
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:34 -0300
|
|
3703
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3704
|
+
Parameters: {"id"=>"card"}
|
|
3705
|
+
Rendered app/components/card/_card.html.erb (0.9ms)
|
|
3706
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3707
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3708
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.6ms)
|
|
3709
|
+
Completed 200 OK in 30ms (Views: 29.3ms)
|
|
3710
|
+
|
|
3711
|
+
|
|
3712
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:12:34 -0300
|
|
3713
|
+
|
|
3714
|
+
|
|
3715
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:12:34 -0300
|
|
3716
|
+
|
|
3717
|
+
|
|
3718
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:35 -0300
|
|
3719
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3720
|
+
Parameters: {"id"=>"card"}
|
|
3721
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3722
|
+
Rendered app/components/card/_card.html.erb (0.3ms)
|
|
3723
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3724
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.0ms)
|
|
3725
|
+
Completed 200 OK in 7ms (Views: 7.3ms)
|
|
3726
|
+
|
|
3727
|
+
|
|
3728
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:12:35 -0300
|
|
3729
|
+
|
|
3730
|
+
|
|
3731
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:12:35 -0300
|
|
3732
|
+
|
|
3733
|
+
|
|
3734
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3735
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3736
|
+
Parameters: {"id"=>"card"}
|
|
3737
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3738
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3739
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3740
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.6ms)
|
|
3741
|
+
Completed 200 OK in 10ms (Views: 10.1ms)
|
|
3742
|
+
|
|
3743
|
+
|
|
3744
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3745
|
+
|
|
3746
|
+
|
|
3747
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3748
|
+
|
|
3749
|
+
|
|
3750
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3751
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3752
|
+
Parameters: {"id"=>"card"}
|
|
3753
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
3754
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
3755
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3756
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (9.7ms)
|
|
3757
|
+
Completed 200 OK in 16ms (Views: 15.3ms)
|
|
3758
|
+
|
|
3759
|
+
|
|
3760
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3761
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3762
|
+
Parameters: {"id"=>"card"}
|
|
3763
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3764
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3765
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3766
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (6.8ms)
|
|
3767
|
+
Completed 200 OK in 10ms (Views: 9.8ms)
|
|
3768
|
+
|
|
3769
|
+
|
|
3770
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3771
|
+
|
|
3772
|
+
|
|
3773
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3774
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3775
|
+
Parameters: {"id"=>"card"}
|
|
3776
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3777
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3778
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3779
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.9ms)
|
|
3780
|
+
Completed 200 OK in 10ms (Views: 9.9ms)
|
|
3781
|
+
|
|
3782
|
+
|
|
3783
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3784
|
+
|
|
3785
|
+
|
|
3786
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3787
|
+
|
|
3788
|
+
|
|
3789
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:12:36 -0300
|
|
3790
|
+
|
|
3791
|
+
|
|
3792
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:14:00 -0300
|
|
3793
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3794
|
+
Parameters: {"id"=>"card"}
|
|
3795
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.7ms)
|
|
3796
|
+
Completed 200 OK in 39ms (Views: 38.5ms)
|
|
3797
|
+
|
|
3798
|
+
|
|
3799
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:14:00 -0300
|
|
3800
|
+
|
|
3801
|
+
|
|
3802
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:14:00 -0300
|
|
3803
|
+
|
|
3804
|
+
|
|
3805
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:14:06 -0300
|
|
3806
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3807
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.8ms)
|
|
3808
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
|
3809
|
+
|
|
3810
|
+
|
|
3811
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:14:06 -0300
|
|
3812
|
+
|
|
3813
|
+
|
|
3814
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:14:44 -0300
|
|
3815
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
3816
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.3ms)
|
|
3817
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
|
3818
|
+
|
|
3819
|
+
|
|
3820
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:14:44 -0300
|
|
3821
|
+
|
|
3822
|
+
|
|
3823
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:14:44 -0300
|
|
3824
|
+
|
|
3825
|
+
|
|
3826
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:14:47 -0300
|
|
3827
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3828
|
+
Parameters: {"id"=>"card"}
|
|
3829
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
3830
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3831
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3832
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.0ms)
|
|
3833
|
+
Completed 200 OK in 10ms (Views: 9.3ms)
|
|
3834
|
+
|
|
3835
|
+
|
|
3836
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:14:47 -0300
|
|
3837
|
+
|
|
3838
|
+
|
|
3839
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:14:47 -0300
|
|
3840
|
+
|
|
3841
|
+
|
|
3842
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:03 -0300
|
|
3843
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3844
|
+
Parameters: {"id"=>"card"}
|
|
3845
|
+
Rendered app/components/card/_card.html.erb (0.6ms)
|
|
3846
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3847
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3848
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (12.4ms)
|
|
3849
|
+
Completed 200 OK in 26ms (Views: 26.0ms)
|
|
3850
|
+
|
|
3851
|
+
|
|
3852
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:03 -0300
|
|
3853
|
+
|
|
3854
|
+
|
|
3855
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:03 -0300
|
|
3856
|
+
|
|
3857
|
+
|
|
3858
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:04 -0300
|
|
3859
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3860
|
+
Parameters: {"id"=>"card"}
|
|
3861
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3862
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3863
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3864
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.0ms)
|
|
3865
|
+
Completed 200 OK in 7ms (Views: 7.1ms)
|
|
3866
|
+
|
|
3867
|
+
|
|
3868
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:04 -0300
|
|
3869
|
+
|
|
3870
|
+
|
|
3871
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:04 -0300
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3875
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3876
|
+
Parameters: {"id"=>"card"}
|
|
3877
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3878
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3879
|
+
Rendered app/components/card/_card.html.erb (0.3ms)
|
|
3880
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.4ms)
|
|
3881
|
+
Completed 200 OK in 8ms (Views: 7.8ms)
|
|
3882
|
+
|
|
3883
|
+
|
|
3884
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3885
|
+
|
|
3886
|
+
|
|
3887
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3888
|
+
|
|
3889
|
+
|
|
3890
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3891
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3892
|
+
Parameters: {"id"=>"card"}
|
|
3893
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3894
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
3895
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3896
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.8ms)
|
|
3897
|
+
Completed 200 OK in 9ms (Views: 8.4ms)
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3901
|
+
|
|
3902
|
+
|
|
3903
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:05 -0300
|
|
3904
|
+
|
|
3905
|
+
|
|
3906
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3907
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3908
|
+
Parameters: {"id"=>"card"}
|
|
3909
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3910
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3911
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3912
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.2ms)
|
|
3913
|
+
Completed 200 OK in 7ms (Views: 6.4ms)
|
|
3914
|
+
|
|
3915
|
+
|
|
3916
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3917
|
+
|
|
3918
|
+
|
|
3919
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3920
|
+
|
|
3921
|
+
|
|
3922
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3923
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3924
|
+
Parameters: {"id"=>"card"}
|
|
3925
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3926
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3927
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3928
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.3ms)
|
|
3929
|
+
Completed 200 OK in 8ms (Views: 8.1ms)
|
|
3930
|
+
|
|
3931
|
+
|
|
3932
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3933
|
+
|
|
3934
|
+
|
|
3935
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3936
|
+
|
|
3937
|
+
|
|
3938
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:06 -0300
|
|
3939
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3940
|
+
Parameters: {"id"=>"card"}
|
|
3941
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
3942
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3943
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3944
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.6ms)
|
|
3945
|
+
Completed 200 OK in 12ms (Views: 11.4ms)
|
|
3946
|
+
|
|
3947
|
+
|
|
3948
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:07 -0300
|
|
3949
|
+
|
|
3950
|
+
|
|
3951
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:07 -0300
|
|
3952
|
+
|
|
3953
|
+
|
|
3954
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:51 -0300
|
|
3955
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3956
|
+
Parameters: {"id"=>"card"}
|
|
3957
|
+
Rendered app/components/card/_card.html.erb (0.7ms)
|
|
3958
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3959
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
3960
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.1ms)
|
|
3961
|
+
Completed 200 OK in 28ms (Views: 27.9ms)
|
|
3962
|
+
|
|
3963
|
+
|
|
3964
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:51 -0300
|
|
3965
|
+
|
|
3966
|
+
|
|
3967
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:51 -0300
|
|
3968
|
+
|
|
3969
|
+
|
|
3970
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:52 -0300
|
|
3971
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3972
|
+
Parameters: {"id"=>"card"}
|
|
3973
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3974
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3975
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
3976
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.8ms)
|
|
3977
|
+
Completed 200 OK in 8ms (Views: 7.5ms)
|
|
3978
|
+
|
|
3979
|
+
|
|
3980
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:52 -0300
|
|
3981
|
+
|
|
3982
|
+
|
|
3983
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:52 -0300
|
|
3984
|
+
|
|
3985
|
+
|
|
3986
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:15:54 -0300
|
|
3987
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
3988
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
3989
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (0.3ms)
|
|
3990
|
+
Completed 200 OK in 3ms (Views: 3.1ms)
|
|
3991
|
+
|
|
3992
|
+
|
|
3993
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:54 -0300
|
|
3994
|
+
|
|
3995
|
+
|
|
3996
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:54 -0300
|
|
3997
|
+
|
|
3998
|
+
|
|
3999
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4000
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4001
|
+
Parameters: {"id"=>"card"}
|
|
4002
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4003
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4004
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4005
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.4ms)
|
|
4006
|
+
Completed 200 OK in 7ms (Views: 7.2ms)
|
|
4007
|
+
|
|
4008
|
+
|
|
4009
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4010
|
+
|
|
4011
|
+
|
|
4012
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4013
|
+
|
|
4014
|
+
|
|
4015
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4016
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4017
|
+
Parameters: {"id"=>"header"}
|
|
4018
|
+
Rendered app/components/header/_header.html.erb (0.4ms)
|
|
4019
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
4020
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.2ms)
|
|
4021
|
+
Completed 200 OK in 6ms (Views: 6.2ms)
|
|
4022
|
+
|
|
4023
|
+
|
|
4024
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4025
|
+
|
|
4026
|
+
|
|
4027
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:56 -0300
|
|
4028
|
+
|
|
4029
|
+
|
|
4030
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4031
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4032
|
+
Parameters: {"id"=>"card"}
|
|
4033
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4034
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4035
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4036
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.5ms)
|
|
4037
|
+
Completed 200 OK in 12ms (Views: 11.5ms)
|
|
4038
|
+
|
|
4039
|
+
|
|
4040
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4041
|
+
|
|
4042
|
+
|
|
4043
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4044
|
+
|
|
4045
|
+
|
|
4046
|
+
Started GET "/mountain_view/styleguide/breadcrumbs" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4047
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4048
|
+
Parameters: {"id"=>"breadcrumbs"}
|
|
4049
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (1.0ms)
|
|
4050
|
+
Completed 200 OK in 7ms (Views: 6.9ms)
|
|
4051
|
+
|
|
4052
|
+
|
|
4053
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4054
|
+
|
|
4055
|
+
|
|
4056
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:15:59 -0300
|
|
4057
|
+
|
|
4058
|
+
|
|
4059
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4060
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4061
|
+
Parameters: {"id"=>"header"}
|
|
4062
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
4063
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
4064
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.8ms)
|
|
4065
|
+
Completed 200 OK in 6ms (Views: 5.9ms)
|
|
4066
|
+
|
|
4067
|
+
|
|
4068
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4069
|
+
|
|
4070
|
+
|
|
4071
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4072
|
+
|
|
4073
|
+
|
|
4074
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4075
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4076
|
+
Parameters: {"id"=>"card"}
|
|
4077
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4078
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4079
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4080
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.6ms)
|
|
4081
|
+
Completed 200 OK in 7ms (Views: 7.3ms)
|
|
4082
|
+
|
|
4083
|
+
|
|
4084
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4085
|
+
|
|
4086
|
+
|
|
4087
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:16:01 -0300
|
|
4088
|
+
|
|
4089
|
+
|
|
4090
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-05-04 12:16:02 -0300
|
|
4091
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4092
|
+
Parameters: {"id"=>"header"}
|
|
4093
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
4094
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
4095
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (3.2ms)
|
|
4096
|
+
Completed 200 OK in 6ms (Views: 6.1ms)
|
|
4097
|
+
|
|
4098
|
+
|
|
4099
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:16:02 -0300
|
|
4100
|
+
|
|
4101
|
+
|
|
4102
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:16:02 -0300
|
|
4103
|
+
|
|
4104
|
+
|
|
4105
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:17:00 -0300
|
|
4106
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4107
|
+
Parameters: {"id"=>"card"}
|
|
4108
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
4109
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4110
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4111
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.5ms)
|
|
4112
|
+
Completed 200 OK in 49ms (Views: 49.1ms)
|
|
4113
|
+
|
|
4114
|
+
|
|
4115
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:17:00 -0300
|
|
4116
|
+
|
|
4117
|
+
|
|
4118
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:17:00 -0300
|
|
4119
|
+
|
|
4120
|
+
|
|
4121
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:17:24 -0300
|
|
4122
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4123
|
+
Parameters: {"id"=>"card"}
|
|
4124
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
4125
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4126
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4127
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (10.0ms)
|
|
4128
|
+
Completed 200 OK in 48ms (Views: 47.7ms)
|
|
4129
|
+
|
|
4130
|
+
|
|
4131
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:17:24 -0300
|
|
4132
|
+
|
|
4133
|
+
|
|
4134
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:17:24 -0300
|
|
4135
|
+
|
|
4136
|
+
|
|
4137
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:18:33 -0300
|
|
4138
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4139
|
+
Parameters: {"id"=>"card"}
|
|
4140
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4141
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4142
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4143
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (4.7ms)
|
|
4144
|
+
Completed 200 OK in 8ms (Views: 7.6ms)
|
|
4145
|
+
|
|
4146
|
+
|
|
4147
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:18:33 -0300
|
|
4148
|
+
|
|
4149
|
+
|
|
4150
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:18:33 -0300
|
|
4151
|
+
|
|
4152
|
+
|
|
4153
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:18:48 -0300
|
|
4154
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4155
|
+
Parameters: {"id"=>"card"}
|
|
4156
|
+
Rendered app/components/card/_card.html.erb (0.9ms)
|
|
4157
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4158
|
+
Rendered app/components/card/_card.html.erb (0.0ms)
|
|
4159
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (8.6ms)
|
|
4160
|
+
Completed 200 OK in 31ms (Views: 26.5ms)
|
|
4161
|
+
|
|
4162
|
+
|
|
4163
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:18:48 -0300
|
|
4164
|
+
|
|
4165
|
+
|
|
4166
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:18:48 -0300
|
|
4167
|
+
|
|
4168
|
+
|
|
4169
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-05-04 12:19:11 -0300
|
|
4170
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4171
|
+
Parameters: {"id"=>"header"}
|
|
4172
|
+
Rendered app/components/header/_header.html.erb (0.5ms)
|
|
4173
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
4174
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (7.9ms)
|
|
4175
|
+
Completed 200 OK in 27ms (Views: 26.3ms)
|
|
4176
|
+
|
|
4177
|
+
|
|
4178
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:19:12 -0300
|
|
4179
|
+
|
|
4180
|
+
|
|
4181
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:19:12 -0300
|
|
4182
|
+
|
|
4183
|
+
|
|
4184
|
+
Started GET "/mountain_view/styleguide/header" for 127.0.0.1 at 2015-05-04 12:19:13 -0300
|
|
4185
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4186
|
+
Parameters: {"id"=>"header"}
|
|
4187
|
+
Rendered app/components/header/_header.html.erb (0.1ms)
|
|
4188
|
+
Rendered app/components/header/_header.html.erb (0.0ms)
|
|
4189
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (2.6ms)
|
|
4190
|
+
Completed 200 OK in 6ms (Views: 5.4ms)
|
|
4191
|
+
|
|
4192
|
+
|
|
4193
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:19:13 -0300
|
|
4194
|
+
|
|
4195
|
+
|
|
4196
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:19:13 -0300
|
|
4197
|
+
|
|
4198
|
+
|
|
4199
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:19:15 -0300
|
|
4200
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4201
|
+
Parameters: {"id"=>"card"}
|
|
4202
|
+
Rendered app/components/card/_card.html.erb (0.7ms)
|
|
4203
|
+
Rendered app/components/card/_card.html.erb (0.2ms)
|
|
4204
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4205
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (5.3ms)
|
|
4206
|
+
Completed 200 OK in 8ms (Views: 8.1ms)
|
|
4207
|
+
|
|
4208
|
+
|
|
4209
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:19:15 -0300
|
|
4210
|
+
|
|
4211
|
+
|
|
4212
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:19:15 -0300
|
|
4213
|
+
|
|
4214
|
+
|
|
4215
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:25:31 -0300
|
|
4216
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
4217
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (1.7ms)
|
|
4218
|
+
Completed 200 OK in 31ms (Views: 30.9ms)
|
|
4219
|
+
|
|
4220
|
+
|
|
4221
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:25:31 -0300
|
|
4222
|
+
|
|
4223
|
+
|
|
4224
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:25:31 -0300
|
|
4225
|
+
|
|
4226
|
+
|
|
4227
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:25:55 -0300
|
|
4228
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
4229
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (0.3ms)
|
|
4230
|
+
Completed 200 OK in 25ms (Views: 24.3ms)
|
|
4231
|
+
|
|
4232
|
+
|
|
4233
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:25:55 -0300
|
|
4234
|
+
|
|
4235
|
+
|
|
4236
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:25:55 -0300
|
|
4237
|
+
|
|
4238
|
+
|
|
4239
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:25:57 -0300
|
|
4240
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4241
|
+
Parameters: {"id"=>"card"}
|
|
4242
|
+
Rendered app/components/card/_card.html.erb (0.9ms)
|
|
4243
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4244
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4245
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (10.7ms)
|
|
4246
|
+
Completed 200 OK in 22ms (Views: 21.7ms)
|
|
4247
|
+
|
|
4248
|
+
|
|
4249
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:25:57 -0300
|
|
4250
|
+
|
|
4251
|
+
|
|
4252
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:25:57 -0300
|
|
4253
|
+
|
|
4254
|
+
|
|
4255
|
+
Started GET "/mountain_view/styleguide/card" for 127.0.0.1 at 2015-05-04 12:26:14 -0300
|
|
4256
|
+
Processing by MountainView::StyleguideController#show as HTML
|
|
4257
|
+
Parameters: {"id"=>"card"}
|
|
4258
|
+
Rendered app/components/card/_card.html.erb (0.8ms)
|
|
4259
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4260
|
+
Rendered app/components/card/_card.html.erb (0.1ms)
|
|
4261
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/show.html.erb within layouts/mountain_view (9.0ms)
|
|
4262
|
+
Completed 200 OK in 30ms (Views: 25.4ms)
|
|
4263
|
+
|
|
4264
|
+
|
|
4265
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:26:14 -0300
|
|
4266
|
+
|
|
4267
|
+
|
|
4268
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:26:14 -0300
|
|
4269
|
+
|
|
4270
|
+
|
|
4271
|
+
Started GET "/mountain_view/styleguide" for 127.0.0.1 at 2015-05-04 12:26:15 -0300
|
|
4272
|
+
Processing by MountainView::StyleguideController#index as HTML
|
|
4273
|
+
Rendered /Users/nachogutierrez/Projects/mountain_view/app/views/mountain_view/styleguide/index.html.erb within layouts/mountain_view (2.8ms)
|
|
4274
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
|
4275
|
+
|
|
4276
|
+
|
|
4277
|
+
Started GET "/assets/mountain_view/styleguide.js" for 127.0.0.1 at 2015-05-04 12:26:15 -0300
|
|
4278
|
+
|
|
4279
|
+
|
|
4280
|
+
Started GET "/assets/mountain_view/styleguide.css" for 127.0.0.1 at 2015-05-04 12:26:15 -0300
|