rails_view_component 0.0.5 → 1.0.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.
- checksums.yaml +4 -4
- data/lib/generators/rails_view_component/erb/controller.rb.erb +2 -2
- data/lib/generators/rails_view_component/erb/haxe/RailsViewComponent.hx.erb +18 -15
- data/lib/generators/rails_view_component/erb/model.rb.erb +2 -2
- data/lib/generators/rails_view_component/erb/routes.rb.erb +2 -2
- data/lib/generators/rails_view_component/install_generator.rb +17 -2
- data/lib/generators/rails_view_component/rails_view_component_generator.rb +25 -18
- data/lib/generators/rails_view_component/templates/RailsViewComponent.hx +60 -17
- data/lib/generators/rails_view_component/templates/rails_view_component_builder.rb +4 -2
- data/lib/generators/rails_view_component/templates/rails_view_component_helper.rb +2 -2
- data/lib/generators/rails_view_component/templates/rails_view_component_model.rb +8 -6
- data/lib/rails_view_component/version.rb +1 -1
- data/test/rails_view_component_test/Gemfile +47 -0
- data/test/rails_view_component_test/Gemfile.lock +171 -0
- data/test/{dummy → rails_view_component_test}/README.rdoc +0 -0
- data/test/{dummy → rails_view_component_test}/Rakefile +0 -0
- data/test/{dummy → rails_view_component_test}/app/assets/javascripts/application.js +3 -0
- data/test/rails_view_component_test/app/assets/javascripts/top.coffee +3 -0
- data/test/{dummy → rails_view_component_test}/app/assets/stylesheets/application.css +0 -0
- data/test/rails_view_component_test/app/assets/stylesheets/top.scss +3 -0
- data/test/{dummy → rails_view_component_test}/app/controllers/application_controller.rb +0 -0
- data/test/rails_view_component_test/app/controllers/top_controller.rb +4 -0
- data/test/{dummy → rails_view_component_test}/app/helpers/application_helper.rb +0 -0
- data/test/rails_view_component_test/app/helpers/top_helper.rb +2 -0
- data/test/{dummy → rails_view_component_test}/app/views/layouts/application.html.erb +1 -1
- data/test/rails_view_component_test/app/views/top/index.html.erb +8 -0
- data/test/{dummy → rails_view_component_test}/bin/bundle +0 -0
- data/test/{dummy → rails_view_component_test}/bin/rails +4 -0
- data/test/{dummy → rails_view_component_test}/bin/rake +4 -0
- data/test/{dummy → rails_view_component_test}/bin/setup +0 -0
- data/test/rails_view_component_test/bin/spring +18 -0
- data/test/{dummy → rails_view_component_test}/config/application.rb +5 -3
- data/test/rails_view_component_test/config/boot.rb +3 -0
- data/test/{dummy → rails_view_component_test}/config/database.yml +0 -0
- data/test/{dummy → rails_view_component_test}/config/environment.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/environments/development.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/environments/production.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/environments/test.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/assets.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/backtrace_silencers.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/cookies_serializer.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/filter_parameter_logging.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/inflections.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/mime_types.rb +0 -0
- data/test/rails_view_component_test/config/initializers/session_store.rb +3 -0
- data/test/{dummy → rails_view_component_test}/config/initializers/wrap_parameters.rb +0 -0
- data/test/{dummy → rails_view_component_test}/config/locales/en.yml +0 -0
- data/test/{dummy → rails_view_component_test}/config/routes.rb +2 -0
- data/test/{dummy → rails_view_component_test}/config/secrets.yml +2 -2
- data/test/{dummy → rails_view_component_test}/config.ru +0 -0
- data/test/{dummy/db/test.sqlite3 → rails_view_component_test/db/development.sqlite3} +0 -0
- data/test/rails_view_component_test/db/seeds.rb +7 -0
- data/test/rails_view_component_test/log/development.log +3858 -0
- data/test/{dummy → rails_view_component_test}/public/404.html +0 -0
- data/test/{dummy → rails_view_component_test}/public/422.html +0 -0
- data/test/{dummy → rails_view_component_test}/public/500.html +0 -0
- data/test/{dummy → rails_view_component_test}/public/favicon.ico +0 -0
- data/test/rails_view_component_test/public/robots.txt +5 -0
- data/test/rails_view_component_test/test/controllers/top_controller_test.rb +9 -0
- data/test/rails_view_component_test/test/test_helper.rb +10 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sass/67c9b54d35a5ee282bb7db2d8f62e5182a4981b4/top.scssc +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/144480218666373c17378e01c880a73e +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/18d2cbb0f2269d20680f775d08981e72 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/34226a9205e8dd111f3fd667140e3557 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/55775c8c8fb4940e0575e4087043324a +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/69a055f006179beba2a830d88e39fa88 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/7c6e5314d519217e99ce56f93eacb7ca +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/82ac2910cee5ad83240253d81fd60ad8 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/86d34baf8dfb1e16ed00123e1e2a2190 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/9c1b6c9edc5c7d33d390964b955748a8 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/a69a6a0e8b2413a18e01dcc9e07b7263 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/ccf10475f5be0d54da1c2c223b3fca5d +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/cdf84c819e9ef95e6edb7a5d36549ca4 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/f4779bd843bfdc90d8c4fe47fcfc5c02 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/fe9f4bf7a4d033c8ec226c659ceba27e +0 -0
- data/test/rails_view_component_test/tmp/cache/assets/development/sprockets/ffa538b8e1d908ed228e70f373c3aa00 +0 -0
- data/test/rails_view_component_test/tmp/pids/server.pid +1 -0
- metadata +155 -89
- data/lib/rails_view_component/haxe/RailsViewComponent.hx +0 -26
- data/lib/rails_view_component/rails_view_component_builder.rb +0 -31
- data/lib/rails_view_component/rails_view_component_helper.rb +0 -14
- data/lib/rails_view_component/rails_view_component_model.rb +0 -30
- data/test/dummy/config/boot.rb +0 -5
- data/test/dummy/config/initializers/session_store.rb +0 -3
- data/test/dummy/log/test.log +0 -5
@@ -0,0 +1,3858 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/" for ::1 at 2015-02-06 01:58:26 +0900
|
4
|
+
|
5
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
6
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
7
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
8
|
+
|
9
|
+
|
10
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.3ms)
|
11
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (11.0ms)
|
12
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (9.6ms)
|
13
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
14
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (49.4ms)
|
15
|
+
|
16
|
+
|
17
|
+
Started GET "/" for ::1 at 2015-02-06 08:46:04 +0900
|
18
|
+
|
19
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
20
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
21
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
22
|
+
|
23
|
+
|
24
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (4.1ms)
|
25
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (10.0ms)
|
26
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (10.6ms)
|
27
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
28
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (58.8ms)
|
29
|
+
|
30
|
+
|
31
|
+
Started GET "/" for ::1 at 2015-02-06 08:46:04 +0900
|
32
|
+
Processing by Rails::WelcomeController#index as HTML
|
33
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (0.7ms)
|
34
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
35
|
+
|
36
|
+
|
37
|
+
Started GET "/" for ::1 at 2015-02-06 10:24:05 +0900
|
38
|
+
|
39
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
40
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
41
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
42
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
43
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
44
|
+
|
45
|
+
|
46
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.0ms)
|
47
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.0ms)
|
48
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (8.5ms)
|
49
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (9.8ms)
|
50
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (1.0ms)
|
51
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (52.6ms)
|
52
|
+
|
53
|
+
|
54
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:05 +0900
|
55
|
+
|
56
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
57
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
58
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
59
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
60
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
61
|
+
|
62
|
+
|
63
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.8ms)
|
64
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.0ms)
|
65
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (7.7ms)
|
66
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (9.6ms)
|
67
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
68
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (47.3ms)
|
69
|
+
|
70
|
+
|
71
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:06 +0900
|
72
|
+
|
73
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
74
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
75
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
76
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
77
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
78
|
+
|
79
|
+
|
80
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.8ms)
|
81
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.6ms)
|
82
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (1.2ms)
|
83
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (1.0ms)
|
84
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
85
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms)
|
86
|
+
|
87
|
+
|
88
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:07 +0900
|
89
|
+
|
90
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
91
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
92
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
93
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
94
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
95
|
+
|
96
|
+
|
97
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.8ms)
|
98
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
99
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (1.0ms)
|
100
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.9ms)
|
101
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
102
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms)
|
103
|
+
|
104
|
+
|
105
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:07 +0900
|
106
|
+
|
107
|
+
ActionController::RoutingError (uninitialized constant RailsViewComponent::RailsViewComponentHelper):
|
108
|
+
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
109
|
+
app/helpers/application_helper.rb:1:in `<top (required)>'
|
110
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
111
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
112
|
+
|
113
|
+
|
114
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.6ms)
|
115
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
116
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (1.1ms)
|
117
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (1.2ms)
|
118
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
119
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (24.3ms)
|
120
|
+
|
121
|
+
|
122
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:41 +0900
|
123
|
+
|
124
|
+
ActionController::RoutingError (undefined method `sub' for nil:NilClass):
|
125
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
126
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
127
|
+
|
128
|
+
|
129
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.9ms)
|
130
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
131
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (5.1ms)
|
132
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (10.8ms)
|
133
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
134
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (43.9ms)
|
135
|
+
|
136
|
+
|
137
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:42 +0900
|
138
|
+
Processing by TopController#index as HTML
|
139
|
+
Rendered top/index.html.erb within layouts/application (2.4ms)
|
140
|
+
Completed 500 Internal Server Error in 8ms
|
141
|
+
|
142
|
+
LoadError (Unable to autoload constant RailsViewComponentBuilder, expected /Users/takeshi/Desktop/rails_view_component/test/rails_view_component_test/lib/rails_view_component/rails_view_component_builder.rb to define it):
|
143
|
+
lib/rails_view_component/rails_view_component_helper.rb:5:in `rails_view_components'
|
144
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__585077463254948496_70096554490400'
|
145
|
+
|
146
|
+
|
147
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (6.6ms)
|
148
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.4ms)
|
149
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.8ms)
|
150
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
151
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/diagnostics.html.erb within rescues/layout (26.9ms)
|
152
|
+
|
153
|
+
|
154
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:44 +0900
|
155
|
+
Processing by TopController#index as HTML
|
156
|
+
Rendered top/index.html.erb within layouts/application (0.1ms)
|
157
|
+
Completed 200 OK in 1160ms (Views: 1159.5ms | ActiveRecord: 0.0ms)
|
158
|
+
|
159
|
+
|
160
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
161
|
+
|
162
|
+
|
163
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
164
|
+
|
165
|
+
|
166
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
167
|
+
|
168
|
+
|
169
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
170
|
+
|
171
|
+
|
172
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
173
|
+
|
174
|
+
|
175
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
176
|
+
|
177
|
+
|
178
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 10:32:45 +0900
|
179
|
+
|
180
|
+
|
181
|
+
Started GET "/" for ::1 at 2015-02-06 10:32:52 +0900
|
182
|
+
|
183
|
+
ActionController::RoutingError (undefined method `sub' for nil:NilClass):
|
184
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
185
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
186
|
+
|
187
|
+
|
188
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.7ms)
|
189
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.6ms)
|
190
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (5.2ms)
|
191
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (9.9ms)
|
192
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (1.2ms)
|
193
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (40.2ms)
|
194
|
+
|
195
|
+
|
196
|
+
Started GET "/" for ::1 at 2015-02-06 10:33:09 +0900
|
197
|
+
Processing by TopController#index as HTML
|
198
|
+
Rendered top/index.html.erb within layouts/application (1.7ms)
|
199
|
+
Completed 500 Internal Server Error in 6ms
|
200
|
+
|
201
|
+
LoadError (Unable to autoload constant RailsViewComponentBuilder, expected /Users/takeshi/Desktop/rails_view_component/test/rails_view_component_test/lib/rails_view_component/rails_view_component_builder.rb to define it):
|
202
|
+
lib/rails_view_component/rails_view_component_helper.rb:5:in `rails_view_components'
|
203
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___2902933305737306628_70115589063660'
|
204
|
+
|
205
|
+
|
206
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.6ms)
|
207
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.1ms)
|
208
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
209
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
210
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/diagnostics.html.erb within rescues/layout (21.9ms)
|
211
|
+
|
212
|
+
|
213
|
+
Started GET "/" for ::1 at 2015-02-06 10:33:54 +0900
|
214
|
+
|
215
|
+
ActionController::RoutingError (undefined method `sub' for nil:NilClass):
|
216
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
217
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
218
|
+
|
219
|
+
|
220
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.8ms)
|
221
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.6ms)
|
222
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (5.1ms)
|
223
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (8.8ms)
|
224
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
225
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (39.0ms)
|
226
|
+
|
227
|
+
|
228
|
+
Started GET "/" for ::1 at 2015-02-06 10:33:56 +0900
|
229
|
+
Processing by TopController#index as HTML
|
230
|
+
Rendered top/index.html.erb within layouts/application (1.9ms)
|
231
|
+
Completed 500 Internal Server Error in 7ms
|
232
|
+
|
233
|
+
LoadError (Unable to autoload constant RailsViewComponentBuilder, expected /Users/takeshi/Desktop/rails_view_component/test/rails_view_component_test/lib/rails_view_component/rails_view_component_builder.rb to define it):
|
234
|
+
lib/rails_view_component/rails_view_component_helper.rb:5:in `rails_view_components'
|
235
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__1626555611634499034_70251572503340'
|
236
|
+
|
237
|
+
|
238
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (7.8ms)
|
239
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.7ms)
|
240
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.8ms)
|
241
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
242
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)
|
243
|
+
|
244
|
+
|
245
|
+
Started GET "/" for ::1 at 2015-02-06 10:33:57 +0900
|
246
|
+
Processing by TopController#index as HTML
|
247
|
+
Rendered top/index.html.erb within layouts/application (0.1ms)
|
248
|
+
Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.0ms)
|
249
|
+
|
250
|
+
|
251
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
252
|
+
|
253
|
+
|
254
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
255
|
+
|
256
|
+
|
257
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
258
|
+
|
259
|
+
|
260
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
261
|
+
|
262
|
+
|
263
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
264
|
+
|
265
|
+
|
266
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
267
|
+
|
268
|
+
|
269
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 10:33:57 +0900
|
270
|
+
|
271
|
+
|
272
|
+
Started GET "/" for ::1 at 2015-02-06 10:33:58 +0900
|
273
|
+
Processing by TopController#index as HTML
|
274
|
+
Rendered top/index.html.erb within layouts/application (0.1ms)
|
275
|
+
Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.0ms)
|
276
|
+
|
277
|
+
|
278
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
279
|
+
|
280
|
+
|
281
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
282
|
+
|
283
|
+
|
284
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
285
|
+
|
286
|
+
|
287
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
288
|
+
|
289
|
+
|
290
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
291
|
+
|
292
|
+
|
293
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
294
|
+
|
295
|
+
|
296
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 10:33:58 +0900
|
297
|
+
|
298
|
+
|
299
|
+
Started GET "/" for ::1 at 2015-02-06 10:35:11 +0900
|
300
|
+
|
301
|
+
ActionController::RoutingError (undefined method `sub' for nil:NilClass):
|
302
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
303
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
304
|
+
|
305
|
+
|
306
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.0ms)
|
307
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
308
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (5.3ms)
|
309
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (10.6ms)
|
310
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (1.0ms)
|
311
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (41.8ms)
|
312
|
+
|
313
|
+
|
314
|
+
Started POST "/console/repl_sessions/b63d904adfc74bb6ecdc2dbdba5d6f7b/trace" for ::1 at 2015-02-06 10:35:18 +0900
|
315
|
+
|
316
|
+
|
317
|
+
Started POST "/console/repl_sessions/b63d904adfc74bb6ecdc2dbdba5d6f7b/trace" for ::1 at 2015-02-06 10:35:21 +0900
|
318
|
+
|
319
|
+
|
320
|
+
Started GET "/" for ::1 at 2015-02-06 10:36:11 +0900
|
321
|
+
|
322
|
+
ActionController::RoutingError (undefined method `sub' for nil:NilClass):
|
323
|
+
app/controllers/application_controller.rb:1:in `<top (required)>'
|
324
|
+
app/controllers/top_controller.rb:1:in `<top (required)>'
|
325
|
+
|
326
|
+
|
327
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (3.5ms)
|
328
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
329
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (7.1ms)
|
330
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (8.9ms)
|
331
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (1.0ms)
|
332
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (43.6ms)
|
333
|
+
|
334
|
+
|
335
|
+
Started GET "/" for ::1 at 2015-02-06 10:36:12 +0900
|
336
|
+
Processing by TopController#index as HTML
|
337
|
+
Rendered top/index.html.erb within layouts/application (1.8ms)
|
338
|
+
Completed 500 Internal Server Error in 7ms
|
339
|
+
|
340
|
+
LoadError (Unable to autoload constant RailsViewComponentBuilder, expected /Users/takeshi/Desktop/rails_view_component/test/rails_view_component_test/lib/rails_view_component/rails_view_component_builder.rb to define it):
|
341
|
+
lib/rails_view_component/rails_view_component_helper.rb:5:in `rails_view_components'
|
342
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__2653136998460708174_70115107258940'
|
343
|
+
|
344
|
+
|
345
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (6.0ms)
|
346
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.7ms)
|
347
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
348
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
349
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/diagnostics.html.erb within rescues/layout (23.7ms)
|
350
|
+
|
351
|
+
|
352
|
+
Started GET "/" for ::1 at 2015-02-06 10:52:02 +0900
|
353
|
+
Processing by TopController#index as HTML
|
354
|
+
Rendered top/index.html.erb within layouts/application (2.4ms)
|
355
|
+
Completed 200 OK in 135ms (Views: 125.5ms | ActiveRecord: 0.0ms)
|
356
|
+
|
357
|
+
|
358
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
359
|
+
|
360
|
+
|
361
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
362
|
+
|
363
|
+
|
364
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
365
|
+
|
366
|
+
|
367
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
368
|
+
|
369
|
+
|
370
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
371
|
+
|
372
|
+
|
373
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
374
|
+
|
375
|
+
|
376
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 10:52:02 +0900
|
377
|
+
|
378
|
+
|
379
|
+
Started GET "/" for ::1 at 2015-02-06 10:52:52 +0900
|
380
|
+
Processing by TopController#index as HTML
|
381
|
+
Rendered top/index.html.erb within layouts/application (13.5ms)
|
382
|
+
Completed 500 Internal Server Error in 29ms
|
383
|
+
|
384
|
+
ActionView::Template::Error (undefined method `rails_view_component' for #<#<Class:0x007ffd9fa34040>:0x007ffd9fa25590>):
|
385
|
+
3:
|
386
|
+
4: <%= rails_view_components do %>
|
387
|
+
5:
|
388
|
+
6: <%= rails_view_component "misc/todo", {},{} %>
|
389
|
+
7:
|
390
|
+
8: <% end %>
|
391
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb___3997230502553533243_70363640674860'
|
392
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
393
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
394
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___3997230502553533243_70363640674860'
|
395
|
+
|
396
|
+
|
397
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.2ms)
|
398
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.1ms)
|
399
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
400
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
401
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.6ms)
|
402
|
+
|
403
|
+
|
404
|
+
Started GET "/" for ::1 at 2015-02-06 10:54:03 +0900
|
405
|
+
Processing by TopController#index as HTML
|
406
|
+
Rendered top/index.html.erb within layouts/application (12.2ms)
|
407
|
+
Completed 500 Internal Server Error in 28ms
|
408
|
+
|
409
|
+
ActionView::Template::Error (undefined method `distribute' for #<#<Class:0x007fb6b37013b0>:0x007fb6b36f2ea0>):
|
410
|
+
3:
|
411
|
+
4: <%= rails_view_components do %>
|
412
|
+
5:
|
413
|
+
6: <%= distribute "misc/todo", {},{} %>
|
414
|
+
7:
|
415
|
+
8: <% end %>
|
416
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb__4121803282013993457_70211335439820'
|
417
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
418
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
419
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__4121803282013993457_70211335439820'
|
420
|
+
|
421
|
+
|
422
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.3ms)
|
423
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.3ms)
|
424
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
425
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
426
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.6ms)
|
427
|
+
|
428
|
+
|
429
|
+
Started GET "/" for ::1 at 2015-02-06 10:54:47 +0900
|
430
|
+
Processing by TopController#index as HTML
|
431
|
+
Rendered top/index.html.erb within layouts/application (11.8ms)
|
432
|
+
Completed 500 Internal Server Error in 31ms
|
433
|
+
|
434
|
+
ActionView::Template::Error (undefined method `destribute' for #<#<Class:0x007ffc7e21a160>:0x007ffc7e20bd40>):
|
435
|
+
3:
|
436
|
+
4: <%= rails_view_components do %>
|
437
|
+
5:
|
438
|
+
6: <%= destribute "misc/todo", {},{} %>
|
439
|
+
7:
|
440
|
+
8: <% end %>
|
441
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb___335738415473201291_70361212128760'
|
442
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
443
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
444
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___335738415473201291_70361212128760'
|
445
|
+
|
446
|
+
|
447
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.4ms)
|
448
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.2ms)
|
449
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.8ms)
|
450
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
451
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.7ms)
|
452
|
+
|
453
|
+
|
454
|
+
Started GET "/" for ::1 at 2015-02-06 10:54:48 +0900
|
455
|
+
Processing by TopController#index as HTML
|
456
|
+
Rendered top/index.html.erb within layouts/application (9.6ms)
|
457
|
+
Completed 500 Internal Server Error in 12ms
|
458
|
+
|
459
|
+
ActionView::Template::Error (undefined method `destribute' for #<#<Class:0x007ffc7e21a160>:0x007ffc80d6cc00>):
|
460
|
+
3:
|
461
|
+
4: <%= rails_view_components do %>
|
462
|
+
5:
|
463
|
+
6: <%= destribute "misc/todo", {},{} %>
|
464
|
+
7:
|
465
|
+
8: <% end %>
|
466
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb___335738415473201291_70361212128760'
|
467
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
468
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
469
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___335738415473201291_70361212128760'
|
470
|
+
|
471
|
+
|
472
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.5ms)
|
473
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.2ms)
|
474
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
475
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
476
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (22.7ms)
|
477
|
+
|
478
|
+
|
479
|
+
Started GET "/" for ::1 at 2015-02-06 10:55:46 +0900
|
480
|
+
Processing by TopController#index as HTML
|
481
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
482
|
+
Completed 500 Internal Server Error in 20ms
|
483
|
+
|
484
|
+
ActionView::Template::Error (#<RailsViewComponentBuilder:0x007f840f4578e8>):
|
485
|
+
1: <h1>Top#index</h1>
|
486
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
487
|
+
3:
|
488
|
+
4: <%= rails_view_components do %>
|
489
|
+
5:
|
490
|
+
6: <%= destribute "misc/todo", {},{} %>
|
491
|
+
7:
|
492
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
493
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___3888492717295539234_70102584441800'
|
494
|
+
|
495
|
+
|
496
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.5ms)
|
497
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.3ms)
|
498
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
499
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.8ms)
|
500
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (22.4ms)
|
501
|
+
|
502
|
+
|
503
|
+
Started GET "/" for ::1 at 2015-02-06 10:56:31 +0900
|
504
|
+
Processing by TopController#index as HTML
|
505
|
+
Rendered top/index.html.erb within layouts/application (5.4ms)
|
506
|
+
Completed 500 Internal Server Error in 21ms
|
507
|
+
|
508
|
+
ActionView::Template::Error (uninitialized constant Misc::TodoModel):
|
509
|
+
3:
|
510
|
+
4: <%= rails_view_components do |b| %>
|
511
|
+
5:
|
512
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
513
|
+
7:
|
514
|
+
8: <% end %>
|
515
|
+
lib/rails_view_component/rails_view_component_builder.rb:8:in `const_get'
|
516
|
+
lib/rails_view_component/rails_view_component_builder.rb:8:in `destribute'
|
517
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb__3142403689085457091_70157482853860'
|
518
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
519
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
520
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__3142403689085457091_70157482853860'
|
521
|
+
|
522
|
+
|
523
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.2ms)
|
524
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.6ms)
|
525
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.8ms)
|
526
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
527
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (24.5ms)
|
528
|
+
|
529
|
+
|
530
|
+
Started GET "/" for ::1 at 2015-02-06 10:59:11 +0900
|
531
|
+
Processing by TopController#index as HTML
|
532
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
533
|
+
Completed 500 Internal Server Error in 20ms
|
534
|
+
|
535
|
+
ActionView::Template::Error (Misc::Todo):
|
536
|
+
3:
|
537
|
+
4: <%= rails_view_components do |b| %>
|
538
|
+
5:
|
539
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
540
|
+
7:
|
541
|
+
8: <% end %>
|
542
|
+
lib/rails_view_component/rails_view_component_builder.rb:7:in `destribute'
|
543
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb___1866442835301335105_70249481706700'
|
544
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
545
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
546
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___1866442835301335105_70249481706700'
|
547
|
+
|
548
|
+
|
549
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (8.9ms)
|
550
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.6ms)
|
551
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
552
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
553
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (26.4ms)
|
554
|
+
|
555
|
+
|
556
|
+
Started GET "/" for ::1 at 2015-02-06 11:01:02 +0900
|
557
|
+
Processing by TopController#index as HTML
|
558
|
+
Rendered top/index.html.erb within layouts/application (8.6ms)
|
559
|
+
Completed 500 Internal Server Error in 25ms
|
560
|
+
|
561
|
+
ActionView::Template::Error (Missing template /todo_view_component.html.erb with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
|
562
|
+
* "/Users/takeshi/Desktop/rails_view_component/test/rails_view_component_test/app/rails_view_components/misc/todo/todo_model/views"
|
563
|
+
):
|
564
|
+
3:
|
565
|
+
4: <%= rails_view_components do |b| %>
|
566
|
+
5:
|
567
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
568
|
+
7:
|
569
|
+
8: <% end %>
|
570
|
+
lib/rails_view_component/rails_view_component_model.rb:27:in `html'
|
571
|
+
lib/rails_view_component/rails_view_component_builder.rb:13:in `destribute'
|
572
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb___406086554790044045_70260187823260'
|
573
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
574
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
575
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb___406086554790044045_70260187823260'
|
576
|
+
|
577
|
+
|
578
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (6.9ms)
|
579
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.4ms)
|
580
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.9ms)
|
581
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
582
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (24.2ms)
|
583
|
+
|
584
|
+
|
585
|
+
Started GET "/" for ::1 at 2015-02-06 11:16:55 +0900
|
586
|
+
Processing by TopController#index as HTML
|
587
|
+
Rendered top/index.html.erb within layouts/application (7.3ms)
|
588
|
+
Completed 500 Internal Server Error in 29ms
|
589
|
+
|
590
|
+
ActionView::Template::Error (Misc::Todo::TodoModel):
|
591
|
+
3:
|
592
|
+
4: <%= rails_view_components do |b| %>
|
593
|
+
5:
|
594
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
595
|
+
7:
|
596
|
+
8: <% end %>
|
597
|
+
lib/rails_view_component/rails_view_component_model.rb:5:in `initialize'
|
598
|
+
lib/rails_view_component/rails_view_component_builder.rb:11:in `new'
|
599
|
+
lib/rails_view_component/rails_view_component_builder.rb:11:in `destribute'
|
600
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb__700028597049135306_70165317142200'
|
601
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
602
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
603
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__700028597049135306_70165317142200'
|
604
|
+
|
605
|
+
|
606
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (7.4ms)
|
607
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.3ms)
|
608
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
609
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
610
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (26.1ms)
|
611
|
+
|
612
|
+
|
613
|
+
Started GET "/" for ::1 at 2015-02-06 11:17:58 +0900
|
614
|
+
Processing by TopController#index as HTML
|
615
|
+
Rendered top/index.html.erb within layouts/application (4.2ms)
|
616
|
+
Completed 500 Internal Server Error in 9ms
|
617
|
+
|
618
|
+
ActionView::Template::Error (misc/todo):
|
619
|
+
3:
|
620
|
+
4: <%= rails_view_components do |b| %>
|
621
|
+
5:
|
622
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
623
|
+
7:
|
624
|
+
8: <% end %>
|
625
|
+
lib/rails_view_component/rails_view_component_model.rb:5:in `initialize'
|
626
|
+
lib/rails_view_component/rails_view_component_builder.rb:11:in `new'
|
627
|
+
lib/rails_view_component/rails_view_component_builder.rb:11:in `destribute'
|
628
|
+
app/views/top/index.html.erb:6:in `block in _app_views_top_index_html_erb__700028597049135306_70165317142200'
|
629
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `call'
|
630
|
+
lib/rails_view_component/rails_view_component_helper.rb:6:in `rails_view_components'
|
631
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__700028597049135306_70165317142200'
|
632
|
+
|
633
|
+
|
634
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.4ms)
|
635
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.4ms)
|
636
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
637
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.9ms)
|
638
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (23.0ms)
|
639
|
+
|
640
|
+
|
641
|
+
Started GET "/" for ::1 at 2015-02-06 11:18:35 +0900
|
642
|
+
Processing by TopController#index as HTML
|
643
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
644
|
+
Rendered top/index.html.erb within layouts/application (7.4ms)
|
645
|
+
Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.0ms)
|
646
|
+
|
647
|
+
|
648
|
+
Started GET "/javascripts/" for ::1 at 2015-02-06 11:18:36 +0900
|
649
|
+
|
650
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts"):
|
651
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
652
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
653
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
654
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
655
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
656
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
657
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
658
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
659
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
660
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
661
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
662
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
663
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
664
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
665
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
666
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
667
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
668
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
669
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
670
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
671
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
672
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
673
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
674
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
675
|
+
|
676
|
+
|
677
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.6ms)
|
678
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.4ms)
|
679
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (8.9ms)
|
680
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (1.1ms)
|
681
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
682
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (40.8ms)
|
683
|
+
|
684
|
+
|
685
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
686
|
+
|
687
|
+
|
688
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
689
|
+
|
690
|
+
|
691
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
692
|
+
|
693
|
+
|
694
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
695
|
+
|
696
|
+
|
697
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
698
|
+
|
699
|
+
|
700
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
701
|
+
|
702
|
+
|
703
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:18:36 +0900
|
704
|
+
|
705
|
+
|
706
|
+
Started GET "/" for ::1 at 2015-02-06 11:19:19 +0900
|
707
|
+
Processing by TopController#index as HTML
|
708
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
709
|
+
Rendered top/index.html.erb within layouts/application (5.7ms)
|
710
|
+
Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.0ms)
|
711
|
+
|
712
|
+
|
713
|
+
Started GET "/" for ::1 at 2015-02-06 11:25:03 +0900
|
714
|
+
Processing by TopController#index as HTML
|
715
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
716
|
+
Rendered top/index.html.erb within layouts/application (6.9ms)
|
717
|
+
Completed 200 OK in 94ms (Views: 85.2ms | ActiveRecord: 0.0ms)
|
718
|
+
|
719
|
+
|
720
|
+
Started GET "/" for ::1 at 2015-02-06 11:25:29 +0900
|
721
|
+
Processing by TopController#index as HTML
|
722
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
723
|
+
Rendered top/index.html.erb within layouts/application (3.7ms)
|
724
|
+
Completed 200 OK in 44ms (Views: 43.8ms | ActiveRecord: 0.0ms)
|
725
|
+
|
726
|
+
|
727
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
728
|
+
|
729
|
+
|
730
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
731
|
+
|
732
|
+
|
733
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
734
|
+
|
735
|
+
|
736
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
737
|
+
|
738
|
+
|
739
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
740
|
+
|
741
|
+
|
742
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
743
|
+
|
744
|
+
|
745
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:25:29 +0900
|
746
|
+
|
747
|
+
|
748
|
+
Started GET "/" for ::1 at 2015-02-06 11:26:32 +0900
|
749
|
+
Processing by TopController#index as HTML
|
750
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
751
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
752
|
+
Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
756
|
+
|
757
|
+
|
758
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
759
|
+
|
760
|
+
|
761
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
762
|
+
|
763
|
+
|
764
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
765
|
+
|
766
|
+
|
767
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
768
|
+
|
769
|
+
|
770
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
771
|
+
|
772
|
+
|
773
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
774
|
+
|
775
|
+
|
776
|
+
Started GET "/" for ::1 at 2015-02-06 11:26:33 +0900
|
777
|
+
Processing by TopController#index as HTML
|
778
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
779
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
780
|
+
Completed 200 OK in 43ms (Views: 42.9ms | ActiveRecord: 0.0ms)
|
781
|
+
|
782
|
+
|
783
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
784
|
+
|
785
|
+
|
786
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
787
|
+
|
788
|
+
|
789
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
790
|
+
|
791
|
+
|
792
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
793
|
+
|
794
|
+
|
795
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
796
|
+
|
797
|
+
|
798
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
799
|
+
|
800
|
+
|
801
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:26:33 +0900
|
802
|
+
|
803
|
+
|
804
|
+
Started GET "/" for ::1 at 2015-02-06 11:33:27 +0900
|
805
|
+
Processing by TopController#index as HTML
|
806
|
+
Rendered top/index.html.erb within layouts/application (11.1ms)
|
807
|
+
Completed 500 Internal Server Error in 16ms
|
808
|
+
|
809
|
+
ActionView::Template::Error (undefined method `rails_view_components' for #<#<Class:0x007f80fdf74420>:0x007f80fb3c4c30>):
|
810
|
+
1: <h1>Top#index</h1>
|
811
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
812
|
+
3:
|
813
|
+
4: <%= rails_view_components do |b| %>
|
814
|
+
5:
|
815
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
816
|
+
7:
|
817
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__553311868659004121_70096006157280'
|
818
|
+
|
819
|
+
|
820
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.2ms)
|
821
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.4ms)
|
822
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
823
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
824
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.8ms)
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/" for ::1 at 2015-02-06 11:33:31 +0900
|
828
|
+
Processing by TopController#index as HTML
|
829
|
+
Rendered top/index.html.erb within layouts/application (10.2ms)
|
830
|
+
Completed 500 Internal Server Error in 13ms
|
831
|
+
|
832
|
+
ActionView::Template::Error (undefined method `rails_view_components' for #<#<Class:0x007f80fdf74420>:0x007f81006c4f48>):
|
833
|
+
1: <h1>Top#index</h1>
|
834
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
835
|
+
3:
|
836
|
+
4: <%= rails_view_components do |b| %>
|
837
|
+
5:
|
838
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
839
|
+
7:
|
840
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__553311868659004121_70096006157280'
|
841
|
+
|
842
|
+
|
843
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.5ms)
|
844
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.5ms)
|
845
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.9ms)
|
846
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
847
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (24.2ms)
|
848
|
+
|
849
|
+
|
850
|
+
Started GET "/" for ::1 at 2015-02-06 11:34:05 +0900
|
851
|
+
Processing by TopController#index as HTML
|
852
|
+
Rendered top/index.html.erb within layouts/application (8.7ms)
|
853
|
+
Completed 500 Internal Server Error in 13ms
|
854
|
+
|
855
|
+
ActionView::Template::Error (undefined method `rails_view_components' for #<#<Class:0x007f80fdd3f358>:0x007f80fdd47b70>):
|
856
|
+
1: <h1>Top#index</h1>
|
857
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
858
|
+
3:
|
859
|
+
4: <%= rails_view_components do |b| %>
|
860
|
+
5:
|
861
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
862
|
+
7:
|
863
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__553311868659004121_70096006157280'
|
864
|
+
|
865
|
+
|
866
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.5ms)
|
867
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.2ms)
|
868
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
869
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
870
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.9ms)
|
871
|
+
|
872
|
+
|
873
|
+
Started GET "/" for ::1 at 2015-02-06 11:34:42 +0900
|
874
|
+
Processing by TopController#index as HTML
|
875
|
+
Rendered top/index.html.erb within layouts/application (12.7ms)
|
876
|
+
Completed 500 Internal Server Error in 28ms
|
877
|
+
|
878
|
+
ActionView::Template::Error (undefined method `rails_view_components' for #<#<Class:0x007fa7c7acf870>:0x007fa7c7ac5438>):
|
879
|
+
1: <h1>Top#index</h1>
|
880
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
881
|
+
3:
|
882
|
+
4: <%= rails_view_components do |b| %>
|
883
|
+
5:
|
884
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
885
|
+
7:
|
886
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__1938675124753918449_70179292964740'
|
887
|
+
|
888
|
+
|
889
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (6.2ms)
|
890
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.1ms)
|
891
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.7ms)
|
892
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
893
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (22.5ms)
|
894
|
+
|
895
|
+
|
896
|
+
Started GET "/" for ::1 at 2015-02-06 11:34:43 +0900
|
897
|
+
Processing by TopController#index as HTML
|
898
|
+
Rendered top/index.html.erb within layouts/application (9.8ms)
|
899
|
+
Completed 500 Internal Server Error in 13ms
|
900
|
+
|
901
|
+
ActionView::Template::Error (undefined method `rails_view_components' for #<#<Class:0x007fa7c7acf870>:0x007fa7cba45c20>):
|
902
|
+
1: <h1>Top#index</h1>
|
903
|
+
2: <p>Find me in app/views/top/index.html.erb</p>
|
904
|
+
3:
|
905
|
+
4: <%= rails_view_components do |b| %>
|
906
|
+
5:
|
907
|
+
6: <%= b.destribute "misc/todo", {},{} %>
|
908
|
+
7:
|
909
|
+
app/views/top/index.html.erb:4:in `_app_views_top_index_html_erb__1938675124753918449_70179292964740'
|
910
|
+
|
911
|
+
|
912
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_source.erb (5.1ms)
|
913
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.2ms)
|
914
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (0.8ms)
|
915
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (0.7ms)
|
916
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/template_error.html.erb within rescues/layout (21.9ms)
|
917
|
+
|
918
|
+
|
919
|
+
Started GET "/" for ::1 at 2015-02-06 11:35:21 +0900
|
920
|
+
Processing by TopController#index as HTML
|
921
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
922
|
+
Rendered top/index.html.erb within layouts/application (6.3ms)
|
923
|
+
Completed 200 OK in 89ms (Views: 81.2ms | ActiveRecord: 0.0ms)
|
924
|
+
|
925
|
+
|
926
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
927
|
+
|
928
|
+
|
929
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
930
|
+
|
931
|
+
|
932
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
933
|
+
|
934
|
+
|
935
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
936
|
+
|
937
|
+
|
938
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
939
|
+
|
940
|
+
|
941
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
942
|
+
|
943
|
+
|
944
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:35:21 +0900
|
945
|
+
|
946
|
+
|
947
|
+
Started GET "/" for ::1 at 2015-02-06 11:35:24 +0900
|
948
|
+
Processing by TopController#index as HTML
|
949
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
950
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
951
|
+
Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.0ms)
|
952
|
+
|
953
|
+
|
954
|
+
Started GET "/" for ::1 at 2015-02-06 11:35:27 +0900
|
955
|
+
Processing by TopController#index as HTML
|
956
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
957
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
958
|
+
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
|
959
|
+
|
960
|
+
|
961
|
+
Started GET "/" for ::1 at 2015-02-06 11:37:58 +0900
|
962
|
+
Processing by TopController#index as HTML
|
963
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
964
|
+
Rendered top/index.html.erb within layouts/application (6.2ms)
|
965
|
+
Completed 200 OK in 91ms (Views: 82.9ms | ActiveRecord: 0.0ms)
|
966
|
+
|
967
|
+
|
968
|
+
Started GET "/" for ::1 at 2015-02-06 11:38:31 +0900
|
969
|
+
Processing by TopController#index as HTML
|
970
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
971
|
+
Rendered top/index.html.erb within layouts/application (6.3ms)
|
972
|
+
Completed 200 OK in 97ms (Views: 89.4ms | ActiveRecord: 0.0ms)
|
973
|
+
|
974
|
+
|
975
|
+
Started GET "/" for ::1 at 2015-02-06 11:40:04 +0900
|
976
|
+
Processing by TopController#index as HTML
|
977
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
978
|
+
Rendered top/index.html.erb within layouts/application (8.1ms)
|
979
|
+
Completed 200 OK in 92ms (Views: 83.9ms | ActiveRecord: 0.0ms)
|
980
|
+
|
981
|
+
|
982
|
+
Started GET "/" for ::1 at 2015-02-06 11:40:37 +0900
|
983
|
+
Processing by TopController#index as HTML
|
984
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
985
|
+
Rendered top/index.html.erb within layouts/application (6.1ms)
|
986
|
+
Completed 200 OK in 90ms (Views: 82.3ms | ActiveRecord: 0.0ms)
|
987
|
+
|
988
|
+
|
989
|
+
Started GET "/" for ::1 at 2015-02-06 11:43:59 +0900
|
990
|
+
Processing by TopController#index as HTML
|
991
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
992
|
+
Rendered top/index.html.erb within layouts/application (6.6ms)
|
993
|
+
Completed 200 OK in 91ms (Views: 82.4ms | ActiveRecord: 0.0ms)
|
994
|
+
|
995
|
+
|
996
|
+
Started GET "/" for ::1 at 2015-02-06 11:44:09 +0900
|
997
|
+
Processing by TopController#index as HTML
|
998
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
999
|
+
Rendered top/index.html.erb within layouts/application (4.1ms)
|
1000
|
+
Completed 200 OK in 48ms (Views: 48.0ms | ActiveRecord: 0.0ms)
|
1001
|
+
|
1002
|
+
|
1003
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1004
|
+
|
1005
|
+
|
1006
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1007
|
+
|
1008
|
+
|
1009
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1010
|
+
|
1011
|
+
|
1012
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1013
|
+
|
1014
|
+
|
1015
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1016
|
+
|
1017
|
+
|
1018
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1019
|
+
|
1020
|
+
|
1021
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1022
|
+
|
1023
|
+
|
1024
|
+
Started GET "/" for ::1 at 2015-02-06 11:44:09 +0900
|
1025
|
+
Processing by TopController#index as HTML
|
1026
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1027
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
1028
|
+
Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms)
|
1029
|
+
|
1030
|
+
|
1031
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1032
|
+
|
1033
|
+
|
1034
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1035
|
+
|
1036
|
+
|
1037
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1038
|
+
|
1039
|
+
|
1040
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1041
|
+
|
1042
|
+
|
1043
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1044
|
+
|
1045
|
+
|
1046
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1047
|
+
|
1048
|
+
|
1049
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:44:09 +0900
|
1050
|
+
|
1051
|
+
|
1052
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:44:16 +0900
|
1053
|
+
|
1054
|
+
|
1055
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:44:16 +0900
|
1056
|
+
|
1057
|
+
|
1058
|
+
Started GET "/" for ::1 at 2015-02-06 11:44:18 +0900
|
1059
|
+
Processing by TopController#index as HTML
|
1060
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1061
|
+
Rendered top/index.html.erb within layouts/application (5.0ms)
|
1062
|
+
Completed 200 OK in 44ms (Views: 43.9ms | ActiveRecord: 0.0ms)
|
1063
|
+
|
1064
|
+
|
1065
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1066
|
+
|
1067
|
+
|
1068
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1069
|
+
|
1070
|
+
|
1071
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1072
|
+
|
1073
|
+
|
1074
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1075
|
+
|
1076
|
+
|
1077
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1078
|
+
|
1079
|
+
|
1080
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1081
|
+
|
1082
|
+
|
1083
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:44:18 +0900
|
1084
|
+
|
1085
|
+
|
1086
|
+
Started GET "/" for ::1 at 2015-02-06 11:44:37 +0900
|
1087
|
+
Processing by TopController#index as HTML
|
1088
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1089
|
+
Rendered top/index.html.erb within layouts/application (4.6ms)
|
1090
|
+
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)
|
1091
|
+
|
1092
|
+
|
1093
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1094
|
+
|
1095
|
+
|
1096
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1097
|
+
|
1098
|
+
|
1099
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1100
|
+
|
1101
|
+
|
1102
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1103
|
+
|
1104
|
+
|
1105
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1106
|
+
|
1107
|
+
|
1108
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1109
|
+
|
1110
|
+
|
1111
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:44:37 +0900
|
1112
|
+
|
1113
|
+
|
1114
|
+
Started GET "/" for ::1 at 2015-02-06 11:44:45 +0900
|
1115
|
+
Processing by TopController#index as HTML
|
1116
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1117
|
+
Rendered top/index.html.erb within layouts/application (4.4ms)
|
1118
|
+
Completed 200 OK in 80ms (Views: 79.9ms | ActiveRecord: 0.0ms)
|
1119
|
+
|
1120
|
+
|
1121
|
+
Started GET "/" for ::1 at 2015-02-06 11:45:12 +0900
|
1122
|
+
Processing by TopController#index as HTML
|
1123
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1124
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
1125
|
+
Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
|
1126
|
+
|
1127
|
+
|
1128
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1129
|
+
|
1130
|
+
|
1131
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1132
|
+
|
1133
|
+
|
1134
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1135
|
+
|
1136
|
+
|
1137
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1138
|
+
|
1139
|
+
|
1140
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1141
|
+
|
1142
|
+
|
1143
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1144
|
+
|
1145
|
+
|
1146
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:45:12 +0900
|
1147
|
+
|
1148
|
+
|
1149
|
+
Started GET "/" for ::1 at 2015-02-06 11:46:03 +0900
|
1150
|
+
Processing by TopController#index as HTML
|
1151
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.7ms)
|
1152
|
+
Rendered top/index.html.erb within layouts/application (4.8ms)
|
1153
|
+
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)
|
1154
|
+
|
1155
|
+
|
1156
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1157
|
+
|
1158
|
+
|
1159
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1160
|
+
|
1161
|
+
|
1162
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1163
|
+
|
1164
|
+
|
1165
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1166
|
+
|
1167
|
+
|
1168
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1169
|
+
|
1170
|
+
|
1171
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1172
|
+
|
1173
|
+
|
1174
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:46:03 +0900
|
1175
|
+
|
1176
|
+
|
1177
|
+
Started GET "/" for ::1 at 2015-02-06 11:49:41 +0900
|
1178
|
+
Processing by TopController#index as HTML
|
1179
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
1180
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
1181
|
+
Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms)
|
1182
|
+
|
1183
|
+
|
1184
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1185
|
+
|
1186
|
+
|
1187
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1188
|
+
|
1189
|
+
|
1190
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1191
|
+
|
1192
|
+
|
1193
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1194
|
+
|
1195
|
+
|
1196
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1197
|
+
|
1198
|
+
|
1199
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1200
|
+
|
1201
|
+
|
1202
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:49:41 +0900
|
1203
|
+
|
1204
|
+
|
1205
|
+
Started GET "/" for ::1 at 2015-02-06 11:49:42 +0900
|
1206
|
+
Processing by TopController#index as HTML
|
1207
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1208
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
1209
|
+
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
|
1210
|
+
|
1211
|
+
|
1212
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1213
|
+
|
1214
|
+
|
1215
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1216
|
+
|
1217
|
+
|
1218
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1219
|
+
|
1220
|
+
|
1221
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1222
|
+
|
1223
|
+
|
1224
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1225
|
+
|
1226
|
+
|
1227
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1228
|
+
|
1229
|
+
|
1230
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:49:42 +0900
|
1231
|
+
|
1232
|
+
|
1233
|
+
Started GET "/" for ::1 at 2015-02-06 11:50:35 +0900
|
1234
|
+
Processing by TopController#index as HTML
|
1235
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1236
|
+
Rendered top/index.html.erb within layouts/application (4.8ms)
|
1237
|
+
Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms)
|
1238
|
+
|
1239
|
+
|
1240
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1241
|
+
|
1242
|
+
|
1243
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1244
|
+
|
1245
|
+
|
1246
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1247
|
+
|
1248
|
+
|
1249
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1250
|
+
|
1251
|
+
|
1252
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1253
|
+
|
1254
|
+
|
1255
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1256
|
+
|
1257
|
+
|
1258
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:50:35 +0900
|
1259
|
+
|
1260
|
+
|
1261
|
+
Started GET "/" for ::1 at 2015-02-06 11:50:35 +0900
|
1262
|
+
Processing by TopController#index as HTML
|
1263
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1264
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
1265
|
+
Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.0ms)
|
1266
|
+
|
1267
|
+
|
1268
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1269
|
+
|
1270
|
+
|
1271
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1272
|
+
|
1273
|
+
|
1274
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1275
|
+
|
1276
|
+
|
1277
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1278
|
+
|
1279
|
+
|
1280
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1281
|
+
|
1282
|
+
|
1283
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1284
|
+
|
1285
|
+
|
1286
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:50:36 +0900
|
1287
|
+
|
1288
|
+
|
1289
|
+
Started GET "/" for ::1 at 2015-02-06 11:52:05 +0900
|
1290
|
+
Processing by TopController#index as HTML
|
1291
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1292
|
+
Rendered top/index.html.erb within layouts/application (3.7ms)
|
1293
|
+
Completed 200 OK in 49ms (Views: 48.4ms | ActiveRecord: 0.0ms)
|
1294
|
+
|
1295
|
+
|
1296
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1297
|
+
|
1298
|
+
|
1299
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1300
|
+
|
1301
|
+
|
1302
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1303
|
+
|
1304
|
+
|
1305
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1306
|
+
|
1307
|
+
|
1308
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1309
|
+
|
1310
|
+
|
1311
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1312
|
+
|
1313
|
+
|
1314
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:52:05 +0900
|
1315
|
+
|
1316
|
+
|
1317
|
+
Started GET "/" for ::1 at 2015-02-06 11:54:41 +0900
|
1318
|
+
Processing by TopController#index as HTML
|
1319
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1320
|
+
Rendered top/index.html.erb within layouts/application (3.7ms)
|
1321
|
+
Completed 200 OK in 39ms (Views: 38.3ms | ActiveRecord: 0.0ms)
|
1322
|
+
|
1323
|
+
|
1324
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1325
|
+
|
1326
|
+
|
1327
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1328
|
+
|
1329
|
+
|
1330
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1331
|
+
|
1332
|
+
|
1333
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1334
|
+
|
1335
|
+
|
1336
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1337
|
+
|
1338
|
+
|
1339
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1340
|
+
|
1341
|
+
|
1342
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:54:42 +0900
|
1343
|
+
|
1344
|
+
|
1345
|
+
Started GET "/" for ::1 at 2015-02-06 11:55:58 +0900
|
1346
|
+
Processing by TopController#index as HTML
|
1347
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1348
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
1349
|
+
Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)
|
1350
|
+
|
1351
|
+
|
1352
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1353
|
+
|
1354
|
+
|
1355
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1356
|
+
|
1357
|
+
|
1358
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1362
|
+
|
1363
|
+
|
1364
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1365
|
+
|
1366
|
+
|
1367
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1368
|
+
|
1369
|
+
|
1370
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 11:55:58 +0900
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/" for ::1 at 2015-02-06 12:01:47 +0900
|
1374
|
+
Processing by TopController#index as HTML
|
1375
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1376
|
+
Rendered top/index.html.erb within layouts/application (5.1ms)
|
1377
|
+
Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.0ms)
|
1378
|
+
|
1379
|
+
|
1380
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1381
|
+
|
1382
|
+
|
1383
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1384
|
+
|
1385
|
+
|
1386
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1387
|
+
|
1388
|
+
|
1389
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1390
|
+
|
1391
|
+
|
1392
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1393
|
+
|
1394
|
+
|
1395
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1396
|
+
|
1397
|
+
|
1398
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:01:47 +0900
|
1399
|
+
|
1400
|
+
|
1401
|
+
Started GET "/" for ::1 at 2015-02-06 12:05:26 +0900
|
1402
|
+
Processing by TopController#index as HTML
|
1403
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1404
|
+
Rendered top/index.html.erb within layouts/application (5.2ms)
|
1405
|
+
Completed 200 OK in 68ms (Views: 67.9ms | ActiveRecord: 0.0ms)
|
1406
|
+
|
1407
|
+
|
1408
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1409
|
+
|
1410
|
+
|
1411
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1412
|
+
|
1413
|
+
|
1414
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1415
|
+
|
1416
|
+
|
1417
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1418
|
+
|
1419
|
+
|
1420
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1421
|
+
|
1422
|
+
|
1423
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1424
|
+
|
1425
|
+
|
1426
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:05:26 +0900
|
1427
|
+
|
1428
|
+
|
1429
|
+
Started GET "/" for ::1 at 2015-02-06 12:05:51 +0900
|
1430
|
+
Processing by TopController#index as HTML
|
1431
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1432
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
1433
|
+
Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.0ms)
|
1434
|
+
|
1435
|
+
|
1436
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1437
|
+
|
1438
|
+
|
1439
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1440
|
+
|
1441
|
+
|
1442
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1443
|
+
|
1444
|
+
|
1445
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1446
|
+
|
1447
|
+
|
1448
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1452
|
+
|
1453
|
+
|
1454
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:05:51 +0900
|
1455
|
+
|
1456
|
+
|
1457
|
+
Started GET "/" for ::1 at 2015-02-06 12:05:52 +0900
|
1458
|
+
Processing by TopController#index as HTML
|
1459
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1460
|
+
Rendered top/index.html.erb within layouts/application (4.9ms)
|
1461
|
+
Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
|
1462
|
+
|
1463
|
+
|
1464
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1465
|
+
|
1466
|
+
|
1467
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1468
|
+
|
1469
|
+
|
1470
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1471
|
+
|
1472
|
+
|
1473
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1474
|
+
|
1475
|
+
|
1476
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1477
|
+
|
1478
|
+
|
1479
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1480
|
+
|
1481
|
+
|
1482
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1483
|
+
|
1484
|
+
|
1485
|
+
Started GET "/" for ::1 at 2015-02-06 12:05:53 +0900
|
1486
|
+
Processing by TopController#index as HTML
|
1487
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1488
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
1489
|
+
Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms)
|
1490
|
+
|
1491
|
+
|
1492
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1493
|
+
|
1494
|
+
|
1495
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1496
|
+
|
1497
|
+
|
1498
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1499
|
+
|
1500
|
+
|
1501
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1502
|
+
|
1503
|
+
|
1504
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1505
|
+
|
1506
|
+
|
1507
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1508
|
+
|
1509
|
+
|
1510
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:05:53 +0900
|
1511
|
+
|
1512
|
+
|
1513
|
+
Started GET "/" for ::1 at 2015-02-06 12:06:21 +0900
|
1514
|
+
Processing by TopController#index as HTML
|
1515
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1516
|
+
Rendered top/index.html.erb within layouts/application (4.7ms)
|
1517
|
+
Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.0ms)
|
1518
|
+
|
1519
|
+
|
1520
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1521
|
+
|
1522
|
+
|
1523
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1524
|
+
|
1525
|
+
|
1526
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1527
|
+
|
1528
|
+
|
1529
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1530
|
+
|
1531
|
+
|
1532
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1533
|
+
|
1534
|
+
|
1535
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1536
|
+
|
1537
|
+
|
1538
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:06:21 +0900
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/" for ::1 at 2015-02-06 12:06:36 +0900
|
1542
|
+
Processing by TopController#index as HTML
|
1543
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1544
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
1545
|
+
Completed 200 OK in 67ms (Views: 66.9ms | ActiveRecord: 0.0ms)
|
1546
|
+
|
1547
|
+
|
1548
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1549
|
+
|
1550
|
+
|
1551
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1552
|
+
|
1553
|
+
|
1554
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1555
|
+
|
1556
|
+
|
1557
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1558
|
+
|
1559
|
+
|
1560
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1561
|
+
|
1562
|
+
|
1563
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1564
|
+
|
1565
|
+
|
1566
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:06:37 +0900
|
1567
|
+
|
1568
|
+
|
1569
|
+
Started GET "/" for ::1 at 2015-02-06 12:07:19 +0900
|
1570
|
+
Processing by TopController#index as HTML
|
1571
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1572
|
+
Rendered top/index.html.erb within layouts/application (4.1ms)
|
1573
|
+
Completed 200 OK in 46ms (Views: 45.9ms | ActiveRecord: 0.0ms)
|
1574
|
+
|
1575
|
+
|
1576
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1577
|
+
|
1578
|
+
|
1579
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1580
|
+
|
1581
|
+
|
1582
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1583
|
+
|
1584
|
+
|
1585
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1586
|
+
|
1587
|
+
|
1588
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1589
|
+
|
1590
|
+
|
1591
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1592
|
+
|
1593
|
+
|
1594
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:07:19 +0900
|
1595
|
+
|
1596
|
+
|
1597
|
+
Started GET "/" for ::1 at 2015-02-06 12:07:32 +0900
|
1598
|
+
Processing by TopController#index as HTML
|
1599
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1600
|
+
Rendered top/index.html.erb within layouts/application (6.0ms)
|
1601
|
+
Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
1602
|
+
|
1603
|
+
|
1604
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1605
|
+
|
1606
|
+
|
1607
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1608
|
+
|
1609
|
+
|
1610
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1611
|
+
|
1612
|
+
|
1613
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1614
|
+
|
1615
|
+
|
1616
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1617
|
+
|
1618
|
+
|
1619
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1620
|
+
|
1621
|
+
|
1622
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:07:32 +0900
|
1623
|
+
|
1624
|
+
|
1625
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:16 +0900
|
1626
|
+
Processing by TopController#index as HTML
|
1627
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
1628
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
1629
|
+
Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
|
1630
|
+
|
1631
|
+
|
1632
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1633
|
+
|
1634
|
+
|
1635
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1636
|
+
|
1637
|
+
|
1638
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1639
|
+
|
1640
|
+
|
1641
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1642
|
+
|
1643
|
+
|
1644
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1645
|
+
|
1646
|
+
|
1647
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1648
|
+
|
1649
|
+
|
1650
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:16 +0900
|
1651
|
+
|
1652
|
+
|
1653
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:17 +0900
|
1654
|
+
Processing by TopController#index as HTML
|
1655
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1656
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
1657
|
+
Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.0ms)
|
1658
|
+
|
1659
|
+
|
1660
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1661
|
+
|
1662
|
+
|
1663
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1664
|
+
|
1665
|
+
|
1666
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1667
|
+
|
1668
|
+
|
1669
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1670
|
+
|
1671
|
+
|
1672
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1673
|
+
|
1674
|
+
|
1675
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1676
|
+
|
1677
|
+
|
1678
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:17 +0900
|
1679
|
+
|
1680
|
+
|
1681
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:32 +0900
|
1682
|
+
Processing by TopController#index as HTML
|
1683
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1684
|
+
Rendered top/index.html.erb within layouts/application (4.2ms)
|
1685
|
+
Completed 200 OK in 64ms (Views: 63.3ms | ActiveRecord: 0.0ms)
|
1686
|
+
|
1687
|
+
|
1688
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1689
|
+
|
1690
|
+
|
1691
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1692
|
+
|
1693
|
+
|
1694
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1695
|
+
|
1696
|
+
|
1697
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1698
|
+
|
1699
|
+
|
1700
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1701
|
+
|
1702
|
+
|
1703
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1704
|
+
|
1705
|
+
|
1706
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:32 +0900
|
1707
|
+
|
1708
|
+
|
1709
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:33 +0900
|
1710
|
+
Processing by TopController#index as HTML
|
1711
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1712
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
1713
|
+
Completed 200 OK in 45ms (Views: 44.8ms | ActiveRecord: 0.0ms)
|
1714
|
+
|
1715
|
+
|
1716
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1717
|
+
|
1718
|
+
|
1719
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1720
|
+
|
1721
|
+
|
1722
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1723
|
+
|
1724
|
+
|
1725
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1726
|
+
|
1727
|
+
|
1728
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1729
|
+
|
1730
|
+
|
1731
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:33 +0900
|
1732
|
+
|
1733
|
+
|
1734
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1735
|
+
|
1736
|
+
|
1737
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:34 +0900
|
1738
|
+
Processing by TopController#index as HTML
|
1739
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1740
|
+
Rendered top/index.html.erb within layouts/application (4.1ms)
|
1741
|
+
Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
1742
|
+
|
1743
|
+
|
1744
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1745
|
+
|
1746
|
+
|
1747
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1748
|
+
|
1749
|
+
|
1750
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1751
|
+
|
1752
|
+
|
1753
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1754
|
+
|
1755
|
+
|
1756
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1757
|
+
|
1758
|
+
|
1759
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1760
|
+
|
1761
|
+
|
1762
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:34 +0900
|
1763
|
+
|
1764
|
+
|
1765
|
+
Started GET "/" for ::1 at 2015-02-06 12:21:53 +0900
|
1766
|
+
Processing by TopController#index as HTML
|
1767
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1768
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
1769
|
+
Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.0ms)
|
1770
|
+
|
1771
|
+
|
1772
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1773
|
+
|
1774
|
+
|
1775
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1776
|
+
|
1777
|
+
|
1778
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1779
|
+
|
1780
|
+
|
1781
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1782
|
+
|
1783
|
+
|
1784
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1785
|
+
|
1786
|
+
|
1787
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1788
|
+
|
1789
|
+
|
1790
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:21:53 +0900
|
1791
|
+
|
1792
|
+
|
1793
|
+
Started GET "/" for ::1 at 2015-02-06 12:22:16 +0900
|
1794
|
+
Processing by TopController#index as HTML
|
1795
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1796
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
1797
|
+
Completed 200 OK in 48ms (Views: 47.9ms | ActiveRecord: 0.0ms)
|
1798
|
+
|
1799
|
+
|
1800
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:22:16 +0900
|
1801
|
+
|
1802
|
+
|
1803
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:22:16 +0900
|
1804
|
+
|
1805
|
+
|
1806
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:22:16 +0900
|
1807
|
+
|
1808
|
+
|
1809
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:22:16 +0900
|
1810
|
+
|
1811
|
+
|
1812
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:22:16 +0900
|
1813
|
+
|
1814
|
+
|
1815
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:22:17 +0900
|
1816
|
+
|
1817
|
+
|
1818
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:22:17 +0900
|
1819
|
+
|
1820
|
+
|
1821
|
+
Started GET "/" for ::1 at 2015-02-06 12:26:03 +0900
|
1822
|
+
Processing by TopController#index as HTML
|
1823
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1824
|
+
Rendered top/index.html.erb within layouts/application (4.4ms)
|
1825
|
+
Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms)
|
1826
|
+
|
1827
|
+
|
1828
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1829
|
+
|
1830
|
+
|
1831
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1832
|
+
|
1833
|
+
|
1834
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1835
|
+
|
1836
|
+
|
1837
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1838
|
+
|
1839
|
+
|
1840
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1841
|
+
|
1842
|
+
|
1843
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:26:03 +0900
|
1844
|
+
|
1845
|
+
|
1846
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1847
|
+
|
1848
|
+
|
1849
|
+
Started GET "/" for ::1 at 2015-02-06 12:26:04 +0900
|
1850
|
+
Processing by TopController#index as HTML
|
1851
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
1852
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
1853
|
+
Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms)
|
1854
|
+
|
1855
|
+
|
1856
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1857
|
+
|
1858
|
+
|
1859
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1860
|
+
|
1861
|
+
|
1862
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1863
|
+
|
1864
|
+
|
1865
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1866
|
+
|
1867
|
+
|
1868
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1869
|
+
|
1870
|
+
|
1871
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1872
|
+
|
1873
|
+
|
1874
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:26:04 +0900
|
1875
|
+
|
1876
|
+
|
1877
|
+
Started GET "/" for ::1 at 2015-02-06 12:28:46 +0900
|
1878
|
+
Processing by TopController#index as HTML
|
1879
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1880
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
1881
|
+
Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)
|
1882
|
+
|
1883
|
+
|
1884
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1885
|
+
|
1886
|
+
|
1887
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1888
|
+
|
1889
|
+
|
1890
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1891
|
+
|
1892
|
+
|
1893
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1894
|
+
|
1895
|
+
|
1896
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1897
|
+
|
1898
|
+
|
1899
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1900
|
+
|
1901
|
+
|
1902
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:28:46 +0900
|
1903
|
+
|
1904
|
+
|
1905
|
+
Started GET "/" for ::1 at 2015-02-06 12:28:47 +0900
|
1906
|
+
Processing by TopController#index as HTML
|
1907
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
1908
|
+
Rendered top/index.html.erb within layouts/application (5.1ms)
|
1909
|
+
Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.0ms)
|
1910
|
+
|
1911
|
+
|
1912
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1913
|
+
|
1914
|
+
|
1915
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1916
|
+
|
1917
|
+
|
1918
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1919
|
+
|
1920
|
+
|
1921
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1922
|
+
|
1923
|
+
|
1924
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1925
|
+
|
1926
|
+
|
1927
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1928
|
+
|
1929
|
+
|
1930
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:28:47 +0900
|
1931
|
+
|
1932
|
+
|
1933
|
+
Started GET "/" for ::1 at 2015-02-06 12:29:10 +0900
|
1934
|
+
Processing by TopController#index as HTML
|
1935
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1936
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
1937
|
+
Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
|
1938
|
+
|
1939
|
+
|
1940
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1941
|
+
|
1942
|
+
|
1943
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1944
|
+
|
1945
|
+
|
1946
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1947
|
+
|
1948
|
+
|
1949
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1950
|
+
|
1951
|
+
|
1952
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1953
|
+
|
1954
|
+
|
1955
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1956
|
+
|
1957
|
+
|
1958
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:29:10 +0900
|
1959
|
+
|
1960
|
+
|
1961
|
+
Started GET "/" for ::1 at 2015-02-06 12:29:11 +0900
|
1962
|
+
Processing by TopController#index as HTML
|
1963
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
1964
|
+
Rendered top/index.html.erb within layouts/application (3.6ms)
|
1965
|
+
Completed 200 OK in 51ms (Views: 51.1ms | ActiveRecord: 0.0ms)
|
1966
|
+
|
1967
|
+
|
1968
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1969
|
+
|
1970
|
+
|
1971
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1972
|
+
|
1973
|
+
|
1974
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1975
|
+
|
1976
|
+
|
1977
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1978
|
+
|
1979
|
+
|
1980
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1981
|
+
|
1982
|
+
|
1983
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1984
|
+
|
1985
|
+
|
1986
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:29:11 +0900
|
1987
|
+
|
1988
|
+
|
1989
|
+
Started GET "/" for ::1 at 2015-02-06 12:30:23 +0900
|
1990
|
+
Processing by TopController#index as HTML
|
1991
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
1992
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
1993
|
+
Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.0ms)
|
1994
|
+
|
1995
|
+
|
1996
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
1997
|
+
|
1998
|
+
|
1999
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2000
|
+
|
2001
|
+
|
2002
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2003
|
+
|
2004
|
+
|
2005
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2006
|
+
|
2007
|
+
|
2008
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2009
|
+
|
2010
|
+
|
2011
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2012
|
+
|
2013
|
+
|
2014
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:30:23 +0900
|
2015
|
+
|
2016
|
+
|
2017
|
+
Started GET "/" for ::1 at 2015-02-06 12:31:18 +0900
|
2018
|
+
Processing by TopController#index as HTML
|
2019
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
2020
|
+
Rendered top/index.html.erb within layouts/application (4.8ms)
|
2021
|
+
Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
2022
|
+
|
2023
|
+
|
2024
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2025
|
+
|
2026
|
+
|
2027
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2028
|
+
|
2029
|
+
|
2030
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2031
|
+
|
2032
|
+
|
2033
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2034
|
+
|
2035
|
+
|
2036
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2037
|
+
|
2038
|
+
|
2039
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2040
|
+
|
2041
|
+
|
2042
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:31:18 +0900
|
2043
|
+
|
2044
|
+
|
2045
|
+
Started GET "/" for ::1 at 2015-02-06 12:32:22 +0900
|
2046
|
+
Processing by TopController#index as HTML
|
2047
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2048
|
+
Rendered top/index.html.erb within layouts/application (3.6ms)
|
2049
|
+
Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms)
|
2050
|
+
|
2051
|
+
|
2052
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2053
|
+
|
2054
|
+
|
2055
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2056
|
+
|
2057
|
+
|
2058
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2059
|
+
|
2060
|
+
|
2061
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2062
|
+
|
2063
|
+
|
2064
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2065
|
+
|
2066
|
+
|
2067
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2068
|
+
|
2069
|
+
|
2070
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:32:22 +0900
|
2071
|
+
|
2072
|
+
|
2073
|
+
Started GET "/" for ::1 at 2015-02-06 12:32:23 +0900
|
2074
|
+
Processing by TopController#index as HTML
|
2075
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2076
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
2077
|
+
Completed 200 OK in 41ms (Views: 40.2ms | ActiveRecord: 0.0ms)
|
2078
|
+
|
2079
|
+
|
2080
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2081
|
+
|
2082
|
+
|
2083
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2084
|
+
|
2085
|
+
|
2086
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2087
|
+
|
2088
|
+
|
2089
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2090
|
+
|
2091
|
+
|
2092
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2093
|
+
|
2094
|
+
|
2095
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2096
|
+
|
2097
|
+
|
2098
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:32:23 +0900
|
2099
|
+
|
2100
|
+
|
2101
|
+
Started GET "/" for ::1 at 2015-02-06 12:36:53 +0900
|
2102
|
+
Processing by TopController#index as HTML
|
2103
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2104
|
+
Rendered top/index.html.erb within layouts/application (4.1ms)
|
2105
|
+
Completed 200 OK in 73ms (Views: 72.9ms | ActiveRecord: 0.0ms)
|
2106
|
+
|
2107
|
+
|
2108
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2109
|
+
|
2110
|
+
|
2111
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2112
|
+
|
2113
|
+
|
2114
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2115
|
+
|
2116
|
+
|
2117
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2118
|
+
|
2119
|
+
|
2120
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2121
|
+
|
2122
|
+
|
2123
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2124
|
+
|
2125
|
+
|
2126
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:36:53 +0900
|
2127
|
+
|
2128
|
+
|
2129
|
+
Started GET "/" for ::1 at 2015-02-06 12:36:54 +0900
|
2130
|
+
Processing by TopController#index as HTML
|
2131
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2132
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
2133
|
+
Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)
|
2134
|
+
|
2135
|
+
|
2136
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2137
|
+
|
2138
|
+
|
2139
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2140
|
+
|
2141
|
+
|
2142
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2143
|
+
|
2144
|
+
|
2145
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2146
|
+
|
2147
|
+
|
2148
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2149
|
+
|
2150
|
+
|
2151
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2152
|
+
|
2153
|
+
|
2154
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:36:54 +0900
|
2155
|
+
|
2156
|
+
|
2157
|
+
Started GET "/" for ::1 at 2015-02-06 12:37:31 +0900
|
2158
|
+
Processing by TopController#index as HTML
|
2159
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.6ms)
|
2160
|
+
Rendered top/index.html.erb within layouts/application (7.5ms)
|
2161
|
+
Completed 200 OK in 57ms (Views: 56.9ms | ActiveRecord: 0.0ms)
|
2162
|
+
|
2163
|
+
|
2164
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2165
|
+
|
2166
|
+
|
2167
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2168
|
+
|
2169
|
+
|
2170
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2171
|
+
|
2172
|
+
|
2173
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2174
|
+
|
2175
|
+
|
2176
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2177
|
+
|
2178
|
+
|
2179
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2180
|
+
|
2181
|
+
|
2182
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:37:31 +0900
|
2183
|
+
|
2184
|
+
|
2185
|
+
Started GET "/" for ::1 at 2015-02-06 12:37:32 +0900
|
2186
|
+
Processing by TopController#index as HTML
|
2187
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
2188
|
+
Rendered top/index.html.erb within layouts/application (5.1ms)
|
2189
|
+
Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms)
|
2190
|
+
|
2191
|
+
|
2192
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2193
|
+
|
2194
|
+
|
2195
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2196
|
+
|
2197
|
+
|
2198
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2199
|
+
|
2200
|
+
|
2201
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2202
|
+
|
2203
|
+
|
2204
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2205
|
+
|
2206
|
+
|
2207
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2208
|
+
|
2209
|
+
|
2210
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:37:32 +0900
|
2211
|
+
|
2212
|
+
|
2213
|
+
Started GET "/" for ::1 at 2015-02-06 12:37:32 +0900
|
2214
|
+
Processing by TopController#index as HTML
|
2215
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2216
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
2217
|
+
Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
|
2218
|
+
|
2219
|
+
|
2220
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2221
|
+
|
2222
|
+
|
2223
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2224
|
+
|
2225
|
+
|
2226
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2227
|
+
|
2228
|
+
|
2229
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2230
|
+
|
2231
|
+
|
2232
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2233
|
+
|
2234
|
+
|
2235
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2236
|
+
|
2237
|
+
|
2238
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:37:33 +0900
|
2239
|
+
|
2240
|
+
|
2241
|
+
Started GET "/" for ::1 at 2015-02-06 12:42:09 +0900
|
2242
|
+
Processing by TopController#index as HTML
|
2243
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2244
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
2245
|
+
Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.0ms)
|
2246
|
+
|
2247
|
+
|
2248
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2249
|
+
|
2250
|
+
|
2251
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2252
|
+
|
2253
|
+
|
2254
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2255
|
+
|
2256
|
+
|
2257
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2258
|
+
|
2259
|
+
|
2260
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2261
|
+
|
2262
|
+
|
2263
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2264
|
+
|
2265
|
+
|
2266
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:42:09 +0900
|
2267
|
+
|
2268
|
+
|
2269
|
+
Started GET "/" for ::1 at 2015-02-06 12:42:10 +0900
|
2270
|
+
Processing by TopController#index as HTML
|
2271
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.5ms)
|
2272
|
+
Rendered top/index.html.erb within layouts/application (5.3ms)
|
2273
|
+
Completed 200 OK in 48ms (Views: 47.0ms | ActiveRecord: 0.0ms)
|
2274
|
+
|
2275
|
+
|
2276
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2277
|
+
|
2278
|
+
|
2279
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2280
|
+
|
2281
|
+
|
2282
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2283
|
+
|
2284
|
+
|
2285
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2286
|
+
|
2287
|
+
|
2288
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2289
|
+
|
2290
|
+
|
2291
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2292
|
+
|
2293
|
+
|
2294
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:42:10 +0900
|
2295
|
+
|
2296
|
+
|
2297
|
+
Started GET "/" for ::1 at 2015-02-06 12:49:50 +0900
|
2298
|
+
Processing by TopController#index as HTML
|
2299
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.6ms)
|
2300
|
+
Rendered top/index.html.erb within layouts/application (7.9ms)
|
2301
|
+
Completed 200 OK in 85ms (Views: 83.8ms | ActiveRecord: 0.0ms)
|
2302
|
+
|
2303
|
+
|
2304
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2305
|
+
|
2306
|
+
|
2307
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2308
|
+
|
2309
|
+
|
2310
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2311
|
+
|
2312
|
+
|
2313
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2314
|
+
|
2315
|
+
|
2316
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2317
|
+
|
2318
|
+
|
2319
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2320
|
+
|
2321
|
+
|
2322
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:49:50 +0900
|
2323
|
+
|
2324
|
+
|
2325
|
+
Started GET "/" for ::1 at 2015-02-06 12:50:14 +0900
|
2326
|
+
Processing by TopController#index as HTML
|
2327
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2328
|
+
Rendered top/index.html.erb within layouts/application (4.4ms)
|
2329
|
+
Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.0ms)
|
2330
|
+
|
2331
|
+
|
2332
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2333
|
+
|
2334
|
+
|
2335
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2336
|
+
|
2337
|
+
|
2338
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2339
|
+
|
2340
|
+
|
2341
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2342
|
+
|
2343
|
+
|
2344
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2345
|
+
|
2346
|
+
|
2347
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2348
|
+
|
2349
|
+
|
2350
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:50:15 +0900
|
2351
|
+
|
2352
|
+
|
2353
|
+
Started GET "/" for ::1 at 2015-02-06 12:50:16 +0900
|
2354
|
+
Processing by TopController#index as HTML
|
2355
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.5ms)
|
2356
|
+
Rendered top/index.html.erb within layouts/application (4.8ms)
|
2357
|
+
Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.0ms)
|
2358
|
+
|
2359
|
+
|
2360
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2361
|
+
|
2362
|
+
|
2363
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2364
|
+
|
2365
|
+
|
2366
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2367
|
+
|
2368
|
+
|
2369
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2370
|
+
|
2371
|
+
|
2372
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2373
|
+
|
2374
|
+
|
2375
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2376
|
+
|
2377
|
+
|
2378
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:50:16 +0900
|
2379
|
+
|
2380
|
+
|
2381
|
+
Started GET "/" for ::1 at 2015-02-06 12:50:16 +0900
|
2382
|
+
Processing by TopController#index as HTML
|
2383
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2384
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
2385
|
+
Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)
|
2386
|
+
|
2387
|
+
|
2388
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2389
|
+
|
2390
|
+
|
2391
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2392
|
+
|
2393
|
+
|
2394
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2395
|
+
|
2396
|
+
|
2397
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2398
|
+
|
2399
|
+
|
2400
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2401
|
+
|
2402
|
+
|
2403
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2404
|
+
|
2405
|
+
|
2406
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:50:17 +0900
|
2407
|
+
|
2408
|
+
|
2409
|
+
Started GET "/" for ::1 at 2015-02-06 12:50:30 +0900
|
2410
|
+
Processing by TopController#index as HTML
|
2411
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2412
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
2413
|
+
Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.0ms)
|
2414
|
+
|
2415
|
+
|
2416
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2417
|
+
|
2418
|
+
|
2419
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2420
|
+
|
2421
|
+
|
2422
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2423
|
+
|
2424
|
+
|
2425
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2426
|
+
|
2427
|
+
|
2428
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2429
|
+
|
2430
|
+
|
2431
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2432
|
+
|
2433
|
+
|
2434
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:50:30 +0900
|
2435
|
+
|
2436
|
+
|
2437
|
+
Started GET "/" for ::1 at 2015-02-06 12:51:01 +0900
|
2438
|
+
Processing by TopController#index as HTML
|
2439
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2440
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
2441
|
+
Completed 200 OK in 45ms (Views: 44.7ms | ActiveRecord: 0.0ms)
|
2442
|
+
|
2443
|
+
|
2444
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2445
|
+
|
2446
|
+
|
2447
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2448
|
+
|
2449
|
+
|
2450
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2451
|
+
|
2452
|
+
|
2453
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2454
|
+
|
2455
|
+
|
2456
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2457
|
+
|
2458
|
+
|
2459
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2460
|
+
|
2461
|
+
|
2462
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:51:01 +0900
|
2463
|
+
|
2464
|
+
|
2465
|
+
Started GET "/" for ::1 at 2015-02-06 12:51:19 +0900
|
2466
|
+
Processing by TopController#index as HTML
|
2467
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2468
|
+
Rendered top/index.html.erb within layouts/application (3.6ms)
|
2469
|
+
Completed 200 OK in 47ms (Views: 46.9ms | ActiveRecord: 0.0ms)
|
2470
|
+
|
2471
|
+
|
2472
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2473
|
+
|
2474
|
+
|
2475
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2476
|
+
|
2477
|
+
|
2478
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2479
|
+
|
2480
|
+
|
2481
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2482
|
+
|
2483
|
+
|
2484
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2485
|
+
|
2486
|
+
|
2487
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2488
|
+
|
2489
|
+
|
2490
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:51:19 +0900
|
2491
|
+
|
2492
|
+
|
2493
|
+
Started GET "/" for ::1 at 2015-02-06 12:55:17 +0900
|
2494
|
+
Processing by TopController#index as HTML
|
2495
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.6ms)
|
2496
|
+
Rendered top/index.html.erb within layouts/application (4.9ms)
|
2497
|
+
Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.0ms)
|
2498
|
+
|
2499
|
+
|
2500
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2501
|
+
|
2502
|
+
|
2503
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2504
|
+
|
2505
|
+
|
2506
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2507
|
+
|
2508
|
+
|
2509
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2510
|
+
|
2511
|
+
|
2512
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2513
|
+
|
2514
|
+
|
2515
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2516
|
+
|
2517
|
+
|
2518
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:55:17 +0900
|
2519
|
+
|
2520
|
+
|
2521
|
+
Started GET "/javascripts/misc.todo_view_component.js" for ::1 at 2015-02-06 12:55:17 +0900
|
2522
|
+
|
2523
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/misc.todo_view_component.js"):
|
2524
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
2525
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
2526
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2527
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2528
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2529
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2530
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2531
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2532
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2533
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2534
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2535
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2536
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2537
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2538
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2539
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2540
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2541
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2542
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2543
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2544
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2545
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2546
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2547
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2548
|
+
|
2549
|
+
|
2550
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (2.1ms)
|
2551
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.4ms)
|
2552
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (8.2ms)
|
2553
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (3.1ms)
|
2554
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (2.0ms)
|
2555
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (56.2ms)
|
2556
|
+
|
2557
|
+
|
2558
|
+
Started GET "/" for ::1 at 2015-02-06 12:55:31 +0900
|
2559
|
+
Processing by TopController#index as HTML
|
2560
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2561
|
+
Rendered top/index.html.erb within layouts/application (6.8ms)
|
2562
|
+
Completed 200 OK in 108ms (Views: 99.8ms | ActiveRecord: 0.0ms)
|
2563
|
+
|
2564
|
+
|
2565
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2566
|
+
|
2567
|
+
|
2568
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2569
|
+
|
2570
|
+
|
2571
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2572
|
+
|
2573
|
+
|
2574
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2575
|
+
|
2576
|
+
|
2577
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2578
|
+
|
2579
|
+
|
2580
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2581
|
+
|
2582
|
+
|
2583
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:55:31 +0900
|
2584
|
+
|
2585
|
+
|
2586
|
+
Started GET "/javascripts/misc.todo_view_component.js" for ::1 at 2015-02-06 12:55:31 +0900
|
2587
|
+
|
2588
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/misc.todo_view_component.js"):
|
2589
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
2590
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
2591
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2592
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2593
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2594
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2595
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2596
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2597
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2598
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2599
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2600
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2601
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2602
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2603
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2604
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2605
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2606
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2607
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2608
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
2609
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
2610
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
2611
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
2612
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
2613
|
+
|
2614
|
+
|
2615
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.7ms)
|
2616
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.7ms)
|
2617
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (10.5ms)
|
2618
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (1.5ms)
|
2619
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (2.4ms)
|
2620
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (48.2ms)
|
2621
|
+
|
2622
|
+
|
2623
|
+
Started GET "/" for ::1 at 2015-02-06 12:56:00 +0900
|
2624
|
+
Processing by TopController#index as HTML
|
2625
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2626
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
2627
|
+
Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.0ms)
|
2628
|
+
|
2629
|
+
|
2630
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2631
|
+
|
2632
|
+
|
2633
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2634
|
+
|
2635
|
+
|
2636
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2637
|
+
|
2638
|
+
|
2639
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2640
|
+
|
2641
|
+
|
2642
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2643
|
+
|
2644
|
+
|
2645
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2646
|
+
|
2647
|
+
|
2648
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:56:00 +0900
|
2649
|
+
|
2650
|
+
|
2651
|
+
Started GET "/" for ::1 at 2015-02-06 12:56:01 +0900
|
2652
|
+
Processing by TopController#index as HTML
|
2653
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2654
|
+
Rendered top/index.html.erb within layouts/application (3.7ms)
|
2655
|
+
Completed 200 OK in 44ms (Views: 43.8ms | ActiveRecord: 0.0ms)
|
2656
|
+
|
2657
|
+
|
2658
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2659
|
+
|
2660
|
+
|
2661
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2662
|
+
|
2663
|
+
|
2664
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2665
|
+
|
2666
|
+
|
2667
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2668
|
+
|
2669
|
+
|
2670
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2671
|
+
|
2672
|
+
|
2673
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2674
|
+
|
2675
|
+
|
2676
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:56:01 +0900
|
2677
|
+
|
2678
|
+
|
2679
|
+
Started GET "/" for ::1 at 2015-02-06 12:58:24 +0900
|
2680
|
+
Processing by TopController#index as HTML
|
2681
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2682
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
2683
|
+
Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.0ms)
|
2684
|
+
|
2685
|
+
|
2686
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2687
|
+
|
2688
|
+
|
2689
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2690
|
+
|
2691
|
+
|
2692
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2693
|
+
|
2694
|
+
|
2695
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2696
|
+
|
2697
|
+
|
2698
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2699
|
+
|
2700
|
+
|
2701
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2702
|
+
|
2703
|
+
|
2704
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:58:24 +0900
|
2705
|
+
|
2706
|
+
|
2707
|
+
Started GET "/" for ::1 at 2015-02-06 12:58:25 +0900
|
2708
|
+
Processing by TopController#index as HTML
|
2709
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2710
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
2711
|
+
Completed 200 OK in 53ms (Views: 52.9ms | ActiveRecord: 0.0ms)
|
2712
|
+
|
2713
|
+
|
2714
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2715
|
+
|
2716
|
+
|
2717
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2718
|
+
|
2719
|
+
|
2720
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2721
|
+
|
2722
|
+
|
2723
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2724
|
+
|
2725
|
+
|
2726
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2727
|
+
|
2728
|
+
|
2729
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2730
|
+
|
2731
|
+
|
2732
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:58:25 +0900
|
2733
|
+
|
2734
|
+
|
2735
|
+
Started GET "/" for ::1 at 2015-02-06 12:58:42 +0900
|
2736
|
+
Processing by TopController#index as HTML
|
2737
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2738
|
+
Rendered top/index.html.erb within layouts/application (3.7ms)
|
2739
|
+
Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.0ms)
|
2740
|
+
|
2741
|
+
|
2742
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2743
|
+
|
2744
|
+
|
2745
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2746
|
+
|
2747
|
+
|
2748
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2749
|
+
|
2750
|
+
|
2751
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2752
|
+
|
2753
|
+
|
2754
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2755
|
+
|
2756
|
+
|
2757
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2758
|
+
|
2759
|
+
|
2760
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:58:42 +0900
|
2761
|
+
|
2762
|
+
|
2763
|
+
Started GET "/" for ::1 at 2015-02-06 12:58:44 +0900
|
2764
|
+
Processing by TopController#index as HTML
|
2765
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2766
|
+
Rendered top/index.html.erb within layouts/application (4.7ms)
|
2767
|
+
Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.0ms)
|
2768
|
+
|
2769
|
+
|
2770
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2771
|
+
|
2772
|
+
|
2773
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2774
|
+
|
2775
|
+
|
2776
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2777
|
+
|
2778
|
+
|
2779
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2780
|
+
|
2781
|
+
|
2782
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2783
|
+
|
2784
|
+
|
2785
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2786
|
+
|
2787
|
+
|
2788
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 12:58:44 +0900
|
2789
|
+
|
2790
|
+
|
2791
|
+
Started GET "/" for ::1 at 2015-02-06 13:04:41 +0900
|
2792
|
+
Processing by TopController#index as HTML
|
2793
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2794
|
+
Rendered top/index.html.erb within layouts/application (4.4ms)
|
2795
|
+
Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.0ms)
|
2796
|
+
|
2797
|
+
|
2798
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2799
|
+
|
2800
|
+
|
2801
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2802
|
+
|
2803
|
+
|
2804
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2805
|
+
|
2806
|
+
|
2807
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2808
|
+
|
2809
|
+
|
2810
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2811
|
+
|
2812
|
+
|
2813
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2814
|
+
|
2815
|
+
|
2816
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:04:41 +0900
|
2817
|
+
|
2818
|
+
|
2819
|
+
Started GET "/" for ::1 at 2015-02-06 13:04:41 +0900
|
2820
|
+
Processing by TopController#index as HTML
|
2821
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2822
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
2823
|
+
Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms)
|
2824
|
+
|
2825
|
+
|
2826
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2827
|
+
|
2828
|
+
|
2829
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2830
|
+
|
2831
|
+
|
2832
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2833
|
+
|
2834
|
+
|
2835
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2836
|
+
|
2837
|
+
|
2838
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2839
|
+
|
2840
|
+
|
2841
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2842
|
+
|
2843
|
+
|
2844
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2845
|
+
|
2846
|
+
|
2847
|
+
Started GET "/" for ::1 at 2015-02-06 13:04:42 +0900
|
2848
|
+
Processing by TopController#index as HTML
|
2849
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2850
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
2851
|
+
Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.0ms)
|
2852
|
+
|
2853
|
+
|
2854
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2855
|
+
|
2856
|
+
|
2857
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2858
|
+
|
2859
|
+
|
2860
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2861
|
+
|
2862
|
+
|
2863
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2864
|
+
|
2865
|
+
|
2866
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2867
|
+
|
2868
|
+
|
2869
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2870
|
+
|
2871
|
+
|
2872
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:04:42 +0900
|
2873
|
+
|
2874
|
+
|
2875
|
+
Started GET "/" for ::1 at 2015-02-06 13:13:51 +0900
|
2876
|
+
Processing by TopController#index as HTML
|
2877
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.6ms)
|
2878
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
2879
|
+
Completed 200 OK in 66ms (Views: 65.8ms | ActiveRecord: 0.0ms)
|
2880
|
+
|
2881
|
+
|
2882
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2883
|
+
|
2884
|
+
|
2885
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2886
|
+
|
2887
|
+
|
2888
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2889
|
+
|
2890
|
+
|
2891
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2892
|
+
|
2893
|
+
|
2894
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2895
|
+
|
2896
|
+
|
2897
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2898
|
+
|
2899
|
+
|
2900
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:13:51 +0900
|
2901
|
+
|
2902
|
+
|
2903
|
+
Started GET "/" for ::1 at 2015-02-06 13:14:05 +0900
|
2904
|
+
Processing by TopController#index as HTML
|
2905
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2906
|
+
Rendered top/index.html.erb within layouts/application (4.2ms)
|
2907
|
+
Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)
|
2908
|
+
|
2909
|
+
|
2910
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2911
|
+
|
2912
|
+
|
2913
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2914
|
+
|
2915
|
+
|
2916
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2917
|
+
|
2918
|
+
|
2919
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2920
|
+
|
2921
|
+
|
2922
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2923
|
+
|
2924
|
+
|
2925
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2926
|
+
|
2927
|
+
|
2928
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:14:05 +0900
|
2929
|
+
|
2930
|
+
|
2931
|
+
Started GET "/" for ::1 at 2015-02-06 13:14:14 +0900
|
2932
|
+
Processing by TopController#index as HTML
|
2933
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
2934
|
+
Rendered top/index.html.erb within layouts/application (4.1ms)
|
2935
|
+
Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
|
2936
|
+
|
2937
|
+
|
2938
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:14:14 +0900
|
2939
|
+
|
2940
|
+
|
2941
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:14:14 +0900
|
2942
|
+
|
2943
|
+
|
2944
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:14:14 +0900
|
2945
|
+
|
2946
|
+
|
2947
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:14:15 +0900
|
2948
|
+
|
2949
|
+
|
2950
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:14:15 +0900
|
2951
|
+
|
2952
|
+
|
2953
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:14:15 +0900
|
2954
|
+
|
2955
|
+
|
2956
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:14:15 +0900
|
2957
|
+
|
2958
|
+
|
2959
|
+
Started GET "/" for ::1 at 2015-02-06 13:17:32 +0900
|
2960
|
+
Processing by TopController#index as HTML
|
2961
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
2962
|
+
Rendered top/index.html.erb within layouts/application (3.5ms)
|
2963
|
+
Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms)
|
2964
|
+
|
2965
|
+
|
2966
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2967
|
+
|
2968
|
+
|
2969
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2970
|
+
|
2971
|
+
|
2972
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2973
|
+
|
2974
|
+
|
2975
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2976
|
+
|
2977
|
+
|
2978
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2979
|
+
|
2980
|
+
|
2981
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2982
|
+
|
2983
|
+
|
2984
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:17:32 +0900
|
2985
|
+
|
2986
|
+
|
2987
|
+
Started POST "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:17:32 +0900
|
2988
|
+
|
2989
|
+
ActionController::RoutingError (No route matches [POST] "/rails_view_component/misc/todo/list"):
|
2990
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
2991
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
2992
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2993
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2994
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2995
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2996
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2997
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2998
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2999
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3000
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
3001
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
3002
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
3003
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3004
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
3005
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
3006
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3007
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
3008
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3009
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
3010
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
3011
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
3012
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
3013
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
3014
|
+
|
3015
|
+
|
3016
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.text.erb (0.5ms)
|
3017
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.text.erb (6.4ms)
|
3018
|
+
|
3019
|
+
|
3020
|
+
Started GET "/" for ::1 at 2015-02-06 13:35:09 +0900
|
3021
|
+
Processing by TopController#index as HTML
|
3022
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3023
|
+
Rendered top/index.html.erb within layouts/application (8.9ms)
|
3024
|
+
Completed 200 OK in 126ms (Views: 115.6ms | ActiveRecord: 0.0ms)
|
3025
|
+
|
3026
|
+
|
3027
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3028
|
+
|
3029
|
+
|
3030
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3031
|
+
|
3032
|
+
|
3033
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3034
|
+
|
3035
|
+
|
3036
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3037
|
+
|
3038
|
+
|
3039
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3040
|
+
|
3041
|
+
|
3042
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3043
|
+
|
3044
|
+
|
3045
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:35:09 +0900
|
3046
|
+
|
3047
|
+
|
3048
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:35:09 +0900
|
3049
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3050
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3051
|
+
|
3052
|
+
|
3053
|
+
Started GET "/" for ::1 at 2015-02-06 13:35:11 +0900
|
3054
|
+
Processing by TopController#index as HTML
|
3055
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3056
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
3057
|
+
Completed 200 OK in 44ms (Views: 43.2ms | ActiveRecord: 0.0ms)
|
3058
|
+
|
3059
|
+
|
3060
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3061
|
+
|
3062
|
+
|
3063
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3064
|
+
|
3065
|
+
|
3066
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3067
|
+
|
3068
|
+
|
3069
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3070
|
+
|
3071
|
+
|
3072
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3073
|
+
|
3074
|
+
|
3075
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3076
|
+
|
3077
|
+
|
3078
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:35:11 +0900
|
3079
|
+
|
3080
|
+
|
3081
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:35:11 +0900
|
3082
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3083
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
3084
|
+
|
3085
|
+
|
3086
|
+
Started GET "/" for ::1 at 2015-02-06 13:35:36 +0900
|
3087
|
+
Processing by TopController#index as HTML
|
3088
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3089
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
3090
|
+
Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.0ms)
|
3091
|
+
|
3092
|
+
|
3093
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3094
|
+
|
3095
|
+
|
3096
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3097
|
+
|
3098
|
+
|
3099
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3100
|
+
|
3101
|
+
|
3102
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3103
|
+
|
3104
|
+
|
3105
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3106
|
+
|
3107
|
+
|
3108
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3109
|
+
|
3110
|
+
|
3111
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:35:36 +0900
|
3112
|
+
|
3113
|
+
|
3114
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:35:36 +0900
|
3115
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3116
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
3117
|
+
|
3118
|
+
|
3119
|
+
Started GET "/" for ::1 at 2015-02-06 13:35:59 +0900
|
3120
|
+
Processing by TopController#index as HTML
|
3121
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3122
|
+
Rendered top/index.html.erb within layouts/application (5.4ms)
|
3123
|
+
Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.0ms)
|
3124
|
+
|
3125
|
+
|
3126
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3127
|
+
|
3128
|
+
|
3129
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3130
|
+
|
3131
|
+
|
3132
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3133
|
+
|
3134
|
+
|
3135
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3136
|
+
|
3137
|
+
|
3138
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3139
|
+
|
3140
|
+
|
3141
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3142
|
+
|
3143
|
+
|
3144
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:35:59 +0900
|
3145
|
+
|
3146
|
+
|
3147
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:35:59 +0900
|
3148
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3149
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
3150
|
+
|
3151
|
+
|
3152
|
+
Started GET "/" for ::1 at 2015-02-06 13:41:47 +0900
|
3153
|
+
Processing by TopController#index as HTML
|
3154
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3155
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
3156
|
+
Completed 200 OK in 45ms (Views: 44.0ms | ActiveRecord: 0.0ms)
|
3157
|
+
|
3158
|
+
|
3159
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3160
|
+
|
3161
|
+
|
3162
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3163
|
+
|
3164
|
+
|
3165
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3166
|
+
|
3167
|
+
|
3168
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3169
|
+
|
3170
|
+
|
3171
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3172
|
+
|
3173
|
+
|
3174
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3175
|
+
|
3176
|
+
|
3177
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:41:47 +0900
|
3178
|
+
|
3179
|
+
|
3180
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:41:47 +0900
|
3181
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3182
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3183
|
+
|
3184
|
+
|
3185
|
+
Started GET "/" for ::1 at 2015-02-06 13:41:48 +0900
|
3186
|
+
Processing by TopController#index as HTML
|
3187
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3188
|
+
Rendered top/index.html.erb within layouts/application (5.3ms)
|
3189
|
+
Completed 200 OK in 74ms (Views: 73.4ms | ActiveRecord: 0.0ms)
|
3190
|
+
|
3191
|
+
|
3192
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3193
|
+
|
3194
|
+
|
3195
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3196
|
+
|
3197
|
+
|
3198
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3199
|
+
|
3200
|
+
|
3201
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3202
|
+
|
3203
|
+
|
3204
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3205
|
+
|
3206
|
+
|
3207
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3208
|
+
|
3209
|
+
|
3210
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3211
|
+
|
3212
|
+
|
3213
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:41:48 +0900
|
3214
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3215
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
3216
|
+
|
3217
|
+
|
3218
|
+
Started GET "/" for ::1 at 2015-02-06 13:41:48 +0900
|
3219
|
+
Processing by TopController#index as HTML
|
3220
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3221
|
+
Rendered top/index.html.erb within layouts/application (4.2ms)
|
3222
|
+
Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.0ms)
|
3223
|
+
|
3224
|
+
|
3225
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3226
|
+
|
3227
|
+
|
3228
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3229
|
+
|
3230
|
+
|
3231
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3232
|
+
|
3233
|
+
|
3234
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3235
|
+
|
3236
|
+
|
3237
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3238
|
+
|
3239
|
+
|
3240
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3241
|
+
|
3242
|
+
|
3243
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:41:48 +0900
|
3244
|
+
|
3245
|
+
|
3246
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:41:49 +0900
|
3247
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3248
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
3249
|
+
|
3250
|
+
|
3251
|
+
Started GET "/" for ::1 at 2015-02-06 13:43:10 +0900
|
3252
|
+
Processing by TopController#index as HTML
|
3253
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3254
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
3255
|
+
Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.0ms)
|
3256
|
+
|
3257
|
+
|
3258
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3259
|
+
|
3260
|
+
|
3261
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3262
|
+
|
3263
|
+
|
3264
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3265
|
+
|
3266
|
+
|
3267
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3268
|
+
|
3269
|
+
|
3270
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3271
|
+
|
3272
|
+
|
3273
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3274
|
+
|
3275
|
+
|
3276
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:43:10 +0900
|
3277
|
+
|
3278
|
+
|
3279
|
+
Started GET "/" for ::1 at 2015-02-06 13:46:08 +0900
|
3280
|
+
Processing by TopController#index as HTML
|
3281
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3282
|
+
Rendered top/index.html.erb within layouts/application (4.3ms)
|
3283
|
+
Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)
|
3284
|
+
|
3285
|
+
|
3286
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3287
|
+
|
3288
|
+
|
3289
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3290
|
+
|
3291
|
+
|
3292
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3293
|
+
|
3294
|
+
|
3295
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3296
|
+
|
3297
|
+
|
3298
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3299
|
+
|
3300
|
+
|
3301
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3302
|
+
|
3303
|
+
|
3304
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:46:08 +0900
|
3305
|
+
|
3306
|
+
|
3307
|
+
Started GET "/" for ::1 at 2015-02-06 13:46:28 +0900
|
3308
|
+
Processing by TopController#index as HTML
|
3309
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3310
|
+
Rendered top/index.html.erb within layouts/application (3.9ms)
|
3311
|
+
Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)
|
3312
|
+
|
3313
|
+
|
3314
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3315
|
+
|
3316
|
+
|
3317
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3318
|
+
|
3319
|
+
|
3320
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3321
|
+
|
3322
|
+
|
3323
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3324
|
+
|
3325
|
+
|
3326
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3327
|
+
|
3328
|
+
|
3329
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3330
|
+
|
3331
|
+
|
3332
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:46:28 +0900
|
3333
|
+
|
3334
|
+
|
3335
|
+
Started GET "/javascripts/misc.todo_view_component.js" for ::1 at 2015-02-06 13:46:28 +0900
|
3336
|
+
|
3337
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/misc.todo_view_component.js"):
|
3338
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
3339
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
3340
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3341
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3342
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3343
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3344
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3345
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3346
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
3347
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3348
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
3349
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
3350
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
3351
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3352
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
3353
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
3354
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3355
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
3356
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3357
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
3358
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
3359
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
3360
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
3361
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
3362
|
+
|
3363
|
+
|
3364
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.5ms)
|
3365
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (1.3ms)
|
3366
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (17.8ms)
|
3367
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (2.9ms)
|
3368
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (4.6ms)
|
3369
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (63.4ms)
|
3370
|
+
|
3371
|
+
|
3372
|
+
Started GET "/" for ::1 at 2015-02-06 13:47:18 +0900
|
3373
|
+
Processing by TopController#index as HTML
|
3374
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3375
|
+
Rendered top/index.html.erb within layouts/application (4.7ms)
|
3376
|
+
Completed 200 OK in 60ms (Views: 59.7ms | ActiveRecord: 0.0ms)
|
3377
|
+
|
3378
|
+
|
3379
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3380
|
+
|
3381
|
+
|
3382
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3383
|
+
|
3384
|
+
|
3385
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3386
|
+
|
3387
|
+
|
3388
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3389
|
+
|
3390
|
+
|
3391
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3392
|
+
|
3393
|
+
|
3394
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3395
|
+
|
3396
|
+
|
3397
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:47:18 +0900
|
3398
|
+
|
3399
|
+
|
3400
|
+
Started GET "/javascripts/misc.todo_view_component.js" for ::1 at 2015-02-06 13:47:18 +0900
|
3401
|
+
|
3402
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/misc.todo_view_component.js"):
|
3403
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
3404
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
3405
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3406
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3407
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3408
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3409
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3410
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3411
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
3412
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3413
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
3414
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
3415
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
3416
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3417
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
3418
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
3419
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3420
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
3421
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3422
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
3423
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
3424
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
3425
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
3426
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
3427
|
+
|
3428
|
+
|
3429
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.html.erb (1.6ms)
|
3430
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_route.html.erb (0.7ms)
|
3431
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/routes/_table.html.erb (1.2ms)
|
3432
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_request_and_response.html.erb (2.5ms)
|
3433
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_web_console.html.erb (2.1ms)
|
3434
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (29.6ms)
|
3435
|
+
|
3436
|
+
|
3437
|
+
Started GET "/" for ::1 at 2015-02-06 13:49:26 +0900
|
3438
|
+
Processing by TopController#index as HTML
|
3439
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.5ms)
|
3440
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
3441
|
+
Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms)
|
3442
|
+
|
3443
|
+
|
3444
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3445
|
+
|
3446
|
+
|
3447
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3448
|
+
|
3449
|
+
|
3450
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3451
|
+
|
3452
|
+
|
3453
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3454
|
+
|
3455
|
+
|
3456
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3457
|
+
|
3458
|
+
|
3459
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3460
|
+
|
3461
|
+
|
3462
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:49:26 +0900
|
3463
|
+
|
3464
|
+
|
3465
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:49:26 +0900
|
3466
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3467
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3468
|
+
|
3469
|
+
|
3470
|
+
Started GET "/" for ::1 at 2015-02-06 13:56:18 +0900
|
3471
|
+
Processing by TopController#index as HTML
|
3472
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
3473
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
3474
|
+
Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)
|
3475
|
+
|
3476
|
+
|
3477
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3478
|
+
|
3479
|
+
|
3480
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3481
|
+
|
3482
|
+
|
3483
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3484
|
+
|
3485
|
+
|
3486
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3487
|
+
|
3488
|
+
|
3489
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3490
|
+
|
3491
|
+
|
3492
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3493
|
+
|
3494
|
+
|
3495
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:56:18 +0900
|
3496
|
+
|
3497
|
+
|
3498
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:56:18 +0900
|
3499
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3500
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3501
|
+
|
3502
|
+
|
3503
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:05 +0900
|
3504
|
+
Processing by TopController#index as HTML
|
3505
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3506
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
3507
|
+
Completed 200 OK in 37ms (Views: 36.7ms | ActiveRecord: 0.0ms)
|
3508
|
+
|
3509
|
+
|
3510
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:05 +0900
|
3511
|
+
|
3512
|
+
|
3513
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3514
|
+
|
3515
|
+
|
3516
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3517
|
+
|
3518
|
+
|
3519
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3520
|
+
|
3521
|
+
|
3522
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3523
|
+
|
3524
|
+
|
3525
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3526
|
+
|
3527
|
+
|
3528
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:06 +0900
|
3529
|
+
|
3530
|
+
|
3531
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:06 +0900
|
3532
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3533
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3534
|
+
|
3535
|
+
|
3536
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:56 +0900
|
3537
|
+
Processing by TopController#index as HTML
|
3538
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3539
|
+
Rendered top/index.html.erb within layouts/application (4.5ms)
|
3540
|
+
Completed 200 OK in 70ms (Views: 69.0ms | ActiveRecord: 0.0ms)
|
3541
|
+
|
3542
|
+
|
3543
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3544
|
+
|
3545
|
+
|
3546
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3547
|
+
|
3548
|
+
|
3549
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3550
|
+
|
3551
|
+
|
3552
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3553
|
+
|
3554
|
+
|
3555
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3556
|
+
|
3557
|
+
|
3558
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3559
|
+
|
3560
|
+
|
3561
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:56 +0900
|
3562
|
+
|
3563
|
+
|
3564
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:56 +0900
|
3565
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3566
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
3567
|
+
|
3568
|
+
|
3569
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:57 +0900
|
3570
|
+
Processing by TopController#index as HTML
|
3571
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.5ms)
|
3572
|
+
Rendered top/index.html.erb within layouts/application (5.9ms)
|
3573
|
+
Completed 200 OK in 46ms (Views: 45.8ms | ActiveRecord: 0.0ms)
|
3574
|
+
|
3575
|
+
|
3576
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3577
|
+
|
3578
|
+
|
3579
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3580
|
+
|
3581
|
+
|
3582
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3583
|
+
|
3584
|
+
|
3585
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3586
|
+
|
3587
|
+
|
3588
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3589
|
+
|
3590
|
+
|
3591
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3592
|
+
|
3593
|
+
|
3594
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:57 +0900
|
3595
|
+
|
3596
|
+
|
3597
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:57 +0900
|
3598
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3599
|
+
Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
3600
|
+
|
3601
|
+
|
3602
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:58 +0900
|
3603
|
+
Processing by TopController#index as HTML
|
3604
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3605
|
+
Rendered top/index.html.erb within layouts/application (5.8ms)
|
3606
|
+
Completed 200 OK in 48ms (Views: 47.8ms | ActiveRecord: 0.0ms)
|
3607
|
+
|
3608
|
+
|
3609
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3610
|
+
|
3611
|
+
|
3612
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3613
|
+
|
3614
|
+
|
3615
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3616
|
+
|
3617
|
+
|
3618
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3619
|
+
|
3620
|
+
|
3621
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3622
|
+
|
3623
|
+
|
3624
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3625
|
+
|
3626
|
+
|
3627
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3628
|
+
|
3629
|
+
|
3630
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:58 +0900
|
3631
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3632
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3633
|
+
|
3634
|
+
|
3635
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:58 +0900
|
3636
|
+
Processing by TopController#index as HTML
|
3637
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.4ms)
|
3638
|
+
Rendered top/index.html.erb within layouts/application (4.7ms)
|
3639
|
+
Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.0ms)
|
3640
|
+
|
3641
|
+
|
3642
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3643
|
+
|
3644
|
+
|
3645
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3646
|
+
|
3647
|
+
|
3648
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3649
|
+
|
3650
|
+
|
3651
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3652
|
+
|
3653
|
+
|
3654
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3655
|
+
|
3656
|
+
|
3657
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3658
|
+
|
3659
|
+
|
3660
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3661
|
+
|
3662
|
+
|
3663
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:58 +0900
|
3664
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3665
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3666
|
+
|
3667
|
+
|
3668
|
+
Started GET "/" for ::1 at 2015-02-06 13:57:58 +0900
|
3669
|
+
Processing by TopController#index as HTML
|
3670
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.3ms)
|
3671
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
3672
|
+
Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.0ms)
|
3673
|
+
|
3674
|
+
|
3675
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3676
|
+
|
3677
|
+
|
3678
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3679
|
+
|
3680
|
+
|
3681
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3682
|
+
|
3683
|
+
|
3684
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3685
|
+
|
3686
|
+
|
3687
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3688
|
+
|
3689
|
+
|
3690
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3691
|
+
|
3692
|
+
|
3693
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 13:57:58 +0900
|
3694
|
+
|
3695
|
+
|
3696
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 13:57:58 +0900
|
3697
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3698
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3699
|
+
|
3700
|
+
|
3701
|
+
Started GET "/" for ::1 at 2015-02-06 14:00:07 +0900
|
3702
|
+
Processing by TopController#index as HTML
|
3703
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
3704
|
+
Rendered top/index.html.erb within layouts/application (3.8ms)
|
3705
|
+
Completed 200 OK in 70ms (Views: 69.7ms | ActiveRecord: 0.0ms)
|
3706
|
+
|
3707
|
+
|
3708
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3709
|
+
|
3710
|
+
|
3711
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3712
|
+
|
3713
|
+
|
3714
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3715
|
+
|
3716
|
+
|
3717
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3718
|
+
|
3719
|
+
|
3720
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3721
|
+
|
3722
|
+
|
3723
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3724
|
+
|
3725
|
+
|
3726
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 14:00:07 +0900
|
3727
|
+
|
3728
|
+
|
3729
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 14:00:07 +0900
|
3730
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3731
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3732
|
+
|
3733
|
+
|
3734
|
+
Started GET "/" for ::1 at 2015-02-06 14:10:37 +0900
|
3735
|
+
Processing by TopController#index as HTML
|
3736
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.7ms)
|
3737
|
+
Rendered top/index.html.erb within layouts/application (10.9ms)
|
3738
|
+
Completed 200 OK in 100ms (Views: 99.2ms | ActiveRecord: 0.0ms)
|
3739
|
+
|
3740
|
+
|
3741
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3742
|
+
|
3743
|
+
|
3744
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3745
|
+
|
3746
|
+
|
3747
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3748
|
+
|
3749
|
+
|
3750
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3751
|
+
|
3752
|
+
|
3753
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3754
|
+
|
3755
|
+
|
3756
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3757
|
+
|
3758
|
+
|
3759
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 14:10:37 +0900
|
3760
|
+
|
3761
|
+
|
3762
|
+
Started POST "/rails_view_component/misc/todo/list:get" for ::1 at 2015-02-06 14:10:37 +0900
|
3763
|
+
|
3764
|
+
ActionController::RoutingError (No route matches [POST] "/rails_view_component/misc/todo/list:get"):
|
3765
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:22:in `middleware_call'
|
3766
|
+
web-console (2.0.0) lib/action_dispatch/debug_exceptions.rb:13:in `call'
|
3767
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3768
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3769
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3770
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3771
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3772
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3773
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
3774
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3775
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
3776
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
3777
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
3778
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3779
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
3780
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
3781
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
3782
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
3783
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
3784
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
3785
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
3786
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
3787
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
3788
|
+
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
3789
|
+
|
3790
|
+
|
3791
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/_trace.text.erb (0.8ms)
|
3792
|
+
Rendered /usr/local/rvm/gems/ruby-2.1.2@rails_view_component/gems/web-console-2.0.0/lib/action_dispatch/templates/rescues/routing_error.text.erb (8.4ms)
|
3793
|
+
|
3794
|
+
|
3795
|
+
Started GET "/" for ::1 at 2015-02-06 14:12:42 +0900
|
3796
|
+
Processing by TopController#index as HTML
|
3797
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.2ms)
|
3798
|
+
Rendered top/index.html.erb within layouts/application (4.0ms)
|
3799
|
+
Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.0ms)
|
3800
|
+
|
3801
|
+
|
3802
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3803
|
+
|
3804
|
+
|
3805
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3806
|
+
|
3807
|
+
|
3808
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3809
|
+
|
3810
|
+
|
3811
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3812
|
+
|
3813
|
+
|
3814
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3815
|
+
|
3816
|
+
|
3817
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3818
|
+
|
3819
|
+
|
3820
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 14:12:42 +0900
|
3821
|
+
|
3822
|
+
|
3823
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 14:12:42 +0900
|
3824
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3825
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
3826
|
+
|
3827
|
+
|
3828
|
+
Started GET "/" for ::1 at 2015-02-06 14:12:43 +0900
|
3829
|
+
Processing by TopController#index as HTML
|
3830
|
+
Rendered app/rails_view_components/misc/todo/views/todo_view_component.html.erb (0.7ms)
|
3831
|
+
Rendered top/index.html.erb within layouts/application (4.8ms)
|
3832
|
+
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
|
3833
|
+
|
3834
|
+
|
3835
|
+
Started GET "/assets/top-64e62ddc273c2f5847f30d698ca14b67.css?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3836
|
+
|
3837
|
+
|
3838
|
+
Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3839
|
+
|
3840
|
+
|
3841
|
+
Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3842
|
+
|
3843
|
+
|
3844
|
+
Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3845
|
+
|
3846
|
+
|
3847
|
+
Started GET "/assets/turbolinks-da8ddad9c2c5483d4c5c30c1ce325253.js?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3848
|
+
|
3849
|
+
|
3850
|
+
Started GET "/assets/top-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3851
|
+
|
3852
|
+
|
3853
|
+
Started GET "/assets/application-79e1233a68e5fdd328d8a2ea17ddef8a.js?body=1" for ::1 at 2015-02-06 14:12:43 +0900
|
3854
|
+
|
3855
|
+
|
3856
|
+
Started GET "/rails_view_component/misc/todo/list" for ::1 at 2015-02-06 14:12:43 +0900
|
3857
|
+
Processing by Misc::Todo::TodoController#list as */*
|
3858
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|