outdatedbrowser_rails 1.0.2.0 → 1.1.0

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.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -0
  3. data/Rakefile +5 -0
  4. data/app/assets/javascripts/outdatedbrowser/outdatedBrowser.js +122 -47
  5. data/app/assets/javascripts/outdatedbrowser/{require_outdatedbrowser.js → require_outdatedbrowser.js.erb} +4 -1
  6. data/app/assets/stylesheets/outdatedbrowser/outdatedBrowser.css +8 -7
  7. data/app/views/outdatedbrowser/_outdatedbrowser.html.erb +1 -12
  8. data/app/views/outdatedbrowser/lang/br.html +3 -0
  9. data/app/views/outdatedbrowser/lang/cn.html +3 -0
  10. data/app/views/outdatedbrowser/lang/cz.html +3 -0
  11. data/app/views/outdatedbrowser/lang/de.html +3 -0
  12. data/app/views/outdatedbrowser/lang/ee.html +3 -0
  13. data/app/views/outdatedbrowser/lang/en.html +3 -0
  14. data/app/views/outdatedbrowser/lang/es.html +3 -0
  15. data/app/views/outdatedbrowser/lang/fa.html +3 -0
  16. data/app/views/outdatedbrowser/lang/fi.html +3 -0
  17. data/app/views/outdatedbrowser/lang/fr.html +3 -0
  18. data/app/views/outdatedbrowser/lang/hu.html +3 -0
  19. data/app/views/outdatedbrowser/lang/id.html +3 -0
  20. data/app/views/outdatedbrowser/lang/it.html +3 -0
  21. data/app/views/outdatedbrowser/lang/lt.html +3 -0
  22. data/app/views/outdatedbrowser/lang/nl.html +3 -0
  23. data/app/views/outdatedbrowser/lang/pl.html +3 -0
  24. data/app/views/outdatedbrowser/lang/pt.html +3 -0
  25. data/app/views/outdatedbrowser/lang/ro.html +3 -0
  26. data/app/views/outdatedbrowser/lang/ru.html +3 -0
  27. data/app/views/outdatedbrowser/lang/si.html +3 -0
  28. data/app/views/outdatedbrowser/lang/ua.html +3 -0
  29. data/lib/outdatedbrowser_rails/version.rb +1 -1
  30. data/spec/dummy/config/application.rb +2 -2
  31. data/spec/dummy/config/locales/de.yml +5 -0
  32. data/spec/dummy/db/development.sqlite3 +0 -0
  33. data/spec/dummy/log/development.log +2179 -428
  34. data/spec/dummy/log/test.log +13 -293
  35. data/spec/dummy/tmp/cache/assets/C0B/6C0/sprockets%2F32ba372100048e769a8961c142010d29 +0 -0
  36. data/spec/dummy/tmp/cache/assets/C55/A90/sprockets%2Fc867534061993dd00f01965a87c8451a +0 -0
  37. data/spec/dummy/tmp/cache/assets/C66/070/sprockets%2F25064892e3836bb657e5d6446b86574e +0 -0
  38. data/spec/dummy/tmp/cache/assets/C76/D90/sprockets%2F317679c439a52430e7a01408fab2166e +0 -0
  39. data/spec/dummy/tmp/cache/assets/C85/6B0/sprockets%2F19e3c3829361ad685564711217e9d1dc +0 -0
  40. data/spec/dummy/tmp/cache/assets/CB7/D90/sprockets%2F324258d96111fb8a7ad85897701e41fc +0 -0
  41. data/spec/dummy/tmp/cache/assets/CCE/9C0/sprockets%2Fbe5308ba0221fb7e0f54652c6014e097 +0 -0
  42. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  43. data/spec/dummy/tmp/cache/assets/CE9/850/sprockets%2F4a767a0e4b8d87e90e7d1b126c379724 +0 -0
  44. data/spec/dummy/tmp/cache/assets/CEF/8E0/sprockets%2Fee75db26e457cb225a52664757fc7845 +0 -0
  45. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  46. data/spec/dummy/tmp/cache/assets/D3C/810/sprockets%2Ff2abbf8c661ed6993fb163338c024f20 +0 -0
  47. data/spec/dummy/tmp/cache/assets/D42/CC0/sprockets%2Fc193ff3495a3beb1c539e1bd3425d759 +0 -0
  48. data/spec/dummy/tmp/cache/assets/D45/7D0/sprockets%2Ff6e3c118bd192d82fe3896e9b116dd21 +0 -0
  49. data/spec/dummy/tmp/cache/assets/{D6E/400/sprockets%2Fe6412cb74f03a5dc2e495863d7ba82ec → D4A/C40/sprockets%2Fdfdafc62f1e86575d880bdb131079486} +0 -0
  50. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  51. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  52. data/spec/dummy/tmp/cache/assets/D60/9D0/sprockets%2F9afc50a2bc1969a7205225d2d2ae6bd5 +0 -0
  53. data/spec/dummy/tmp/cache/assets/{D89/AE0/sprockets%2Fdf3a3ca074e4fdfbc034304a2519e3c4 → D67/190/sprockets%2Fba2a601dadba4b704f5a79199892fc60} +0 -0
  54. data/spec/dummy/tmp/cache/assets/{D0A/4E0/sprockets%2F5074c6afc1bd9e231b663c0690577da5 → D68/B30/sprockets%2Fe066c701face5c4fa3b7227c6b87b614} +0 -0
  55. data/spec/dummy/tmp/cache/assets/{C87/AA0/sprockets%2Fcf432698f09f51e19134ba8c17745253 → D78/CF0/sprockets%2F8e5507fc15ad9329b90be288f0f27acf} +0 -0
  56. data/spec/dummy/tmp/cache/assets/D83/C10/sprockets%2F0c972efe069c3bf7390c2959fb7ee3e5 +0 -0
  57. data/spec/dummy/tmp/cache/assets/D95/AD0/sprockets%2F33ea8a386351bf5a9815f4bedaba53d0 +0 -0
  58. data/spec/dummy/tmp/cache/assets/D95/BD0/sprockets%2Fd0cd11b5ffec05bed60ce336858a3464 +0 -0
  59. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  60. data/spec/dummy/tmp/cache/assets/{C27/370/sprockets%2F04e4c95438f7072ab694153214746f74 → DE8/EC0/sprockets%2F1bb2ad094ca709e48c46adabe3a028bd} +0 -0
  61. data/spec/dummy/tmp/cache/assets/E03/580/sprockets%2F03b5636ba83de65f19fc8f8cd3ba0fdf +0 -0
  62. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  63. data/spec/dummy/tmp/pids/server.pid +1 -0
  64. metadata +72 -34
  65. data/config/locales/en.yml +0 -5
  66. data/spec/dummy/tmp/cache/assets/CED/EF0/sprockets%2F9b4914459dfa241685c0c958356afdb6 +0 -0
  67. data/spec/dummy/tmp/cache/assets/D0C/EF0/sprockets%2F0601770e556abcc0ad74f542f2ed9963 +0 -0
  68. data/spec/dummy/tmp/cache/assets/D1A/140/sprockets%2F5700ff9d76f7204a03bf74e546f8a76b +0 -0
  69. data/spec/dummy/tmp/cache/assets/D51/770/sprockets%2F60908e881ddca08f757df7c335cc539e +0 -0
  70. data/spec/dummy/tmp/cache/assets/D5B/260/sprockets%2F3d8ca1585ee95c5efb388645d66cf377 +0 -0
  71. data/spec/dummy/tmp/cache/assets/D6C/FA0/sprockets%2Fb65717c2ea586a33367c3bf6ecdf141c +0 -0
  72. data/spec/dummy/tmp/cache/assets/D77/A80/sprockets%2Fe22d705d0c889ec4837f183a9beec0f3 +0 -0
  73. data/spec/dummy/tmp/cache/assets/DA9/8D0/sprockets%2F9628521d9c47e12f8fd15fedd34ccbf3 +0 -0
  74. data/spec/dummy/tmp/cache/assets/DCE/840/sprockets%2F1dbccd35bf63a8eed444fa7e0274c846 +0 -0
  75. data/spec/dummy/tmp/cache/assets/E04/320/sprockets%2Fa9ee9a4f24c3be57552effdc5cc234e4 +0 -0
@@ -1,584 +1,2335 @@
1
1
 
2
2
 
