emcee 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/emcee/railtie.rb +24 -0
- data/lib/emcee/version.rb +1 -1
- data/lib/generators/emcee/install/install_generator.rb +1 -1
- data/test/controllers_test.rb +6 -2
- data/test/dummy/app/views/layouts/application.html.erb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +235 -0
- data/test/dummy/log/test.log +7606 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1e24025f59396708b3bb44543bed32fc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/219d0afb67879a67bae32b4fe4c708ac +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/32cae461a9446107294c8a0230f5080c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4fd1effec4d6579ba9d4f03ed156a15b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6c9d8a21af4539e19a3462e79ac4d70c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a69c3d00e22ad6c0d6ece35c9fd5f316 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cf517b62bd978b748afe38d5beb317de +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/df6cfcc50da209231a7d9e140e5bafdc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ffd4adb86602a60c7fcedd5d472166d3 +0 -0
- metadata +33 -45
- data/test/dummy/tmp/cache/assets/development/sprockets/01abb54333b8d67888355b2f855692e8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e24025f59396708b3bb44543bed32fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/219d0afb67879a67bae32b4fe4c708ac +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/32cae461a9446107294c8a0230f5080c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4fd1effec4d6579ba9d4f03ed156a15b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/63ab3ecb77a01edbed6db1aca4d690fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6c9d8a21af4539e19a3462e79ac4d70c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a69c3d00e22ad6c0d6ece35c9fd5f316 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/af6ba4ae23c6790e0f474b01ceee8dd9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c04739a2061e8e023568aabaa0e801d2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cf517b62bd978b748afe38d5beb317de +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df6cfcc50da209231a7d9e140e5bafdc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e0949aa3dcdcab5f8b45d30e26f6ddd2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e1d520d14db311ab6347be6426dac6f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ffd4adb86602a60c7fcedd5d472166d3 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ce9a2097dd5aad1382c4b9980f4510507e04745
|
4
|
+
data.tar.gz: c9c5880046f1c7ddb000ba1b19dc108816c7bb88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44b66746843cfc1e6a5a11bf3c4a048826ed0bb057d7b28109989126b4440a185492a0190ecefc18b3aebadcddb0e40f3aa01ce7b51c3088abb34cb37e5c43f5
|
7
|
+
data.tar.gz: b4a6daef3d674c1f64f0cbb824c458caf1d55f98547a6347bef57cac7fee210052d7ae38135537d15e081f795709391f29f341281c45688339c2a9243e69069c
|
data/lib/emcee/railtie.rb
CHANGED
@@ -13,3 +13,27 @@ module Emcee
|
|
13
13
|
end
|
14
14
|
end
|
15
15
|
end
|
16
|
+
|
17
|
+
# Monkey patch Sprockets-rails so that loose html files are handled correctly.
|
18
|
+
# In the /assets/elements directory, loose html files should be compiled into
|
19
|
+
# application.html. They should not be carried over as single files.
|
20
|
+
#
|
21
|
+
# Not sure that modifying another gem's railtie is a good idea, but it works
|
22
|
+
# for now.
|
23
|
+
module Sprockets
|
24
|
+
class Railtie
|
25
|
+
# Horrible hack: remove this 'constant' so we can redefine it without ruby
|
26
|
+
# complaining.
|
27
|
+
remove_const(:LOOSE_APP_ASSETS) if defined?(LOOSE_APP_ASSETS)
|
28
|
+
|
29
|
+
# Ugly hack #1: redefine this 'constant' to recognize html files. Is there
|
30
|
+
# a way to extend instead of redefining?
|
31
|
+
LOOSE_APP_ASSETS = lambda do |filename, path|
|
32
|
+
path =~ /app\/assets/ && !%w(.js .css .html).include?(File.extname(filename))
|
33
|
+
end
|
34
|
+
|
35
|
+
# Ugly hack #2: same as above (#1). Is there a way to extend this instead
|
36
|
+
# of redefining?
|
37
|
+
config.assets.precompile = [LOOSE_APP_ASSETS, /(?:\/|\\|\A)application\.(css|js|html)$/]
|
38
|
+
end
|
39
|
+
end
|
data/lib/emcee/version.rb
CHANGED
@@ -16,7 +16,7 @@ module Emcee
|
|
16
16
|
end
|
17
17
|
|
18
18
|
def add_html_import_to_layout
|
19
|
-
insert_into_file "app/views/layouts/application.html.erb", "<%= html_import_tag \"application\"
|
19
|
+
insert_into_file "app/views/layouts/application.html.erb", "<%= html_import_tag \"application\", \"data-turbolinks-track\" => true %>\n ", before: "<%= csrf_meta_tags %>"
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
data/test/controllers_test.rb
CHANGED
@@ -14,6 +14,11 @@ class ControllersTest < ActionController::TestCase
|
|
14
14
|
assert_select "link[rel='import']"
|
15
15
|
end
|
16
16
|
|
17
|
+
test "the compiled assets should be served from the right directory" do
|
18
|
+
get :index
|
19
|
+
assert_match /href="\/assets\/application\.html"/, @response.body
|
20
|
+
end
|
21
|
+
|
17
22
|
# To test the contents of our compiled application.html, we have a custom route
|
18
23
|
# and controller action. The controller action renders the compiled file as a
|
19
24
|
# json response, which we can test against here.
|
@@ -24,8 +29,7 @@ class ControllersTest < ActionController::TestCase
|
|
24
29
|
<script>var life = "is good";
|
25
30
|
</script>
|
26
31
|
<p>test4</p>
|
27
|
-
<style>
|
28
|
-
p {
|
32
|
+
<style>p {
|
29
33
|
color: pink;
|
30
34
|
}
|
31
35
|
</style>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<title>Dummy</title>
|
5
5
|
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
6
6
|
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
7
|
-
<%= html_import_tag "application" %>
|
7
|
+
<%= html_import_tag "application", "data-turbolinks-track" => true %>
|
8
8
|
<%= csrf_meta_tags %>
|
9
9
|
</head>
|
10
10
|
<body>
|
File without changes
|
@@ -211,3 +211,238 @@ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-05 09:02:08
|
|
211
211
|
|
212
212
|
|
213
213
|
Started GET "/assets/test4.html?body=1" for 127.0.0.1 at 2014-03-05 09:02:13 -0500
|
214
|
+
|
215
|
+
|
216
|
+
Started GET "/groups" for 127.0.0.1 at 2014-03-10 10:35:52 -0400
|
217
|
+
|
218
|
+
ActionController::RoutingError (No route matches [GET] "/groups"):
|
219
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
220
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
221
|
+
railties (4.0.3) lib/rails/rack/logger.rb:38:in `call_app'
|
222
|
+
railties (4.0.3) lib/rails/rack/logger.rb:20:in `block in call'
|
223
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
224
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:25:in `tagged'
|
225
|
+
activesupport (4.0.3) lib/active_support/tagged_logging.rb:67:in `tagged'
|
226
|
+
railties (4.0.3) lib/rails/rack/logger.rb:20:in `call'
|
227
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
228
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
229
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
230
|
+
activesupport (4.0.3) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
231
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
232
|
+
actionpack (4.0.3) lib/action_dispatch/middleware/static.rb:64:in `call'
|
233
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
234
|
+
railties (4.0.3) lib/rails/engine.rb:511:in `call'
|
235
|
+
railties (4.0.3) lib/rails/application.rb:97:in `call'
|
236
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
237
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
238
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
239
|
+
/Users/andrew/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
240
|
+
/Users/andrew/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
241
|
+
/Users/andrew/.rbenv/versions/2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
242
|
+
|
243
|
+
|
244
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
245
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
|
246
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.1ms)
|
247
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.8ms)
|
248
|
+
|
249
|
+
|
250
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 10:35:56 -0400
|
251
|
+
Processing by DummyController#index as HTML
|
252
|
+
Rendered dummy/index.html.erb within layouts/application (0.6ms)
|
253
|
+
Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.0ms)
|
254
|
+
|
255
|
+
|
256
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 10:35:56 -0400
|
257
|
+
|
258
|
+
|
259
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 10:35:56 -0400
|
260
|
+
|
261
|
+
|
262
|
+
Started GET "/assets/test1.html?body=1" for 127.0.0.1 at 2014-03-10 10:36:09 -0400
|
263
|
+
|
264
|
+
|
265
|
+
Started GET "/assets/test4.html?body=1" for 127.0.0.1 at 2014-03-10 10:36:13 -0400
|
266
|
+
|
267
|
+
|
268
|
+
Started GET "/assets/test/test3.html?body=1" for 127.0.0.1 at 2014-03-10 10:36:16 -0400
|
269
|
+
|
270
|
+
|
271
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 10:39:06 -0400
|
272
|
+
Processing by DummyController#index as HTML
|
273
|
+
Rendered dummy/index.html.erb within layouts/application (1.2ms)
|
274
|
+
Completed 200 OK in 73ms (Views: 72.2ms | ActiveRecord: 0.0ms)
|
275
|
+
|
276
|
+
|
277
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 10:39:06 -0400
|
278
|
+
|
279
|
+
|
280
|
+
Started GET "/assets/testme.js?body=1" for 127.0.0.1 at 2014-03-10 10:39:06 -0400
|
281
|
+
|
282
|
+
|
283
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 10:39:06 -0400
|
284
|
+
|
285
|
+
|
286
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 10:39:36 -0400
|
287
|
+
Processing by DummyController#index as HTML
|
288
|
+
Rendered dummy/index.html.erb within layouts/application (0.1ms)
|
289
|
+
Completed 200 OK in 24ms (Views: 24.3ms | ActiveRecord: 0.0ms)
|
290
|
+
|
291
|
+
|
292
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 10:39:36 -0400
|
293
|
+
|
294
|
+
|
295
|
+
Started GET "/assets/testme.js?body=1" for 127.0.0.1 at 2014-03-10 10:39:36 -0400
|
296
|
+
|
297
|
+
|
298
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 10:39:36 -0400
|
299
|
+
|
300
|
+
|
301
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 12:00:25 -0400
|
302
|
+
Processing by DummyController#index as HTML
|
303
|
+
Rendered dummy/index.html.erb within layouts/application (1.0ms)
|
304
|
+
Completed 200 OK in 68ms (Views: 67.7ms | ActiveRecord: 0.0ms)
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 12:00:25 -0400
|
308
|
+
|
309
|
+
|
310
|
+
Started GET "/assets/testjs/testjs.js?body=1" for 127.0.0.1 at 2014-03-10 12:00:25 -0400
|
311
|
+
|
312
|
+
|
313
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 12:00:25 -0400
|
314
|
+
|
315
|
+
|
316
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 12:15:52 -0400
|
317
|
+
Processing by DummyController#index as HTML
|
318
|
+
Rendered dummy/index.html.erb within layouts/application (0.9ms)
|
319
|
+
Completed 200 OK in 72ms (Views: 71.4ms | ActiveRecord: 0.0ms)
|
320
|
+
|
321
|
+
|
322
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 12:15:52 -0400
|
323
|
+
|
324
|
+
|
325
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 12:15:52 -0400
|
326
|
+
|
327
|
+
|
328
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:33:21 -0400
|
329
|
+
Processing by DummyController#index as HTML
|
330
|
+
Rendered dummy/index.html.erb within layouts/application (0.9ms)
|
331
|
+
Completed 500 Internal Server Error in 30ms
|
332
|
+
|
333
|
+
ActionView::Template::Error (undefined method `check_errors_for' for #<#<Class:0x007fee5956e420>:0x007fee59567620>):
|
334
|
+
4: <title>Dummy</title>
|
335
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
336
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
337
|
+
7: <%= html_import_tag "application" %>
|
338
|
+
8: <%= csrf_meta_tags %>
|
339
|
+
9: </head>
|
340
|
+
10: <body>
|
341
|
+
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1860027674694577823_70330838493820'
|
342
|
+
|
343
|
+
|
344
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.1ms)
|
345
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.6ms)
|
346
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (35.8ms)
|
347
|
+
|
348
|
+
|
349
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:33:29 -0400
|
350
|
+
Processing by DummyController#index as HTML
|
351
|
+
Rendered dummy/index.html.erb within layouts/application (0.0ms)
|
352
|
+
Completed 500 Internal Server Error in 8ms
|
353
|
+
|
354
|
+
ActionView::Template::Error (undefined method `check_errors_for' for #<#<Class:0x007fee5956e420>:0x007fee5b8814d0>):
|
355
|
+
4: <title>Dummy</title>
|
356
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
357
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
358
|
+
7: <%= html_import_tag "application" %>
|
359
|
+
8: <%= csrf_meta_tags %>
|
360
|
+
9: </head>
|
361
|
+
10: <body>
|
362
|
+
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1860027674694577823_70330838493820'
|
363
|
+
|
364
|
+
|
365
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
366
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
367
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.1ms)
|
368
|
+
|
369
|
+
|
370
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:33:30 -0400
|
371
|
+
Processing by DummyController#index as HTML
|
372
|
+
Rendered dummy/index.html.erb within layouts/application (0.1ms)
|
373
|
+
Completed 500 Internal Server Error in 8ms
|
374
|
+
|
375
|
+
ActionView::Template::Error (undefined method `check_errors_for' for #<#<Class:0x007fee5956e420>:0x007fee5b2a2190>):
|
376
|
+
4: <title>Dummy</title>
|
377
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
378
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
379
|
+
7: <%= html_import_tag "application" %>
|
380
|
+
8: <%= csrf_meta_tags %>
|
381
|
+
9: </head>
|
382
|
+
10: <body>
|
383
|
+
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1860027674694577823_70330838493820'
|
384
|
+
|
385
|
+
|
386
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
387
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
388
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)
|
389
|
+
|
390
|
+
|
391
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:33:53 -0400
|
392
|
+
Processing by DummyController#index as HTML
|
393
|
+
Rendered dummy/index.html.erb within layouts/application (1.0ms)
|
394
|
+
Completed 500 Internal Server Error in 41ms
|
395
|
+
|
396
|
+
ActionView::Template::Error (undefined method `check_errors_for' for #<#<Class:0x007f8824cde778>:0x007f8824cde908>):
|
397
|
+
4: <title>Dummy</title>
|
398
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
399
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
400
|
+
7: <%= html_import_tag "application" %>
|
401
|
+
8: <%= csrf_meta_tags %>
|
402
|
+
9: </head>
|
403
|
+
10: <body>
|
404
|
+
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__1906225233594433851_70111348190020'
|
405
|
+
|
406
|
+
|
407
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.4ms)
|
408
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.9ms)
|
409
|
+
Rendered /Users/andrew/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.0.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.8ms)
|
410
|
+
|
411
|
+
|
412
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:34:32 -0400
|
413
|
+
Processing by DummyController#index as HTML
|
414
|
+
Rendered dummy/index.html.erb within layouts/application (0.9ms)
|
415
|
+
Completed 200 OK in 88ms (Views: 87.6ms | ActiveRecord: 0.0ms)
|
416
|
+
|
417
|
+
|
418
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 21:34:32 -0400
|
419
|
+
|
420
|
+
|
421
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 21:34:32 -0400
|
422
|
+
|
423
|
+
|
424
|
+
Started GET "/" for 127.0.0.1 at 2014-03-10 21:57:43 -0400
|
425
|
+
Processing by DummyController#index as HTML
|
426
|
+
Rendered dummy/index.html.erb within layouts/application (0.9ms)
|
427
|
+
Completed 200 OK in 84ms (Views: 83.8ms | ActiveRecord: 0.0ms)
|
428
|
+
|
429
|
+
|
430
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-10 21:57:43 -0400
|
431
|
+
|
432
|
+
|
433
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-10 21:57:43 -0400
|
434
|
+
|
435
|
+
|
436
|
+
Started GET "/assets/application.html?body=1" for 127.0.0.1 at 2014-03-10 21:57:51 -0400
|
437
|
+
|
438
|
+
|
439
|
+
Started GET "/assets/test1.html?body=1" for 127.0.0.1 at 2014-03-10 21:57:54 -0400
|
440
|
+
|
441
|
+
|
442
|
+
Started GET "/assets/test/test2.html?body=1" for 127.0.0.1 at 2014-03-10 21:57:56 -0400
|
443
|
+
|
444
|
+
|
445
|
+
Started GET "/assets/test/test3.html?body=1" for 127.0.0.1 at 2014-03-10 21:57:59 -0400
|
446
|
+
|
447
|
+
|
448
|
+
Started GET "/assets/test4.html?body=1" for 127.0.0.1 at 2014-03-10 21:58:01 -0400
|