3
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
3
+ Started GET "/" for 127.0.0.1 at 2015-03-30 16:36:08 +0100
4
+ Connecting to database specified by database.yml
5
+
6
+ SQLite3::CantOpenException (unable to open database file):
7
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `initialize'
8
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `new'
9
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `sqlite3_connection'
10
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
11
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
12
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
13
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
14
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
15
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
16
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
17
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
18
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
19
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
20
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
21
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
22
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
23
+ activerecord (3.2.21) lib/active_record/query_cache.rb:67:in `rescue in call'
24
+ activerecord (3.2.21) lib/active_record/query_cache.rb:61:in `call'
25
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
26
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
27
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `_run__68209897214163002__call__413003625786832872__callbacks'
28
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback'
29
+ activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
30
+ activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks'
31
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
32
+ actionpack (3.2.21) lib/action_dispatch/middleware/reloader.rb:65:in `call'
33
+ actionpack (3.2.21) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
34
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
35
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
36
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
37
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
38
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
39
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
40
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
41
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
42
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
43
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
44
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
45
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
46
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
47
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
48
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
49
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
50
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
51
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
52
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
53
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
54
+
55
+
56
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
57
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
58
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.1ms)
59
+
60
+
61
+ Started GET "/" for 127.0.0.1 at 2015-03-30 16:36:35 +0100
62
+ Connecting to database specified by database.yml
63
+
64
+ SQLite3::CantOpenException (unable to open database file):
65
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `initialize'
66
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `new'
67
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `sqlite3_connection'
68
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
69
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
70
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
71
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
72
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
73
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
74
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
75
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
76
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
77
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
78
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
79
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
80
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
81
+ activerecord (3.2.21) lib/active_record/query_cache.rb:67:in `rescue in call'
82
+ activerecord (3.2.21) lib/active_record/query_cache.rb:61:in `call'
83
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
84
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
85
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `_run__111088061608186908__call__2147833448380693506__callbacks'
86
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback'
87
+ activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
88
+ activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks'
89
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
90
+ actionpack (3.2.21) lib/action_dispatch/middleware/reloader.rb:65:in `call'
91
+ actionpack (3.2.21) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
92
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
93
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
94
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
95
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
96
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
97
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
98
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
99
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
100
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
101
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
102
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
103
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
104
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
105
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
106
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
107
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
108
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
109
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
110
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
111
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
112
+
113
+
114
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
115
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
116
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.4ms)
117
+
118
+
119
+ Started GET "/" for 127.0.0.1 at 2015-03-30 16:37:41 +0100
120
+ Connecting to database specified by database.yml
121
+
122
+ SQLite3::CantOpenException (unable to open database file):
123
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `initialize'
124
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `new'
125
+ activerecord (3.2.21) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `sqlite3_connection'
126
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
127
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
128
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
129
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
130
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
131
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
132
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
133
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
134
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
135
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
136
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
137
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
138
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
139
+ activerecord (3.2.21) lib/active_record/query_cache.rb:67:in `rescue in call'
140
+ activerecord (3.2.21) lib/active_record/query_cache.rb:61:in `call'
141
+ activerecord (3.2.21) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
142
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
143
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `_run__1236843641002932619__call__861561870695390388__callbacks'
144
+ activesupport (3.2.21) lib/active_support/callbacks.rb:405:in `__run_callback'
145
+ activesupport (3.2.21) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
146
+ activesupport (3.2.21) lib/active_support/callbacks.rb:81:in `run_callbacks'
147
+ actionpack (3.2.21) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
148
+ actionpack (3.2.21) lib/action_dispatch/middleware/reloader.rb:65:in `call'
149
+ actionpack (3.2.21) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
150
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
151
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
152
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
153
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
154
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
155
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
156
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
157
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
158
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
159
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
160
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
161
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
162
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
163
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
164
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
165
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
166
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
167
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
168
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
169
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
170
+
171
+
172
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
173
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
174
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.9ms)
175
+
176
+
177
+ Started GET "/" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
178
+ Connecting to database specified by database.yml
179
+ Processing by DummyController#index as HTML
180
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (7.4ms)
181
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 1934)
182
+ Rendered dummy/index.html.erb within layouts/application (19.8ms)
183
+ Compiled outdatedbrowser/outdatedBrowser.css (0ms) (pid 1934)
184
+ Compiled application.css (3ms) (pid 1934)
185
+ Compiled jquery.js (3ms) (pid 1934)
186
+ Compiled jquery_ujs.js (21ms) (pid 1934)
187
+ Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 1934)
188
+ Compiled application.js (38ms) (pid 1934)
189
+ Completed 200 OK in 80.6ms (Views: 80.3ms | ActiveRecord: 0.0ms)
190
+
191
+
192
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
193
+ Served asset /application.css - 200 OK (10ms)
194
+
195
+
196
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
197
+ Served asset /application.js - 200 OK (3ms)
198
+
199
+
200
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
201
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (1ms)
202
+
203
+
204
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
205
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
206
+
207
+
208
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
209
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
210
+
211
+
212
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
213
+ Served asset /jquery_ujs.js - 200 OK (1ms)
214
+
215
+
216
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
217
+ Served asset /jquery.js - 200 OK (1ms)
218
+
219
+
220
+ Started GET "/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 16:38:33 +0100
221
+
222
+ ActionController::RoutingError (No route matches [GET] "/outdatedbrowser/lang/en.html"):
223
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
224
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
225
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
226
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
227
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
228
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
229
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
230
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
231
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
232
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
233
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
234
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
235
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
236
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
237
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
238
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
239
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
240
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
241
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
242
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
243
+
244
+
245
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
246
+
247
+
248
+ Started GET "/outdatedbrowser" for 127.0.0.1 at 2015-03-30 16:38:45 +0100
249
+
250
+ ActionController::RoutingError (No route matches [GET] "/outdatedbrowser"):
251
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
252
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
253
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
254
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
255
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
256
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
257
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
258
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
259
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
260
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
261
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
262
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
263
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
264
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
265
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
266
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
267
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
268
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
269
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
270
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
271
+
272
+
273
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
274
+
275
+
276
+ Started GET "/outdatedbrowser" for 127.0.0.1 at 2015-03-30 16:40:40 +0100
277
+ Connecting to database specified by database.yml
278
+
279
+ ActionController::RoutingError (No route matches [GET] "/outdatedbrowser"):
280
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
281
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
282
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
283
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
284
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
285
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
286
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
287
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
288
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
289
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
290
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
291
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
292
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
293
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
294
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
295
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
296
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
297
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
298
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
299
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
300
+
301
+
302
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.6ms)
303
+
304
+
305
+ Started GET "/outdatedbrowser/outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 16:40:51 +0100
306
+
307
+ ActionController::RoutingError (No route matches [GET] "/outdatedbrowser/outdatedbrowser.js"):
308
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
309
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
310
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
311
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
312
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
313
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
314
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
315
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
316
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
317
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
318
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
319
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
320
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
321
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
322
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
323
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
324
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
325
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
326
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
327
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
328
+
329
+
330
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
331
+
332
+
333
+ Started GET "/outdatedbrowser/outdatedBrowser.js" for 127.0.0.1 at 2015-03-30 16:41:30 +0100
334
+
335
+ ActionController::RoutingError (No route matches [GET] "/outdatedbrowser/outdatedBrowser.js"):
336
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
337
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
338
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
339
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
340
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
341
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
342
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
343
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
344
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
345
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
346
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
347
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
348
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
349
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
350
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
351
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
352
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
353
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
354
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
355
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
356
+
357
+
358
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
359
+
360
+
361
+ Started GET "/application.js" for 127.0.0.1 at 2015-03-30 16:41:42 +0100
362
+
363
+ ActionController::RoutingError (No route matches [GET] "/application.js"):
364
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
365
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
366
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
367
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
368
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
369
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
370
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
371
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
372
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
373
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
374
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
375
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
376
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
377
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
378
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
379
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
380
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
381
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
382
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
383
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
384
+
385
+
386
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
387
+
388
+
389
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-03-30 16:41:47 +0100
390
+ Served asset /application.js - 200 OK (5ms)
391
+
392
+
393
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js" for 127.0.0.1 at 2015-03-30 16:42:05 +0100
394
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (4ms)
395
+
396
+
397
+ Started GET "/assets/outdatedbrowser/lang" for 127.0.0.1 at 2015-03-30 16:42:45 +0100
398
+ Served asset /outdatedbrowser/lang - 404 Not Found (1ms)
399
+
400
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/lang"):
401
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
402
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
403
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
404
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
405
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
406
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
407
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
408
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
409
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
410
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
411
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
412
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
413
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
414
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
415
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
416
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
417
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
418
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
419
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
420
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
421
+
422
+
423
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
424
+
425
+
426
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 16:42:49 +0100
427
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (3ms)
428
+ Connecting to database specified by database.yml
429
+
430
+
431
+ Started GET "/" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
432
+ Connecting to database specified by database.yml
433
+ Processing by DummyController#index as HTML
434
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (3.6ms)
435
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 3983)
436
+ Rendered dummy/index.html.erb within layouts/application (13.7ms)
437
+ Completed 200 OK in 49.9ms (Views: 49.6ms | ActiveRecord: 0.0ms)
438
+
439
+
440
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
441
+ Served asset /application.css - 304 Not Modified (1ms)
442
+
443
+
444
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
445
+ Served asset /jquery.js - 304 Not Modified (2ms)
446
+
447
+
448
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
449
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (3ms)
450
+
451
+
452
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
453
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
454
+
455
+
456
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
457
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (0ms)
458
+
459
+
460
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
461
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
462
+
463
+
464
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 16:49:19 +0100
465
+ Served asset /application.js - 304 Not Modified (2ms)
466
+
467
+
468
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:00:54 +0100
469
+ Connecting to database specified by database.yml
470
+ Processing by DummyController#index as HTML
471
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
472
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 6651)
473
+ Rendered dummy/index.html.erb within layouts/application (31.5ms)
474
+ Completed 200 OK in 44.2ms (Views: 43.9ms | ActiveRecord: 0.0ms)
475
+
476
+
477
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
478
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
479
+
480
+
481
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
482
+ Served asset /application.css - 304 Not Modified (1ms)
483
+
484
+
485
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
486
+ Served asset /jquery.js - 304 Not Modified (1ms)
487
+
488
+
489
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
490
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
491
+
492
+
493
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
494
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
495
+
496
+
497
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
498
+ Served asset /application.js - 304 Not Modified (2ms)
499
+
500
+
501
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
502
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
503
+
504
+
505
+ Started GET "/assets/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:00:55 +0100
506
+ Served asset /outdatedbrowser/lang - 404 Not Found (1ms)
507
+
508
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/lang"):
509
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
510
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
511
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
512
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
513
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
514
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
515
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
516
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
517
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
518
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
519
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
520
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
521
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
522
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
523
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
524
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
525
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
526
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
527
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
528
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
529
+
530
+
531
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
532
+
533
+
534
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
535
+ Connecting to database specified by database.yml
536
+ Processing by DummyController#index as HTML
537
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
538
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 6912)
539
+ Rendered dummy/index.html.erb within layouts/application (12.2ms)
540
+ Completed 200 OK in 24.3ms (Views: 23.9ms | ActiveRecord: 0.0ms)
541
+
542
+
543
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
544
+ Served asset /application.css - 304 Not Modified (1ms)
545
+
546
+
547
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
548
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
549
+
550
+
551
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
552
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
553
+
554
+
555
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
556
+ Served asset /jquery.js - 304 Not Modified (1ms)
557
+
558
+
559
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
560
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
561
+
562
+
563
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
564
+ Served asset /application.js - 304 Not Modified (3ms)
565
+
566
+
567
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
568
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
569
+
570
+
571
+ Started GET "/assets/outdatedbrowser/javascripts/lang/" for 127.0.0.1 at 2015-03-30 17:02:33 +0100
572
+ Served asset /outdatedbrowser/javascripts/lang - 404 Not Found (1ms)
573
+
574
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/javascripts/lang"):
575
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
576
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
577
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
578
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
579
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
580
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
581
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
582
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
583
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
584
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
585
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
586
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
587
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
588
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
589
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
590
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
591
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
592
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
593
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
594
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
595
+
596
+
597
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
598
+
599
+
600
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
601
+ Connecting to database specified by database.yml
602
+ Processing by DummyController#index as HTML
603
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
604
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 8853)
605
+ Rendered dummy/index.html.erb within layouts/application (10.6ms)
606
+ Completed 200 OK in 22.1ms (Views: 21.7ms | ActiveRecord: 0.0ms)
607
+
608
+
609
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
610
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (2ms)
611
+
612
+
613
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
614
+ Served asset /application.js - 304 Not Modified (5ms)
615
+
616
+
617
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
618
+ Served asset /jquery.js - 304 Not Modified (1ms)
619
+
620
+
621
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
622
+ Served asset /application.css - 304 Not Modified (1ms)
623
+
624
+
625
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
626
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
627
+
628
+
629
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
630
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
631
+
632
+
633
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
634
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
635
+
636
+
637
+ Started GET "/assets/javascripts/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:07:18 +0100
638
+ Served asset /javascripts/outdatedbrowser/lang - 404 Not Found (1ms)
639
+
640
+ ActionController::RoutingError (No route matches [GET] "/assets/javascripts/outdatedbrowser/lang"):
641
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
642
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
643
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
644
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
645
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
646
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
647
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
648
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
649
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
650
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
651
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
652
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
653
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
654
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
655
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
656
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
657
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
658
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
659
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
660
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
661
+
662
+
663
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
664
+
665
+
666
+ Started GET "/assets/javascripts/outdatedbrowser/outdatedBrowser.js" for 127.0.0.1 at 2015-03-30 17:07:50 +0100
667
+ Served asset /javascripts/outdatedbrowser/outdatedBrowser.js - 404 Not Found (1ms)
668
+
669
+ ActionController::RoutingError (No route matches [GET] "/assets/javascripts/outdatedbrowser/outdatedBrowser.js"):
670
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
671
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
672
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
673
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
674
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
675
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
676
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
677
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
678
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
679
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
680
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
681
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
682
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
683
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
684
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
685
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
686
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
687
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
688
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
689
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
690
+
691
+
692
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
693
+
694
+
695
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js" for 127.0.0.1 at 2015-03-30 17:07:55 +0100
696
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
697
+
698
+
699
+ Started GET "/assets/outdatedbrowser/lang" for 127.0.0.1 at 2015-03-30 17:08:02 +0100
700
+ Served asset /outdatedbrowser/lang - 404 Not Found (2ms)
701
+
702
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/lang"):
703
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
704
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
705
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
706
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
707
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
708
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
709
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
710
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
711
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
712
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
713
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
714
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
715
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
716
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
717
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
718
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
719
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
720
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
721
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
722
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
723
+
724
+
725
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
726
+
727
+
728
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:11:41 +0100
729
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (1ms)
730
+
731
+
732
+ Started GET "/hello.html" for 127.0.0.1 at 2015-03-30 17:13:25 +0100
733
+
734
+ ActionController::RoutingError (No route matches [GET] "/hello.html"):
735
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
736
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
737
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
738
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
739
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
740
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
741
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
742
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
743
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
744
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
745
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
746
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
747
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
748
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
749
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
750
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
751
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
752
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
753
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
754
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
755
+
756
+
757
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
758
+
759
+
760
+ Started GET "/public/hello.html" for 127.0.0.1 at 2015-03-30 17:13:33 +0100
761
+
762
+ ActionController::RoutingError (No route matches [GET] "/public/hello.html"):
763
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
764
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
765
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
766
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
767
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
768
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
769
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
770
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
771
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
772
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
773
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
774
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
775
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
776
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
777
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
778
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
779
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
780
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
781
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
782
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
783
+
784
+
785
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
786
+
787
+
788
+ Started GET "/public/hello.html" for 127.0.0.1 at 2015-03-30 17:13:41 +0100
789
+ Connecting to database specified by database.yml
790
+
791
+ ActionController::RoutingError (No route matches [GET] "/public/hello.html"):
792
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
793
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
794
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
795
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
796
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
797
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
798
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
799
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
800
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
801
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
802
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
803
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
804
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
805
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
806
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
807
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
808
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
809
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
810
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
811
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
812
+
813
+
814
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
815
+
816
+
817
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
818
+ Processing by DummyController#index as HTML
819
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
820
+ Rendered dummy/index.html.erb within layouts/application (7.0ms)
821
+ Completed 200 OK in 43.4ms (Views: 43.0ms | ActiveRecord: 0.0ms)
822
+
823
+
824
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
825
+ Served asset /jquery.js - 304 Not Modified (6ms)
826
+
827
+
828
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
829
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
830
+
831
+
832
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
833
+ Served asset /application.css - 304 Not Modified (2ms)
834
+
835
+
836
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
837
+ Served asset /application.js - 304 Not Modified (3ms)
838
+
839
+
840
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
841
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
842
+
843
+
844
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
845
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
846
+
847
+
848
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
849
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
850
+
851
+
852
+ Started GET "/assets/javascripts/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:15:41 +0100
853
+ Served asset /javascripts/outdatedbrowser/lang - 404 Not Found (1ms)
854
+
855
+ ActionController::RoutingError (No route matches [GET] "/assets/javascripts/outdatedbrowser/lang"):
856
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
857
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
858
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
859
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
860
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
861
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
862
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
863
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
864
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
865
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
866
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
867
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
868
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
869
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
870
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
871
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
872
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
873
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
874
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
875
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
876
+
877
+
878
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
879
+
880
+
881
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:19:53 +0100
882
+ Connecting to database specified by database.yml
883
+ Processing by DummyController#index as HTML
884
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
885
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 10275)
886
+ Rendered dummy/index.html.erb within layouts/application (37.4ms)
887
+ Completed 200 OK in 48.9ms (Views: 48.6ms | ActiveRecord: 0.0ms)
888
+
889
+
890
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
891
+ Served asset /application.css - 304 Not Modified (6ms)
892
+
893
+
894
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
895
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
896
+
897
+
898
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
899
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
900
+
901
+
902
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
903
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
904
+
905
+
906
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
907
+ Served asset /jquery.js - 304 Not Modified (1ms)
908
+
909
+
910
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
911
+ Served asset /application.js - 304 Not Modified (2ms)
912
+
913
+
914
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
915
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (0ms)
916
+
917
+
918
+ Started GET "/assets/javascripts/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:19:54 +0100
919
+ Served asset /javascripts/outdatedbrowser/lang - 404 Not Found (1ms)
920
+
921
+ ActionController::RoutingError (No route matches [GET] "/assets/javascripts/outdatedbrowser/lang"):
922
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
923
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
924
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
925
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
926
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
927
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
928
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
929
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
930
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
931
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
932
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
933
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
934
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
935
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
936
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
937
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
938
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
939
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
940
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
941
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
942
+
943
+
944
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
945
+
946
+
947
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:21:38 +0100
948
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (1ms)
949
+
950
+
951
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:22:08 +0100
952
+ Connecting to database specified by database.yml
953
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (3ms)
954
+
955
+
956
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
957
+ Processing by DummyController#index as HTML
958
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
959
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 10457)
960
+ Rendered dummy/index.html.erb within layouts/application (12.6ms)
961
+ Completed 200 OK in 56.4ms (Views: 56.1ms | ActiveRecord: 0.0ms)
962
+
963
+
964
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
965
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
966
+
967
+
968
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
969
+ Served asset /application.css - 304 Not Modified (1ms)
970
+
971
+
972
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
973
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
974
+
975
+
976
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
977
+ Served asset /jquery.js - 304 Not Modified (1ms)
978
+
979
+
980
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
981
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
982
+
983
+
984
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
985
+ Served asset /application.js - 304 Not Modified (3ms)
986
+
987
+
988
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
989
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
990
+
991
+
992
+ Started GET "/assets/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:23:16 +0100
993
+ Served asset /outdatedbrowser/lang - 404 Not Found (1ms)
994
+
995
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/lang"):
996
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
997
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
998
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
999
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1000
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1001
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1002
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1003
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1004
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1005
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1006
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1007
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1008
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1009
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1010
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1011
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1012
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1013
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1014
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1015
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1016
+
1017
+
1018
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
1019
+
1020
+
1021
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1022
+ Connecting to database specified by database.yml
1023
+ Processing by DummyController#index as HTML
1024
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1025
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 10634)
1026
+ Rendered dummy/index.html.erb within layouts/application (10.0ms)
1027
+ Completed 200 OK in 20.5ms (Views: 20.2ms | ActiveRecord: 0.0ms)
1028
+
1029
+
1030
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1031
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (5ms)
1032
+
1033
+
1034
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1035
+ Served asset /application.css - 304 Not Modified (1ms)
1036
+
1037
+
1038
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1039
+ Served asset /application.js - 304 Not Modified (3ms)
1040
+
1041
+
1042
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1043
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1044
+
1045
+
1046
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1047
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1048
+
1049
+
1050
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1051
+ Served asset /jquery.js - 304 Not Modified (2ms)
1052
+
1053
+
1054
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1055
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1056
+
1057
+
1058
+ Started GET "/lang/en.html" for 127.0.0.1 at 2015-03-30 17:24:02 +0100
1059
+
1060
+ ActionController::RoutingError (No route matches [GET] "/lang/en.html"):
1061
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1062
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1063
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1064
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1065
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1066
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1067
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1068
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1069
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1070
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1071
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1072
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1073
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1074
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1075
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1076
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1077
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1078
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1079
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1080
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1081
+
1082
+
1083
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
1084
+
1085
+
1086
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1087
+ Connecting to database specified by database.yml
1088
+ Processing by DummyController#index as HTML
1089
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1090
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 10776)
1091
+ Rendered dummy/index.html.erb within layouts/application (11.7ms)
1092
+ Completed 200 OK in 22.1ms (Views: 21.8ms | ActiveRecord: 0.0ms)
1093
+
1094
+
1095
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1096
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (7ms)
1097
+
1098
+
1099
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1100
+ Served asset /application.css - 304 Not Modified (1ms)
1101
+
1102
+
1103
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1104
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1105
+
1106
+
1107
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1108
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1109
+
1110
+
1111
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1112
+ Served asset /jquery.js - 304 Not Modified (2ms)
1113
+
1114
+
1115
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1116
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1117
+
1118
+
1119
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1120
+ Served asset /application.js - 304 Not Modified (3ms)
1121
+
1122
+
1123
+ Started GET "/lang/en.html" for 127.0.0.1 at 2015-03-30 17:24:34 +0100
1124
+
1125
+ ActionController::RoutingError (No route matches [GET] "/lang/en.html"):
1126
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1127
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1128
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1129
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1130
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1131
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1132
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1133
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1134
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1135
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1136
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1137
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1138
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1139
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1140
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1141
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1142
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1143
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1144
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1145
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1146
+
1147
+
1148
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
1149
+
1150
+
1151
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1152
+ Processing by DummyController#index as HTML
1153
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
1154
+ Rendered dummy/index.html.erb within layouts/application (1.0ms)
1155
+ Completed 200 OK in 3.6ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1156
+
1157
+
1158
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1159
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
1160
+
1161
+
1162
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1163
+ Served asset /application.css - 304 Not Modified (0ms)
1164
+
1165
+
1166
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1167
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (0ms)
1168
+
1169
+
1170
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1171
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1172
+
1173
+
1174
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1175
+ Served asset /jquery.js - 304 Not Modified (0ms)
1176
+
1177
+
1178
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1179
+ Served asset /application.js - 304 Not Modified (0ms)
1180
+
1181
+
1182
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1183
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (0ms)
1184
+
1185
+
1186
+ Started GET "/lang/en.html" for 127.0.0.1 at 2015-03-30 17:25:45 +0100
1187
+
1188
+ ActionController::RoutingError (No route matches [GET] "/lang/en.html"):
1189
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1190
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1191
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1192
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1193
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1194
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1195
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1196
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1197
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1198
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1199
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1200
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1201
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1202
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1203
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1204
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1205
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1206
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1207
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1208
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1209
+
1210
+
1211
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
1212
+
1213
+
1214
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1215
+ Connecting to database specified by database.yml
1216
+ Processing by DummyController#index as HTML
1217
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1218
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 10931)
1219
+ Rendered dummy/index.html.erb within layouts/application (10.0ms)
1220
+ Completed 200 OK in 22.3ms (Views: 21.9ms | ActiveRecord: 0.0ms)
1221
+
1222
+
1223
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1224
+ Served asset /application.css - 304 Not Modified (1ms)
1225
+
1226
+
1227
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1228
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1229
+
1230
+
1231
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1232
+ Served asset /application.js - 304 Not Modified (4ms)
1233
+
1234
+
1235
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1236
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
1237
+
1238
+
1239
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1240
+ Served asset /jquery.js - 304 Not Modified (1ms)
1241
+
1242
+
1243
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1244
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1245
+
1246
+
1247
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1248
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1249
+
1250
+
1251
+ Started GET "/lang/en.html" for 127.0.0.1 at 2015-03-30 17:26:16 +0100
1252
+
1253
+ ActionController::RoutingError (No route matches [GET] "/lang/en.html"):
1254
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1255
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1256
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1257
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1258
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1259
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1260
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1261
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1262
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1263
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1264
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1265
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1266
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1267
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1268
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1269
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1270
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1271
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1272
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1273
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1274
+
1275
+
1276
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
1277
+
1278
+
1279
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1280
+ Connecting to database specified by database.yml
1281
+ Processing by DummyController#index as HTML
1282
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1283
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 11041)
1284
+ Rendered dummy/index.html.erb within layouts/application (11.5ms)
1285
+ Completed 200 OK in 24.0ms (Views: 23.6ms | ActiveRecord: 0.0ms)
1286
+
1287
+
1288
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1289
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (2ms)
1290
+
1291
+
1292
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1293
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1294
+
1295
+
1296
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1297
+ Served asset /application.js - 304 Not Modified (3ms)
1298
+
1299
+
1300
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1301
+ Served asset /jquery.js - 304 Not Modified (1ms)
1302
+
1303
+
1304
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1305
+ Served asset /application.css - 304 Not Modified (1ms)
1306
+
1307
+
1308
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1309
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1310
+
1311
+
1312
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1313
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1314
+
1315
+
1316
+ Started GET "/assets/javascripts/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:27:05 +0100
1317
+ Served asset /javascripts/outdatedbrowser/lang/en.html - 404 Not Found (1ms)
1318
+
1319
+ ActionController::RoutingError (No route matches [GET] "/assets/javascripts/outdatedbrowser/lang/en.html"):
1320
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1321
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1322
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1323
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1324
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1325
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1326
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1327
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1328
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1329
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1330
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1331
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1332
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1333
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1334
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1335
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1336
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1337
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1338
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1339
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1340
+
1341
+
1342
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1343
+
1344
+
1345
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:27:23 +0100
1346
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (25ms)
1347
+
1348
+
1349
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1350
+ Connecting to database specified by database.yml
1351
+ Processing by DummyController#index as HTML
1352
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.4ms)
1353
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 11139)
1354
+ Rendered dummy/index.html.erb within layouts/application (14.1ms)
1355
+ Completed 200 OK in 26.8ms (Views: 26.4ms | ActiveRecord: 0.0ms)
1356
+
1357
+
1358
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1359
+ Served asset /application.css - 304 Not Modified (4ms)
1360
+
1361
+
1362
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1363
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1364
+
1365
+
1366
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1367
+ Served asset /jquery.js - 304 Not Modified (1ms)
1368
+
1369
+
1370
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1371
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
1372
+
1373
+
1374
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1375
+ Served asset /application.js - 304 Not Modified (2ms)
1376
+
1377
+
1378
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1379
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1380
+
1381
+
1382
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1383
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
1384
+
1385
+
1386
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:27:39 +0100
1387
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (1ms)
1388
+
1389
+
1390
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1391
+ Connecting to database specified by database.yml
1392
+ Processing by DummyController#index as HTML
1393
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
1394
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 11229)
1395
+ Rendered dummy/index.html.erb within layouts/application (12.4ms)
1396
+ Completed 200 OK in 24.6ms (Views: 24.2ms | ActiveRecord: 0.0ms)
1397
+
1398
+
1399
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1400
+ Served asset /application.css - 304 Not Modified (2ms)
1401
+
1402
+
1403
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1404
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (3ms)
1405
+
1406
+
1407
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1408
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1409
+
1410
+
1411
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1412
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1413
+
1414
+
1415
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1416
+ Served asset /jquery.js - 304 Not Modified (1ms)
1417
+
1418
+
1419
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1420
+ Served asset /application.js - 304 Not Modified (2ms)
1421
+
1422
+
1423
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1424
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1425
+
1426
+
1427
+ Started GET "/assets/outdatedbrowser/lang/" for 127.0.0.1 at 2015-03-30 17:28:09 +0100
1428
+ Served asset /outdatedbrowser/lang - 404 Not Found (1ms)
1429
+
1430
+ ActionController::RoutingError (No route matches [GET] "/assets/outdatedbrowser/lang"):
1431
+ actionpack (3.2.21) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1432
+ actionpack (3.2.21) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1433
+ railties (3.2.21) lib/rails/rack/logger.rb:32:in `call_app'
1434
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `block in call'
1435
+ activesupport (3.2.21) lib/active_support/tagged_logging.rb:22:in `tagged'
1436
+ railties (3.2.21) lib/rails/rack/logger.rb:16:in `call'
1437
+ actionpack (3.2.21) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1438
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1439
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1440
+ activesupport (3.2.21) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1441
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1442
+ actionpack (3.2.21) lib/action_dispatch/middleware/static.rb:83:in `call'
1443
+ railties (3.2.21) lib/rails/engine.rb:484:in `call'
1444
+ railties (3.2.21) lib/rails/application.rb:231:in `call'
1445
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1446
+ railties (3.2.21) lib/rails/rack/log_tailer.rb:17:in `call'
1447
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1448
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1449
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1450
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1451
+
1452
+
1453
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
1454
+
1455
+
1456
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1457
+ Connecting to database specified by database.yml
1458
+ Processing by DummyController#index as HTML
1459
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1460
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 11332)
1461
+ Rendered dummy/index.html.erb within layouts/application (9.4ms)
1462
+ Completed 200 OK in 19.7ms (Views: 19.4ms | ActiveRecord: 0.0ms)
1463
+
1464
+
1465
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1466
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
1467
+
1468
+
1469
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1470
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1471
+
1472
+
1473
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1474
+ Served asset /jquery.js - 304 Not Modified (3ms)
1475
+
1476
+
1477
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1478
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1479
+
1480
+
1481
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1482
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1483
+
1484
+
1485
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1486
+ Served asset /application.css - 304 Not Modified (1ms)
1487
+
1488
+
1489
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:28:55 +0100
1490
+ Served asset /application.js - 304 Not Modified (3ms)
1491
+
1492
+
1493
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:29:14 +0100
1494
+ Connecting to database specified by database.yml
1495
+ Processing by DummyController#index as HTML
1496
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1497
+ Compiled outdatedbrowser/require_outdatedbrowser.js (1ms) (pid 11415)
1498
+ Rendered dummy/index.html.erb within layouts/application (12.1ms)
1499
+ Completed 200 OK in 24.0ms (Views: 23.7ms | ActiveRecord: 0.0ms)
1500
+
1501
+
1502
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1503
+ Served asset /application.css - 304 Not Modified (7ms)
1504
+
1505
+
1506
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1507
+ Served asset /jquery.js - 304 Not Modified (1ms)
1508
+
1509
+
1510
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1511
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (2ms)
1512
+
1513
+
1514
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1515
+ Served asset /application.js - 304 Not Modified (2ms)
1516
+
1517
+
1518
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1519
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1520
+
1521
+
1522
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1523
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
1524
+
1525
+
1526
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:29:15 +0100
1527
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
1528
+
1529
+
1530
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 17:29:45 +0100
1531
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
1532
+
1533
+
1534
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:30:15 +0100
1535
+ Connecting to database specified by database.yml
1536
+ Processing by DummyController#index as HTML
1537
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
1538
+ Rendered dummy/index.html.erb within layouts/application (32.9ms)
1539
+ Completed 500 Internal Server Error in 36.6ms
1540
+
1541
+ ActionView::Template::Error (/Users/lu/code/outdatedbrowser_rails/app/assets/javascripts/outdatedbrowser/require_outdatedbrowser.js.erb:21: syntax error, unexpected $undefined
1542
+ ...erbout.concat(( path_to_asset \"outdatedbrowser/lang/#{I18n....
1543
+ ... ^
1544
+ /Users/lu/code/outdatedbrowser_rails/app/assets/javascripts/outdatedbrowser/require_outdatedbrowser.js.erb:21: syntax error, unexpected $undefined, expecting ')'
1545
+ ...ml\" ).to_s); _erbout.concat "\"\n"
1546
+ ... ^
1547
+ /Users/lu/code/outdatedbrowser_rails/app/assets/javascripts/outdatedbrowser/require_outdatedbrowser.js.erb:26: syntax error, unexpected keyword_ensure, expecting ')'
1548
+ /Users/lu/code/outdatedbrowser_rails/app/assets/javascripts/outdatedbrowser/require_outdatedbrowser.js.erb:28: syntax error, unexpected keyword_end, expecting ')'
1549
+ (in /Users/lu/code/outdatedbrowser_rails/app/assets/javascripts/outdatedbrowser/require_outdatedbrowser.js.erb)):
1550
+ 1: <%= render 'outdatedbrowser/outdatedbrowser' %>
1551
+ 2:
1552
+ 3: <%= javascript_include_tag 'outdatedbrowser/require_outdatedbrowser' %>
1553
+ app/views/dummy/index.html.erb:3:in `_app_views_dummy_index_html_erb__2970198692580757010_70314000712100'
1554
+
1555
+
1556
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1557
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1558
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms)
1559
+
1560
+
1561
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
4
1562
  Connecting to database specified by database.yml
5
1563
  Processing by DummyController#index as HTML
6
- Rendered dummy/index.html.erb within layouts/application (21.0ms)
7
- Compiled application.css (0ms) (pid 33984)
8
- Compiled jquery.js (2ms) (pid 33984)
9
- Compiled jquery_ujs.js (0ms) (pid 33984)
10
- Compiled dummy.js (0ms) (pid 33984)
11
- Compiled application.js (23ms) (pid 33984)
12
- Completed 200 OK in 93.8ms (Views: 93.5ms | ActiveRecord: 0.0ms)
1564
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1565
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 11627)
1566
+ Rendered dummy/index.html.erb within layouts/application (9.5ms)
1567
+ Completed 200 OK in 43.8ms (Views: 43.5ms | ActiveRecord: 0.0ms)
1568
+
1569
+
1570
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1571
+ Served asset /application.css - 304 Not Modified (6ms)
13
1572
 
14
1573
 
15
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
16
- Processing by DummyController#index as HTML
17
- Rendered dummy/index.html.erb within layouts/application (0.0ms)
18
- Completed 200 OK in 2.4ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1574
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1575
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
19
1576
 
20
1577
 
21
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
22
- Served asset /jquery.js - 200 OK (9ms)
1578
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1579
+ Served asset /jquery.js - 304 Not Modified (6ms)
23
1580
 
24
1581
 
25
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
26
- Served asset /dummy.js - 200 OK (1ms)
1582
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1583
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
27
1584
 
28
1585
 
29
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
30
- Served asset /jquery_ujs.js - 200 OK (1ms)
1586
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1587
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
31
1588
 
32
1589
 
33
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
34
- Served asset /application.css - 200 OK (1ms)
1590
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1591
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
35
1592
 
36
1593
 
37
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:09:32 +0100
38
- Served asset /application.js - 200 OK (3ms)
1594
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1595
+ Served asset /application.js - 304 Not Modified (4ms)
39
1596
 
40
1597
 
41
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:09:42 +0100
42
- Processing by DummyController#index as HTML
43
- ERROR: compiling _app_views_dummy_index_html_erb__1270036227438895481_70363716180960 RAISED /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/spec/dummy/app/views/dummy/index.html.erb:1: syntax error, unexpected '=', expecting keyword_end
44
- ...ActionView::OutputBuffer.new; = require 'outdatedbrowser/out...
45
- ... ^
46
- Function body: def _app_views_dummy_index_html_erb__1270036227438895481_70363716180960(local_assigns, output_buffer)
47
- _old_virtual_path, @virtual_path = @virtual_path, "dummy/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new; = require 'outdatedbrowser/outdatedbrowser'
48
- @output_buffer.to_s
49
- ensure
50
- @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
51
- end
1598
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:30:44 +0100
1599
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (2ms)
52
1600
 
53
- Backtrace: /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:297:in `module_eval'
54
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:297:in `compile'
55
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:244:in `block in compile!'
56
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:232:in `synchronize'
57
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:232:in `compile!'
58
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:144:in `block in render'
59
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications.rb:125:in `instrument'
60
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/template.rb:143:in `render'
61
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
62
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
63
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications.rb:123:in `block in instrument'
64
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
65
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications.rb:123:in `instrument'
66
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
67
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
68
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
69
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
70
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/template_renderer.rb:18:in `render'
71
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/renderer.rb:36:in `render_template'
72
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_view/renderer/renderer.rb:17:in `render'
73
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/rendering.rb:110:in `_render_template'
74
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/streaming.rb:225:in `_render_template'
75
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/rendering.rb:103:in `render_to_body'
76
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
77
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
78
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/rendering.rb:88:in `render'
79
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/rendering.rb:16:in `render'
80
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
81
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
82
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
83
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/core_ext/benchmark.rb:5:in `ms'
84
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
85
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
86
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.19/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
87
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:39:in `render'
88
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
89
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
90
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/base.rb:167:in `process_action'
91
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/rendering.rb:10:in `process_action'
92
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
93
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:414:in `_run__796874527183748522__process_action__1533312876024077433__callbacks'
94
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:405:in `__run_callback'
95
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
96
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:81:in `run_callbacks'
97
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/callbacks.rb:17:in `process_action'
98
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/rescue.rb:29:in `process_action'
99
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
100
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications.rb:123:in `block in instrument'
101
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
102
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/notifications.rb:123:in `instrument'
103
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
104
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
105
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.19/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
106
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/base.rb:121:in `process'
107
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/abstract_controller/rendering.rb:45:in `process'
108
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal.rb:203:in `dispatch'
109
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
110
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_controller/metal.rb:246:in `block in action'
111
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/routing/route_set.rb:73:in `call'
112
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
113
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/routing/route_set.rb:36:in `call'
114
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
115
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
116
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
117
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/routing/route_set.rb:608:in `call'
118
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
119
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
120
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
121
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/head.rb:14:in `call'
122
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
123
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/flash.rb:242:in `call'
124
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
125
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
126
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/cookies.rb:341:in `call'
127
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.19/lib/active_record/query_cache.rb:64:in `call'
128
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.19/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
129
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
130
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:405:in `_run__1358357265560061043__call__523725392938080861__callbacks'
131
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:405:in `__run_callback'
132
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
133
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/callbacks.rb:81:in `run_callbacks'
134
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
135
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/reloader.rb:65:in `call'
136
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
137
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
138
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
139
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/rack/logger.rb:32:in `call_app'
140
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/rack/logger.rb:16:in `block in call'
141
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/tagged_logging.rb:22:in `tagged'
142
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/rack/logger.rb:16:in `call'
143
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/request_id.rb:22:in `call'
144
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
145
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
146
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.19/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
147
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
148
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/static.rb:63:in `call'
149
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/engine.rb:484:in `call'
150
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/application.rb:231:in `call'
151
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
152
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.19/lib/rails/rack/log_tailer.rb:17:in `call'
153
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service'
154
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
155
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
156
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
157
- Rendered dummy/index.html.erb within layouts/application (2.5ms)
158
- Completed 500 Internal Server Error in 4.0ms
159
-
160
- ActionView::Template::Error (/Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/spec/dummy/app/views/dummy/index.html.erb:1: syntax error, unexpected '=', expecting keyword_end
161
- ...ActionView::OutputBuffer.new; = require 'outdatedbrowser/out...
162
- ... ^):
163
- 1: <% = require 'outdatedbrowser/outdatedbrowser' %>
164
- actionpack (3.2.19) lib/action_view/template.rb:297:in `module_eval'
165
- actionpack (3.2.19) lib/action_view/template.rb:297:in `compile'
166
- actionpack (3.2.19) lib/action_view/template.rb:244:in `block in compile!'
167
- actionpack (3.2.19) lib/action_view/template.rb:232:in `synchronize'
168
- actionpack (3.2.19) lib/action_view/template.rb:232:in `compile!'
169
- actionpack (3.2.19) lib/action_view/template.rb:144:in `block in render'
170
- activesupport (3.2.19) lib/active_support/notifications.rb:125:in `instrument'
171
- actionpack (3.2.19) lib/action_view/template.rb:143:in `render'
172
- actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
173
- actionpack (3.2.19) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
174
- activesupport (3.2.19) lib/active_support/notifications.rb:123:in `block in instrument'
175
- activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
176
- activesupport (3.2.19) lib/active_support/notifications.rb:123:in `instrument'
177
- actionpack (3.2.19) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
178
- actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
179
- actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
180
- actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
181
- actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:18:in `render'
182
- actionpack (3.2.19) lib/action_view/renderer/renderer.rb:36:in `render_template'
183
- actionpack (3.2.19) lib/action_view/renderer/renderer.rb:17:in `render'
184
- actionpack (3.2.19) lib/abstract_controller/rendering.rb:110:in `_render_template'
185
- actionpack (3.2.19) lib/action_controller/metal/streaming.rb:225:in `_render_template'
186
- actionpack (3.2.19) lib/abstract_controller/rendering.rb:103:in `render_to_body'
187
- actionpack (3.2.19) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
188
- actionpack (3.2.19) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
189
- actionpack (3.2.19) lib/abstract_controller/rendering.rb:88:in `render'
190
- actionpack (3.2.19) lib/action_controller/metal/rendering.rb:16:in `render'
191
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
192
- activesupport (3.2.19) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
193
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
194
- activesupport (3.2.19) lib/active_support/core_ext/benchmark.rb:5:in `ms'
195
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
196
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
197
- activerecord (3.2.19) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
198
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:39:in `render'
199
- actionpack (3.2.19) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
200
- actionpack (3.2.19) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
201
- actionpack (3.2.19) lib/abstract_controller/base.rb:167:in `process_action'
202
- actionpack (3.2.19) lib/action_controller/metal/rendering.rb:10:in `process_action'
203
- actionpack (3.2.19) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
204
- activesupport (3.2.19) lib/active_support/callbacks.rb:414:in `_run__796874527183748522__process_action__1533312876024077433__callbacks'
205
- activesupport (3.2.19) lib/active_support/callbacks.rb:405:in `__run_callback'
206
- activesupport (3.2.19) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
207
- activesupport (3.2.19) lib/active_support/callbacks.rb:81:in `run_callbacks'
208
- actionpack (3.2.19) lib/abstract_controller/callbacks.rb:17:in `process_action'
209
- actionpack (3.2.19) lib/action_controller/metal/rescue.rb:29:in `process_action'
210
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
211
- activesupport (3.2.19) lib/active_support/notifications.rb:123:in `block in instrument'
212
- activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
213
- activesupport (3.2.19) lib/active_support/notifications.rb:123:in `instrument'
214
- actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
215
- actionpack (3.2.19) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
216
- activerecord (3.2.19) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
217
- actionpack (3.2.19) lib/abstract_controller/base.rb:121:in `process'
218
- actionpack (3.2.19) lib/abstract_controller/rendering.rb:45:in `process'
219
- actionpack (3.2.19) lib/action_controller/metal.rb:203:in `dispatch'
220
- actionpack (3.2.19) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
221
- actionpack (3.2.19) lib/action_controller/metal.rb:246:in `block in action'
222
- actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:73:in `call'
223
- actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
224
- actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:36:in `call'
225
- journey (1.0.4) lib/journey/router.rb:68:in `block in call'
226
- journey (1.0.4) lib/journey/router.rb:56:in `each'
227
- journey (1.0.4) lib/journey/router.rb:56:in `call'
228
- actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:608:in `call'
229
- actionpack (3.2.19) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
230
- rack (1.4.5) lib/rack/etag.rb:23:in `call'
231
- rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
232
- actionpack (3.2.19) lib/action_dispatch/middleware/head.rb:14:in `call'
233
- actionpack (3.2.19) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
234
- actionpack (3.2.19) lib/action_dispatch/middleware/flash.rb:242:in `call'
235
- rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
236
- rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
237
- actionpack (3.2.19) lib/action_dispatch/middleware/cookies.rb:341:in `call'
238
- activerecord (3.2.19) lib/active_record/query_cache.rb:64:in `call'
239
- activerecord (3.2.19) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
240
- actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
241
- activesupport (3.2.19) lib/active_support/callbacks.rb:405:in `_run__1358357265560061043__call__523725392938080861__callbacks'
242
- activesupport (3.2.19) lib/active_support/callbacks.rb:405:in `__run_callback'
243
- activesupport (3.2.19) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
244
- activesupport (3.2.19) lib/active_support/callbacks.rb:81:in `run_callbacks'
245
- actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
246
- actionpack (3.2.19) lib/action_dispatch/middleware/reloader.rb:65:in `call'
247
- actionpack (3.2.19) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
248
- actionpack (3.2.19) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
249
- actionpack (3.2.19) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
250
- railties (3.2.19) lib/rails/rack/logger.rb:32:in `call_app'
251
- railties (3.2.19) lib/rails/rack/logger.rb:16:in `block in call'
252
- activesupport (3.2.19) lib/active_support/tagged_logging.rb:22:in `tagged'
253
- railties (3.2.19) lib/rails/rack/logger.rb:16:in `call'
254
- actionpack (3.2.19) lib/action_dispatch/middleware/request_id.rb:22:in `call'
255
- rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
256
- rack (1.4.5) lib/rack/runtime.rb:17:in `call'
257
- activesupport (3.2.19) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
258
- rack (1.4.5) lib/rack/lock.rb:15:in `call'
259
- actionpack (3.2.19) lib/action_dispatch/middleware/static.rb:63:in `call'
260
- railties (3.2.19) lib/rails/engine.rb:484:in `call'
261
- railties (3.2.19) lib/rails/application.rb:231:in `call'
262
- rack (1.4.5) lib/rack/content_length.rb:14:in `call'
263
- railties (3.2.19) lib/rails/rack/log_tailer.rb:17:in `call'
264
- rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
265
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
266
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
267
- /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
268
1601
 
1602
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:33:38 +0100
1603
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (0ms)
269
1604
 
270
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
271
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
272
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)
273
1605
 
1606
+ Started GET "/assets/outdatedbrowser/lang/fr.html" for 127.0.0.1 at 2015-03-30 17:33:41 +0100
1607
+ Served asset /outdatedbrowser/lang/fr.html - 200 OK (2ms)
274
1608
 
275
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:09:56 +0100
276
- Processing by DummyController#index as HTML
277
- Rendered dummy/index.html.erb within layouts/application (1.4ms)
278
- Completed 500 Internal Server Error in 2.9ms
279
1609
 
280
- ActionView::Template::Error (cannot load such file -- outdatedbrowser/outdatedbrowser):
281
- 1: <%= require 'outdatedbrowser/outdatedbrowser' %>
282
- app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__1270036227438895481_70363694407880'
1610
+ Started GET "/assets/outdatedbrowser/lang/fr.html" for 127.0.0.1 at 2015-03-30 17:35:14 +0100
1611
+ Served asset /outdatedbrowser/lang/fr.html - 304 Not Modified (0ms)
283
1612
 
284
1613
 
285
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
286
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
287
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.7ms)
1614
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:35:32 +0100
1615
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (0ms)
288
1616
 
289
1617
 
290
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:12:33 +0100
291
- Connecting to database specified by database.yml
1618
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 17:35:38 +0100
1619
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 11627)
1620
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (5ms)
1621
+
1622
+
1623
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
292
1624
  Processing by DummyController#index as HTML
293
- Rendered dummy/index.html.erb within layouts/application (2.6ms)
294
- Completed 500 Internal Server Error in 6.3ms
1625
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
1626
+ Rendered dummy/index.html.erb within layouts/application (1.5ms)
1627
+ Completed 200 OK in 8.2ms (Views: 8.0ms | ActiveRecord: 0.0ms)
295
1628
 
296
- ActionView::Template::Error (cannot load such file -- outdatedbrowser_rails/outdatedbrowser/outdatedbrowser):
297
- 1: <%= require 'outdatedbrowser_rails/outdatedbrowser/outdatedbrowser' %>
298
- 2:
299
- 3: <%= javascript_include_tag 'outdatedbrowser/require_outdatedbrowser' %>
300
- app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__2590050810034893744_70337503896880'
1629
+
1630
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1631
+ Served asset /application.css - 304 Not Modified (0ms)
301
1632
 
302
1633
 
303
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
304
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
305
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms)
1634
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1635
+ Served asset /jquery.js - 304 Not Modified (0ms)
306
1636
 
307
1637
 
308
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:12:43 +0100
309
- Processing by DummyController#index as HTML
310
- Rendered dummy/index.html.erb within layouts/application (1.4ms)
311
- Completed 500 Internal Server Error in 2.6ms
1638
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1639
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
1640
+
1641
+
1642
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1643
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1644
+
1645
+
1646
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1647
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (0ms)
1648
+
1649
+
1650
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1651
+ Served asset /application.js - 304 Not Modified (0ms)
1652
+
1653
+
1654
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1655
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
312
1656
 
313
- ActionView::Template::Error (cannot load such file -- outdatedbrowser/outdatedbrowser):
314
- 1: <%= require 'outdatedbrowser/outdatedbrowser' %>
315
- 2:
316
- 3: <%= javascript_include_tag 'outdatedbrowser/require_outdatedbrowser' %>
317
- app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__2590050810034893744_70337502587480'
318
1657
 
1658
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:41:15 +0100
1659
+ Served asset /outdatedbrowser/lang/en.html - 304 Not Modified (0ms)
319
1660
 
320
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
321
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
322
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms)
323
1661
 
1662
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:43:02 +0100
1663
+ Served asset /application.css - 304 Not Modified (0ms)
1664
+
1665
+
1666
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:43:02 +0100
1667
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
324
1668
 
325
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:12:50 +0100
1669
+
1670
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:47:19 +0100
1671
+ Connecting to database specified by database.yml
326
1672
  Processing by DummyController#index as HTML
327
- Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 34436)
328
- Rendered dummy/index.html.erb within layouts/application (6.0ms)
329
- Completed 200 OK in 38.0ms (Views: 37.8ms | ActiveRecord: 0.0ms)
1673
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.3ms)
1674
+ Rendered dummy/index.html.erb within layouts/application (34.0ms)
1675
+ Completed 200 OK in 58.0ms (Views: 57.7ms | ActiveRecord: 0.0ms)
1676
+
1677
+
1678
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1679
+ Served asset /application.css - 200 OK (2ms)
1680
+
1681
+
1682
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1683
+ Served asset /jquery_ujs.js - 200 OK (1ms)
1684
+
1685
+
1686
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1687
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (1ms)
1688
+
1689
+
1690
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1691
+ Served asset /jquery.js - 200 OK (1ms)
330
1692
 
331
1693
 
332
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:12:50 +0100
333
- Served asset /dummy.js - 304 Not Modified (1ms)
1694
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1695
+ Served asset /application.js - 200 OK (5ms)
334
1696
 
335
1697
 
336
- Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:12:50 +0100
1698
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
337
1699
  Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
338
1700
 
339
1701
 
340
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:13:12 +0100
1702
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1703
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
1704
+
1705
+
1706
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:47:20 +0100
1707
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (1ms)
1708
+
1709
+
1710
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
341
1711
  Processing by DummyController#index as HTML
342
- Rendered dummy/index.html.erb within layouts/application (1.4ms)
343
- Completed 500 Internal Server Error in 2.8ms
1712
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
1713
+ Rendered dummy/index.html.erb within layouts/application (1.2ms)
1714
+ Completed 200 OK in 3.8ms (Views: 3.6ms | ActiveRecord: 0.0ms)
344
1715
 
345
- ActionView::Template::Error (cannot load such file -- outdatedbrowser/outdatedbrowser):
346
- 1: <%= require 'outdatedbrowser/outdatedbrowser' %>
347
- 2:
348
- 3: <%= javascript_include_tag 'outdatedbrowser/require_outdatedbrowser' %>
349
- app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__2590050810034893744_70337503356240'
350
1716
 
1717
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1718
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (0ms)
351
1719
 
352
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
353
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
354
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.0ms)
355
1720
 
1721
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1722
+ Served asset /jquery_ujs.js - 200 OK (0ms)
356
1723
 
357
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:14:37 +0100
358
- Processing by DummyController#index as HTML
359
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (4.6ms)
360
- Rendered dummy/index.html.erb within layouts/application (8.5ms)
361
- Completed 200 OK in 11.6ms (Views: 11.5ms | ActiveRecord: 0.0ms)
362
1724
 
1725
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1726
+ Served asset /jquery.js - 200 OK (0ms)
363
1727
 
364
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:14:37 +0100
365
- Served asset /application.css - 304 Not Modified (1ms)
366
1728
 
1729
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1730
+ Served asset /application.css - 200 OK (0ms)
367
1731
 
368
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:14:37 +0100
369
- Served asset /dummy.js - 304 Not Modified (0ms)
370
1732
 
1733
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1734
+ Served asset /application.js - 200 OK (0ms)
371
1735
 
372
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:14:37 +0100
373
- Served asset /application.js - 304 Not Modified (3ms)
1736
+
1737
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1738
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (0ms)
1739
+
1740
+
1741
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1742
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
1743
+
1744
+
1745
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:48:26 +0100
1746
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (0ms)
374
1747
 
375
1748
 
376
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:15:32 +0100
1749
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
377
1750
  Processing by DummyController#index as HTML
378
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.1ms)
1751
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
379
1752
  Rendered dummy/index.html.erb within layouts/application (0.9ms)
380
- Completed 500 Internal Server Error in 7.3ms
1753
+ Completed 200 OK in 3.0ms (Views: 2.9ms | ActiveRecord: 0.0ms)
1754
+
1755
+
1756
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1757
+ Served asset /application.css - 200 OK (0ms)
1758
+
1759
+
1760
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1761
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (0ms)
1762
+
1763
+
1764
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1765
+ Served asset /jquery.js - 200 OK (0ms)
1766
+
1767
+
1768
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1769
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (0ms)
381
1770
 
382
- ActionView::Template::Error (couldn't find file 'outdatedbrowser/outdatedbrowser'
383
- (in /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/spec/dummy/app/assets/stylesheets/application.css:13)):
384
- 2: <html>
385
- 3: <head>
386
- 4: <title>Dummy</title>
387
- 5: <%= stylesheet_link_tag "application", :media => "all" %>
388
- 6: <%= javascript_include_tag "application" %>
389
- 7: <%= csrf_meta_tags %>
390
- 8: </head>
391
- app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1776832790140640674_70337503929400'
392
1771
 
1772
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1773
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
393
1774
 
394
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_trace.erb (23.7ms)
395
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
396
- Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.19/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.9ms)
397
1775
 
1776
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1777
+ Served asset /jquery_ujs.js - 200 OK (0ms)
398
1778
 
399
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
1779
+
1780
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1781
+ Served asset /application.js - 200 OK (0ms)
1782
+
1783
+
1784
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:48:56 +0100
1785
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (0ms)
1786
+
1787
+
1788
+ Started GET "/assets/outdatedbrowser/lang/de.html" for 127.0.0.1 at 2015-03-30 17:49:06 +0100
1789
+ Served asset /outdatedbrowser/lang/de.html - 200 OK (4ms)
1790
+
1791
+
1792
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 17:49:15 +0100
1793
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
1794
+
1795
+
1796
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 17:50:02 +0100
1797
+ Connecting to database specified by database.yml
1798
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (4ms)
1799
+
1800
+
1801
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js" for 127.0.0.1 at 2015-03-30 17:50:10 +0100
1802
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (0ms)
1803
+
1804
+
1805
+ Started GET "/assets/outdatedbrowser/lang/de.html" for 127.0.0.1 at 2015-03-30 17:50:14 +0100
1806
+ Served asset /outdatedbrowser/lang/de.html - 200 OK (1ms)
1807
+
1808
+
1809
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:50:15 +0100
400
1810
  Processing by DummyController#index as HTML
401
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.1ms)
402
- Rendered dummy/index.html.erb within layouts/application (1.2ms)
403
- Compiled outdatedbrowser/outdatedBrowser.css (0ms) (pid 34436)
404
- Compiled application.css (3ms) (pid 34436)
405
- Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 34436)
406
- Compiled application.js (3ms) (pid 34436)
407
- Completed 200 OK in 21.9ms (Views: 21.8ms | ActiveRecord: 0.0ms)
1811
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1812
+ Rendered dummy/index.html.erb within layouts/application (3.5ms)
1813
+ Completed 200 OK in 35.5ms (Views: 35.3ms | ActiveRecord: 0.0ms)
1814
+
1815
+
1816
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1817
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (3ms)
408
1818
 
409
1819
 
410
- Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
411
- Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (2ms)
1820
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1821
+ Served asset /jquery_ujs.js - 200 OK (0ms)
412
1822
 
413
1823
 
414
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
415
- Served asset /dummy.js - 304 Not Modified (0ms)
1824
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1825
+ Served asset /jquery.js - 200 OK (3ms)
416
1826
 
417
1827
 
418
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
1828
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
419
1829
  Served asset /application.css - 200 OK (2ms)
420
1830
 
421
1831
 
422
- Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
1832
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
423
1833
  Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
424
1834
 
425
1835
 
426
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:15:43 +0100
427
- Served asset /application.js - 200 OK (2ms)
1836
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1837
+ Served asset /application.js - 200 OK (30ms)
1838
+
1839
+
1840
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1841
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
428
1842
 
429
1843
 
430
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:16:13 +0100
1844
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:50:16 +0100
1845
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (1ms)
1846
+
1847
+
1848
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
431
1849
  Processing by DummyController#index as HTML
432
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.1ms)
433
- Rendered dummy/index.html.erb within layouts/application (1.0ms)
434
- Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 34436)
435
- Compiled application.js (2ms) (pid 34436)
436
- Completed 200 OK in 35.7ms (Views: 35.6ms | ActiveRecord: 0.0ms)
1850
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
1851
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
1852
+ Completed 200 OK in 3.4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
437
1853
 
438
1854
 
439
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:16:13 +0100
440
- Served asset /application.css - 304 Not Modified (0ms)
1855
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1856
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (0ms)
441
1857
 
442
1858
 
443
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:16:13 +0100
444
- Served asset /application.js - 304 Not Modified (2ms)
1859
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1860
+ Served asset /jquery.js - 200 OK (0ms)
1861
+
1862
+
1863
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1864
+ Served asset /application.css - 200 OK (0ms)
445
1865
 
446
1866
 
447
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:16:13 +0100
448
- Served asset /dummy.js - 304 Not Modified (0ms)
1867
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1868
+ Served asset /jquery_ujs.js - 200 OK (0ms)
449
1869
 
450
1870
 
451
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:16:20 +0100
1871
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1872
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (0ms)
1873
+
1874
+
1875
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1876
+ Served asset /application.js - 200 OK (0ms)
1877
+
1878
+
1879
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1880
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
1881
+
1882
+
1883
+ Started GET "/assets/outdatedbrowser/lang/en.html" for 127.0.0.1 at 2015-03-30 17:50:17 +0100
1884
+ Served asset /outdatedbrowser/lang/en.html - 200 OK (0ms)
1885
+ Connecting to database specified by database.yml
1886
+
1887
+
1888
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:58:42 +0100
452
1889
  Connecting to database specified by database.yml
453
1890
  Processing by DummyController#index as HTML
454
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (2.4ms)
455
- Rendered dummy/index.html.erb within layouts/application (8.2ms)
456
- Completed 200 OK in 18.7ms (Views: 18.4ms | ActiveRecord: 0.0ms)
1891
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.2ms)
1892
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 14234)
1893
+ Rendered dummy/index.html.erb within layouts/application (10.7ms)
1894
+ Completed 200 OK in 34.2ms (Views: 33.3ms | ActiveRecord: 0.0ms)
1895
+
1896
+
1897
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1898
+ Processing by DummyController#index as HTML
1899
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.0ms)
1900
+ Rendered dummy/index.html.erb within layouts/application (0.9ms)
1901
+ Completed 200 OK in 3.4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
1902
+
1903
+
1904
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1905
+ Served asset /jquery_ujs.js - 304 Not Modified (7ms)
1906
+
457
1907
 
1908
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1909
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
458
1910
 
459
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:16:20 +0100
1911
+
1912
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1913
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
1914
+
1915
+
1916
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1917
+ Served asset /jquery.js - 304 Not Modified (2ms)
1918
+
1919
+
1920
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
460
1921
  Served asset /application.css - 304 Not Modified (2ms)
461
1922
 
462
1923
 
463
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:16:20 +0100
464
- Served asset /application.js - 304 Not Modified (7ms)
1924
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1925
+ Served asset /application.js - 304 Not Modified (4ms)
465
1926
 
466
1927
 
467
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:16:20 +0100
468
- Served asset /dummy.js - 304 Not Modified (1ms)
1928
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 17:58:43 +0100
1929
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
469
1930
 
470
1931
 
471
- Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:16:20 +0100
472
- Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
1932
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 17:58:46 +0100
1933
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
473
1934
 
474
1935
 
475
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:19:53 +0100
1936
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 17:58:46 +0100
1937
+ Served asset /application.css - 304 Not Modified (0ms)
1938
+
1939
+
1940
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:59:15 +0100
476
1941
  Connecting to database specified by database.yml
477
1942
  Processing by DummyController#index as HTML
478
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (2.5ms)
479
- Rendered dummy/index.html.erb within layouts/application (8.5ms)
480
- Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 35122)
481
- Compiled application.js (1ms) (pid 35122)
482
- Completed 200 OK in 46.3ms (Views: 46.0ms | ActiveRecord: 0.0ms)
1943
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (3.1ms)
1944
+ Rendered dummy/index.html.erb within layouts/application (5.4ms)
1945
+ Completed 500 Internal Server Error in 9.0ms
483
1946
 
1947
+ ActionView::Template::Error (Missing partial lang/de with {:locale=>[:de], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
1948
+ * "/Users/lu/code/outdatedbrowser_rails/spec/dummy/app/views"
1949
+ * "/Users/lu/code/outdatedbrowser_rails/app/views"
1950
+ ):
1951
+ 1: <div id="outdated">
1952
+ 2: <%= render "lang/#{I18n.locale}" %>
1953
+ 3: </div>
1954
+ app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb___216303674777563613_70183966077260'
484
1955
 
485
- Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
486
- Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (3ms)
1956
+
1957
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
1958
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1959
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms)
1960
+
1961
+
1962
+ Started GET "/" for 127.0.0.1 at 2015-03-30 17:59:38 +0100
1963
+ Connecting to database specified by database.yml
1964
+ Processing by DummyController#index as HTML
1965
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (1.8ms)
1966
+ Rendered dummy/index.html.erb within layouts/application (26.9ms)
1967
+ Completed 500 Internal Server Error in 31.9ms
1968
+
1969
+ ActionView::Template::Error (Missing partial ./lang/de with {:locale=>[:de], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
1970
+ * "/Users/lu/code/outdatedbrowser_rails/spec/dummy/app/views"
1971
+ * "/Users/lu/code/outdatedbrowser_rails/app/views"
1972
+ ):
1973
+ 1: <div id="outdated">
1974
+ 2: <%= render "./lang/#{I18n.locale}" %>
1975
+ 3: </div>
1976
+ app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__621297788807993215_70324407304460'
1977
+
1978
+
1979
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1980
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
1981
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.7ms)
1982
+
1983
+
1984
+ Started GET "/" for 127.0.0.1 at 2015-03-30 18:00:46 +0100
1985
+ Connecting to database specified by database.yml
1986
+ Processing by DummyController#index as HTML
1987
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (1.8ms)
1988
+ Rendered dummy/index.html.erb within layouts/application (4.2ms)
1989
+ Completed 500 Internal Server Error in 8.6ms
1990
+
1991
+ ActionView::Template::Error (Missing partial lang/de with {:locale=>[:de], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
1992
+ * "/Users/lu/code/outdatedbrowser_rails/spec/dummy/app/views"
1993
+ * "/Users/lu/code/outdatedbrowser_rails/app/views"
1994
+ ):
1995
+ 1: <div id="outdated">
1996
+ 2: <%= render partial: "lang/#{I18n.locale}" %>
1997
+ 3: </div>
1998
+ app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb___2919175842720233516_70357280559560'
1999
+
2000
+
2001
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2002
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
2003
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)
2004
+
2005
+
2006
+ Started GET "/" for 127.0.0.1 at 2015-03-30 18:01:11 +0100
2007
+ Connecting to database specified by database.yml
2008
+ Processing by DummyController#index as HTML
2009
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (2.1ms)
2010
+ Rendered dummy/index.html.erb within layouts/application (5.2ms)
2011
+ Completed 500 Internal Server Error in 9.4ms
2012
+
2013
+ ActionView::Template::Error (Missing partial outdatedbrowser/lang/de with {:locale=>[:de], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
2014
+ * "/Users/lu/code/outdatedbrowser_rails/spec/dummy/app/views"
2015
+ * "/Users/lu/code/outdatedbrowser_rails/app/views"
2016
+ ):
2017
+ 1: <div id="outdated">
2018
+ 2: <%= render partial: "outdatedbrowser/lang/#{I18n.locale}" %>
2019
+ 3: </div>
2020
+ app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb__2870853491571153829_70289654821420'
487
2021
 
488
2022
 
489
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
490
- Served asset /dummy.js - 304 Not Modified (1ms)
2023
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
2024
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
2025
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms)
491
2026
 
492
2027
 
493
- Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
2028
+ Started GET "/" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2029
+ Connecting to database specified by database.yml
2030
+ Processing by DummyController#index as HTML
2031
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/lang/de.html (0.3ms)
2032
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (1.6ms)
2033
+ Rendered dummy/index.html.erb within layouts/application (10.4ms)
2034
+ Completed 200 OK in 35.2ms (Views: 34.8ms | ActiveRecord: 0.0ms)
2035
+
2036
+
2037
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2038
+ Served asset /application.css - 200 OK (24ms)
2039
+
2040
+
2041
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2042
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (1ms)
2043
+
2044
+
2045
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2046
+ Served asset /jquery.js - 200 OK (1ms)
2047
+
2048
+
2049
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2050
+ Served asset /jquery_ujs.js - 200 OK (0ms)
2051
+
2052
+
2053
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2054
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
2055
+
2056
+
2057
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
494
2058
  Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
495
2059
 
496
2060
 
497
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
498
- Served asset /application.css - 304 Not Modified (1ms)
2061
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 18:02:53 +0100
2062
+ Served asset /application.js - 200 OK (2ms)
2063
+
499
2064
 
2065
+ Started GET "/" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2066
+ Processing by DummyController#index as HTML
2067
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/lang/de.html (0.0ms)
2068
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.5ms)
2069
+ Rendered dummy/index.html.erb within layouts/application (1.5ms)
2070
+ Completed 200 OK in 5.7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
500
2071
 
501
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
502
- Served asset /application.js - 304 Not Modified (24ms)
503
2072
 
2073
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2074
+ Served asset /application.css - 200 OK (0ms)
2075
+
2076
+
2077
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2078
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (0ms)
2079
+
2080
+
2081
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2082
+ Served asset /jquery.js - 200 OK (0ms)
504
2083
 
505
- Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:54 +0100
506
- Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
507
2084
 
2085
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2086
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (0ms)
508
2087
 
509
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
2088
+
2089
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2090
+ Served asset /application.js - 200 OK (0ms)
2091
+
2092
+
2093
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2094
+ Served asset /jquery_ujs.js - 200 OK (0ms)
2095
+
2096
+
2097
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:41:37 +0100
2098
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (0ms)
2099
+
2100
+
2101
+ Started GET "/" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2102
+ Connecting to database specified by database.yml
510
2103
  Processing by DummyController#index as HTML
511
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (0.1ms)
512
- Rendered dummy/index.html.erb within layouts/application (1.0ms)
513
- Completed 200 OK in 3.7ms (Views: 3.6ms | ActiveRecord: 0.0ms)
2104
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/lang/nl.html (0.3ms)
2105
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (1.4ms)
2106
+ Rendered dummy/index.html.erb within layouts/application (11.2ms)
2107
+ Completed 200 OK in 37.4ms (Views: 37.0ms | ActiveRecord: 0.0ms)
514
2108
 
515
2109
 
516
- Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
517
- Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (0ms)
2110
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2111
+ Served asset /application.css - 200 OK (25ms)
518
2112
 
519
2113
 
520
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
521
- Served asset /application.css - 304 Not Modified (0ms)
2114
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2115
+ Served asset /outdatedbrowser/outdatedBrowser.css - 200 OK (1ms)
522
2116
 
523
2117
 
524
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
525
- Served asset /dummy.js - 304 Not Modified (0ms)
2118
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2119
+ Served asset /jquery.js - 200 OK (1ms)
526
2120
 
527
2121
 
528
- Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
529
- Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
2122
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2123
+ Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
530
2124
 
531
2125
 
532
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
533
- Served asset /application.js - 304 Not Modified (0ms)
2126
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2127
+ Served asset /application.js - 200 OK (3ms)
534
2128
 
535
2129
 
536
- Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:19:56 +0100
537
- Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (0ms)
2130
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2131
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 200 OK (1ms)
2132
+
2133
+
2134
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 18:42:21 +0100
2135
+ Served asset /jquery_ujs.js - 200 OK (1ms)
538
2136
 
539
2137
 
540
- Started GET "/" for 127.0.0.1 at 2014-07-29 09:22:34 +0100
2138
+ Started GET "/" for 127.0.0.1 at 2015-03-30 19:27:52 +0100
541
2139
  Connecting to database specified by database.yml
542
2140
  Processing by DummyController#index as HTML
543
- Rendered /Users/lu/code/outdatedbrowser_rails.3/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (2.5ms)
544
- Rendered dummy/index.html.erb within layouts/application (28.6ms)
545
- Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 35503)
546
- Compiled application.js (1ms) (pid 35503)
547
- Completed 200 OK in 46.7ms (Views: 46.4ms | ActiveRecord: 0.0ms)
2141
+ ERROR: compiling ___sers_lu_code_outdatedbrowser_rails_app_views_outdatedbrowser__outdatedbrowser_html_erb__2738677638233223154_70307563506200 RAISED /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb:3: syntax error, unexpected keyword_rescue, expecting ')'
2142
+ rescue render file: "outdatedbrowse...
2143
+ ^
2144
+ Function body: def ___sers_lu_code_outdatedbrowser_rails_app_views_outdatedbrowser__outdatedbrowser_html_erb__2738677638233223154_70307563506200(local_assigns, output_buffer)
2145
+ _old_virtual_path, @virtual_path = @virtual_path, "outdatedbrowser/_outdatedbrowser";_old_output_buffer = @output_buffer;outdatedbrowser = local_assigns[:outdatedbrowser];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('<div id="outdated">
2146
+ ');@output_buffer.append= ( render file: "outdatedbrowser/lang/#{I18n.locale}"
2147
+ rescue render file: "outdatedbrowser/lang/en" );@output_buffer.safe_concat('
2148
+ ');@output_buffer.safe_concat('</div>
2149
+ ');@output_buffer.to_s
2150
+ ensure
2151
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
2152
+ end
2153
+
2154
+ Backtrace: /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:297:in `module_eval'
2155
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:297:in `compile'
2156
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:244:in `block in compile!'
2157
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:232:in `synchronize'
2158
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:232:in `compile!'
2159
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:144:in `block in render'
2160
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:125:in `instrument'
2161
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:143:in `render'
2162
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial'
2163
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/partial_renderer.rb:238:in `block in render'
2164
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
2165
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `block in instrument'
2166
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2167
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `instrument'
2168
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
2169
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/partial_renderer.rb:237:in `render'
2170
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/renderer.rb:41:in `render_partial'
2171
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/helpers/rendering_helper.rb:27:in `render'
2172
+ /Users/lu/code/outdatedbrowser_rails/spec/dummy/app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb___4266080069705559779_70307567558840'
2173
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:145:in `block in render'
2174
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:125:in `instrument'
2175
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/template.rb:143:in `render'
2176
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
2177
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
2178
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `block in instrument'
2179
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2180
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `instrument'
2181
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
2182
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
2183
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
2184
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
2185
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/template_renderer.rb:18:in `render'
2186
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/renderer.rb:36:in `render_template'
2187
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_view/renderer/renderer.rb:17:in `render'
2188
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/rendering.rb:110:in `_render_template'
2189
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/streaming.rb:225:in `_render_template'
2190
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/rendering.rb:103:in `render_to_body'
2191
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
2192
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
2193
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/rendering.rb:88:in `render'
2194
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/rendering.rb:16:in `render'
2195
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
2196
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
2197
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
2198
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/core_ext/benchmark.rb:5:in `ms'
2199
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
2200
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
2201
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.21/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
2202
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:39:in `render'
2203
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
2204
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
2205
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/base.rb:167:in `process_action'
2206
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/rendering.rb:10:in `process_action'
2207
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2208
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:414:in `_run__2840613032752369174__process_action__2404182801698248725__callbacks'
2209
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback'
2210
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2211
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks'
2212
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/callbacks.rb:17:in `process_action'
2213
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/rescue.rb:29:in `process_action'
2214
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2215
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `block in instrument'
2216
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2217
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/notifications.rb:123:in `instrument'
2218
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2219
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2220
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.21/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2221
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/base.rb:121:in `process'
2222
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/abstract_controller/rendering.rb:45:in `process'
2223
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal.rb:203:in `dispatch'
2224
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2225
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_controller/metal.rb:246:in `block in action'
2226
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/routing/route_set.rb:73:in `call'
2227
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2228
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/routing/route_set.rb:36:in `call'
2229
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
2230
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
2231
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
2232
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/routing/route_set.rb:608:in `call'
2233
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2234
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
2235
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
2236
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/head.rb:14:in `call'
2237
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2238
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/flash.rb:242:in `call'
2239
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
2240
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
2241
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/cookies.rb:341:in `call'
2242
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.21/lib/active_record/query_cache.rb:64:in `call'
2243
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2244
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2245
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `_run__994723548647784372__call__2511042583708057111__callbacks'
2246
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback'
2247
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2248
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks'
2249
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2250
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/reloader.rb:65:in `call'
2251
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2252
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2253
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2254
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:32:in `call_app'
2255
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `block in call'
2256
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/tagged_logging.rb:22:in `tagged'
2257
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `call'
2258
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/request_id.rb:22:in `call'
2259
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
2260
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
2261
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/activesupport-3.2.21/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2262
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
2263
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/static.rb:83:in `call'
2264
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/engine.rb:484:in `call'
2265
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/application.rb:231:in `call'
2266
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
2267
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/railties-3.2.21/lib/rails/rack/log_tailer.rb:17:in `call'
2268
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service'
2269
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
2270
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
2271
+ /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
2272
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (2.0ms)
2273
+ Rendered dummy/index.html.erb within layouts/application (6.8ms)
2274
+ Completed 500 Internal Server Error in 14.3ms
2275
+
2276
+ ActionView::Template::Error (/Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb:3: syntax error, unexpected keyword_rescue, expecting ')'
2277
+ rescue render file: "outdatedbrowse...
2278
+ ^):
2279
+ 1: <div id="outdated">
2280
+ 2: <%= render file: "outdatedbrowser/lang/#{I18n.locale}"
2281
+ 3: rescue render file: "outdatedbrowser/lang/en" %>
2282
+ 4: </div>
2283
+ app/views/dummy/index.html.erb:1:in `_app_views_dummy_index_html_erb___4266080069705559779_70307567558840'
2284
+
2285
+
2286
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
2287
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
2288
+ Rendered /opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms)
2289
+
2290
+
2291
+ Started GET "/" for 127.0.0.1 at 2015-03-30 19:28:04 +0100
2292
+ Processing by DummyController#index as HTML
2293
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/lang/en.html (0.3ms)
2294
+ Rendered /Users/lu/code/outdatedbrowser_rails/app/views/outdatedbrowser/_outdatedbrowser.html.erb (3.3ms)
2295
+ Compiled outdatedbrowser/require_outdatedbrowser.js (0ms) (pid 21589)
2296
+ Rendered dummy/index.html.erb within layouts/application (10.7ms)
2297
+ Compiled outdatedbrowser/outdatedBrowser.css (0ms) (pid 21589)
2298
+ Compiled outdatedbrowser/outdatedBrowser.js (0ms) (pid 21589)
2299
+ Completed 200 OK in 27.0ms (Views: 26.8ms | ActiveRecord: 0.0ms)
548
2300
 
549
2301
 
550
- Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
551
- Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (2ms)
2302
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2303
+ Served asset /application.css - 304 Not Modified (5ms)
552
2304
 
553
2305
 
554
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
555
- Served asset /application.js - 304 Not Modified (23ms)
2306
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2307
+ Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (1ms)
556
2308
 
557
2309
 
558
- Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
559
- Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
2310
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2311
+ Served asset /application.js - 304 Not Modified (28ms)
560
2312
 
561
2313
 
562
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
563
- Served asset /application.css - 304 Not Modified (2ms)
2314
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2315
+ Served asset /jquery.js - 304 Not Modified (1ms)
564
2316
 
565
2317
 
566
- Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
567
- Served asset /outdatedbrowser/outdatedBrowser.js - 200 OK (1ms)
2318
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2319
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
568
2320
 
569
2321
 
570
- Started GET "/assets/dummy.js?body=1" for 127.0.0.1 at 2014-07-29 09:22:35 +0100
571
- Served asset /dummy.js - 304 Not Modified (1ms)
2322
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.js?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2323
+ Served asset /outdatedbrowser/outdatedBrowser.js - 304 Not Modified (1ms)
572
2324
 
573
2325
 
574
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 09:22:39 +0100
575
- Served asset /application.css - 304 Not Modified (0ms)
2326
+ Started GET "/assets/outdatedbrowser/require_outdatedbrowser.js?body=1" for 127.0.0.1 at 2015-03-30 19:28:05 +0100
2327
+ Served asset /outdatedbrowser/require_outdatedbrowser.js - 304 Not Modified (1ms)
576
2328
 
577
2329
 
578
- Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2014-07-29 09:22:39 +0100
2330
+ Started GET "/assets/outdatedbrowser/outdatedBrowser.css?body=1" for 127.0.0.1 at 2015-03-30 19:28:09 +0100
579
2331
  Served asset /outdatedbrowser/outdatedBrowser.css - 304 Not Modified (0ms)
580
- Connecting to database specified by database.yml
581
-  (0.5ms) select sqlite_version(*)
582
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
583
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
584
-  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
2332
+
2333
+
2334
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-03-30 19:28:09 +0100
2335
+ Served asset /application.css - 304 Not Modified (0ms)