view_assets 1.0.4 → 1.1.1
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.
- data/lib/tasks/tool.rb +29 -0
- data/lib/view_assets/finder/directive.rb +26 -26
- data/lib/view_assets/finder/finder.rb +46 -15
- data/lib/view_assets/manager/manager.rb +6 -18
- data/lib/view_assets/manager/map.rb +110 -0
- data/lib/view_assets/manager/modifier.rb +214 -0
- data/lib/view_assets/packager/actions_map.rb +1 -9
- data/lib/view_assets/packager/packager.rb +34 -9
- data/lib/view_assets/path_info.rb +4 -0
- data/lib/view_assets/railtie.rb +1 -0
- data/lib/view_assets/version.rb +1 -1
- data/test/dummy/public/assets/javascripts_assets.yml +133 -0
- metadata +52 -61
- data/MIT-LICENSE +0 -20
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -1842
- data/test/dummy/log/production.log +0 -591
- data/test/dummy/public/assets/javascripts/application-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/javascripts/application-e6c5fe847d07144f1b32520af2550e6f.js +0 -122202
- data/test/dummy/public/assets/javascripts/controller-e6c5fe847d07144f1b32520af2550e6f.js +0 -122202
- data/test/dummy/public/assets/javascripts/controller_action-e6c5fe847d07144f1b32520af2550e6f.js +0 -122202
- data/test/dummy/public/assets/javascripts/cutting_records-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/javascripts/cutting_records-e6c5fe847d07144f1b32520af2550e6f.js +0 -122202
- data/test/dummy/public/assets/javascripts/cutting_records_index-1edda21952a9f03edc5ecd1492947fbf.js +0 -122340
- data/test/dummy/public/assets/javascripts/material_attributes-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/javascripts/purchasing_orders-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/javascripts/sample_orders-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/javascripts/workshop_reports-984fbe5ea1e3d5e4aaa99059a02281ef.js +0 -31
- data/test/dummy/public/assets/stylesheets/application-084630668892a3d31830a3759745a582.css +0 -10478
- data/test/dummy/public/assets/stylesheets/application-9097e8fd786603bf9b4f22c0ad4aab7b.css +0 -6
- data/test/dummy/public/assets/stylesheets/controller-084630668892a3d31830a3759745a582.css +0 -10478
- data/test/dummy/public/assets/stylesheets/controller_action-084630668892a3d31830a3759745a582.css +0 -10478
- data/test/dummy/public/assets/stylesheets/cutting_records-084630668892a3d31830a3759745a582.css +0 -10478
- data/test/dummy/public/assets/stylesheets/cutting_records_index-084630668892a3d31830a3759745a582.css +0 -10478
- data/test/dummy/public/assets/stylesheets/homes-60aed35175c8508853f14087857e6224.css +0 -6
data/MIT-LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright 2012 YOURNAME
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
File without changes
|
File without changes
|
data/test/dummy/db/test.sqlite3
DELETED
File without changes
|
@@ -1,1842 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:28:55 +0800
|
4
|
-
Connecting to database specified by database.yml
|
5
|
-
Processing by FooController#show as HTML
|
6
|
-
Rendered foo/show.html.erb within layouts/application (2.8ms)
|
7
|
-
Completed 500 Internal Server Error in 27ms
|
8
|
-
|
9
|
-
ActionView::Template::Error (undefined local variable or method `root_path' for #<ViewAssets::StyleSheetAssets:0x000001039b6208>):
|
10
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
11
|
-
6: <%# = javascript_include_tag "application" %>
|
12
|
-
7: <%# = csrf_meta_tags %>
|
13
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
14
|
-
9: </head>
|
15
|
-
10: <body>
|
16
|
-
11:
|
17
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___1311834882094386379_2195292340'
|
18
|
-
|
19
|
-
|
20
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
21
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
22
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms)
|
23
|
-
|
24
|
-
|
25
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:31:31 +0800
|
26
|
-
Processing by FooController#show as HTML
|
27
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
28
|
-
Completed 500 Internal Server Error in 18ms
|
29
|
-
|
30
|
-
ActionView::Template::Error (undefined local variable or method `root_path' for #<ViewAssets::StyleSheetAssets:0x00000103a2d8f8>):
|
31
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
32
|
-
6: <%# = javascript_include_tag "application" %>
|
33
|
-
7: <%# = csrf_meta_tags %>
|
34
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
35
|
-
9: </head>
|
36
|
-
10: <body>
|
37
|
-
11:
|
38
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___1311834882094386379_2195292340'
|
39
|
-
|
40
|
-
|
41
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
42
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
43
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.2ms)
|
44
|
-
|
45
|
-
|
46
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:32:07 +0800
|
47
|
-
Connecting to database specified by database.yml
|
48
|
-
Processing by FooController#show as HTML
|
49
|
-
Rendered foo/show.html.erb within layouts/application (39.9ms)
|
50
|
-
Completed 500 Internal Server Error in 59ms
|
51
|
-
|
52
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
53
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
54
|
-
6: <%# = javascript_include_tag "application" %>
|
55
|
-
7: <%# = csrf_meta_tags %>
|
56
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
57
|
-
9: </head>
|
58
|
-
10: <body>
|
59
|
-
11:
|
60
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___2154059083834447914_2186675700'
|
61
|
-
|
62
|
-
|
63
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
64
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
65
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms)
|
66
|
-
|
67
|
-
|
68
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:33:23 +0800
|
69
|
-
Connecting to database specified by database.yml
|
70
|
-
Processing by FooController#show as HTML
|
71
|
-
Rendered foo/show.html.erb within layouts/application (40.7ms)
|
72
|
-
Completed 500 Internal Server Error in 59ms
|
73
|
-
|
74
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
75
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
76
|
-
6: <%# = javascript_include_tag "application" %>
|
77
|
-
7: <%# = csrf_meta_tags %>
|
78
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
79
|
-
9: </head>
|
80
|
-
10: <body>
|
81
|
-
11:
|
82
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1927099408404686200_2178894880'
|
83
|
-
|
84
|
-
|
85
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
86
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
87
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms)
|
88
|
-
|
89
|
-
|
90
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:34:05 +0800
|
91
|
-
Connecting to database specified by database.yml
|
92
|
-
Processing by FooController#show as HTML
|
93
|
-
Rendered foo/show.html.erb within layouts/application (2.6ms)
|
94
|
-
Completed 500 Internal Server Error in 21ms
|
95
|
-
|
96
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
97
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
98
|
-
6: <%# = javascript_include_tag "application" %>
|
99
|
-
7: <%# = csrf_meta_tags %>
|
100
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
101
|
-
9: </head>
|
102
|
-
10: <body>
|
103
|
-
11:
|
104
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___28876597214264733_2183661160'
|
105
|
-
|
106
|
-
|
107
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
108
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
109
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms)
|
110
|
-
|
111
|
-
|
112
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:36:07 +0800
|
113
|
-
Connecting to database specified by database.yml
|
114
|
-
Processing by FooController#show as HTML
|
115
|
-
Rendered foo/show.html.erb within layouts/application (2.7ms)
|
116
|
-
Completed 500 Internal Server Error in 21ms
|
117
|
-
|
118
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
119
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
120
|
-
6: <%# = javascript_include_tag "application" %>
|
121
|
-
7: <%# = csrf_meta_tags %>
|
122
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
123
|
-
9: </head>
|
124
|
-
10: <body>
|
125
|
-
11:
|
126
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___1287038451168022734_2196483880'
|
127
|
-
|
128
|
-
|
129
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
130
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
131
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms)
|
132
|
-
|
133
|
-
|
134
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:36:40 +0800
|
135
|
-
Connecting to database specified by database.yml
|
136
|
-
Processing by FooController#show as HTML
|
137
|
-
Rendered foo/show.html.erb within layouts/application (2.6ms)
|
138
|
-
Completed 500 Internal Server Error in 21ms
|
139
|
-
|
140
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
141
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
142
|
-
6: <%# = javascript_include_tag "application" %>
|
143
|
-
7: <%# = csrf_meta_tags %>
|
144
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
145
|
-
9: </head>
|
146
|
-
10: <body>
|
147
|
-
11:
|
148
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1723677093658898719_2184960420'
|
149
|
-
|
150
|
-
|
151
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
152
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
153
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms)
|
154
|
-
|
155
|
-
|
156
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:36:58 +0800
|
157
|
-
Processing by FooController#show as HTML
|
158
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
159
|
-
Completed 500 Internal Server Error in 3ms
|
160
|
-
|
161
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
162
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
163
|
-
6: <%# = javascript_include_tag "application" %>
|
164
|
-
7: <%# = csrf_meta_tags %>
|
165
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
166
|
-
9: </head>
|
167
|
-
10: <body>
|
168
|
-
11:
|
169
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1723677093658898719_2184960420'
|
170
|
-
|
171
|
-
|
172
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
173
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
174
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)
|
175
|
-
|
176
|
-
|
177
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:37:08 +0800
|
178
|
-
Processing by FooController#show as HTML
|
179
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
180
|
-
Completed 500 Internal Server Error in 3ms
|
181
|
-
|
182
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
183
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
184
|
-
6: <%# = javascript_include_tag "application" %>
|
185
|
-
7: <%# = csrf_meta_tags %>
|
186
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
187
|
-
9: </head>
|
188
|
-
10: <body>
|
189
|
-
11:
|
190
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1723677093658898719_2184960420'
|
191
|
-
|
192
|
-
|
193
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
194
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
195
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
|
196
|
-
|
197
|
-
|
198
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:41:30 +0800
|
199
|
-
Connecting to database specified by database.yml
|
200
|
-
Processing by FooController#show as HTML
|
201
|
-
Rendered foo/show.html.erb within layouts/application (3.2ms)
|
202
|
-
Completed 500 Internal Server Error in 24ms
|
203
|
-
|
204
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
205
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
206
|
-
6: <%# = javascript_include_tag "application" %>
|
207
|
-
7: <%# = csrf_meta_tags %>
|
208
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
209
|
-
9: </head>
|
210
|
-
10: <body>
|
211
|
-
11:
|
212
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__4057958396027631856_2202022940'
|
213
|
-
|
214
|
-
|
215
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
216
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
217
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.2ms)
|
218
|
-
|
219
|
-
|
220
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:42:35 +0800
|
221
|
-
Connecting to database specified by database.yml
|
222
|
-
Processing by FooController#show as HTML
|
223
|
-
Rendered foo/show.html.erb within layouts/application (2.8ms)
|
224
|
-
Completed 500 Internal Server Error in 22ms
|
225
|
-
|
226
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
227
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
228
|
-
6: <%# = javascript_include_tag "application" %>
|
229
|
-
7: <%# = csrf_meta_tags %>
|
230
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
231
|
-
9: </head>
|
232
|
-
10: <body>
|
233
|
-
11:
|
234
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__3589997357427666726_2188399000'
|
235
|
-
|
236
|
-
|
237
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
238
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
239
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms)
|
240
|
-
|
241
|
-
|
242
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:42:37 +0800
|
243
|
-
Processing by FooController#show as HTML
|
244
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
245
|
-
Completed 500 Internal Server Error in 3ms
|
246
|
-
|
247
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
248
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
249
|
-
6: <%# = javascript_include_tag "application" %>
|
250
|
-
7: <%# = csrf_meta_tags %>
|
251
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
252
|
-
9: </head>
|
253
|
-
10: <body>
|
254
|
-
11:
|
255
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__3589997357427666726_2188399000'
|
256
|
-
|
257
|
-
|
258
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
259
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
260
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms)
|
261
|
-
|
262
|
-
|
263
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:43:33 +0800
|
264
|
-
Connecting to database specified by database.yml
|
265
|
-
Processing by FooController#show as HTML
|
266
|
-
Rendered foo/show.html.erb within layouts/application (2.7ms)
|
267
|
-
Completed 500 Internal Server Error in 60ms
|
268
|
-
|
269
|
-
ActionView::Template::Error (undefined method `gsub' for nil:NilClass):
|
270
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
271
|
-
6: <%# = javascript_include_tag "application" %>
|
272
|
-
7: <%# = csrf_meta_tags %>
|
273
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
274
|
-
9: </head>
|
275
|
-
10: <body>
|
276
|
-
11:
|
277
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__3534410028505336421_2201645000'
|
278
|
-
|
279
|
-
|
280
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
281
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
282
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms)
|
283
|
-
|
284
|
-
|
285
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:48:21 +0800
|
286
|
-
Connecting to database specified by database.yml
|
287
|
-
Processing by FooController#show as HTML
|
288
|
-
Rendered foo/show.html.erb within layouts/application (2.7ms)
|
289
|
-
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
290
|
-
|
291
|
-
|
292
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-24 16:49:23 +0800
|
293
|
-
Connecting to database specified by database.yml
|
294
|
-
Processing by FooController#show as HTML
|
295
|
-
Rendered foo/show.html.erb within layouts/application (2.6ms)
|
296
|
-
Completed 500 Internal Server Error in 59ms
|
297
|
-
|
298
|
-
ActionView::Template::Error (asset type should be "js" or "css"):
|
299
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
300
|
-
6: <%# = javascript_include_tag "application" %>
|
301
|
-
7: <%# = csrf_meta_tags %>
|
302
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
303
|
-
9: </head>
|
304
|
-
10: <body>
|
305
|
-
11:
|
306
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__2124309557951667007_2190735500'
|
307
|
-
|
308
|
-
|
309
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
310
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
311
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms)
|
312
|
-
|
313
|
-
|
314
|
-
Started GET "/foo/index" for 127.0.0.1 at 2012-12-25 15:13:37 +0800
|
315
|
-
Connecting to database specified by database.yml
|
316
|
-
Processing by FooController#index as HTML
|
317
|
-
Rendered foo/index.html.erb within layouts/application (3.0ms)
|
318
|
-
Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.0ms)
|
319
|
-
|
320
|
-
|
321
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2012-12-25 15:13:38 +0800
|
322
|
-
|
323
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
324
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
325
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
326
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
327
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
328
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
329
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
330
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
331
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
332
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
333
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
334
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
335
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
336
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
337
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
338
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
339
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
340
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
341
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
342
|
-
|
343
|
-
|
344
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
345
|
-
|
346
|
-
|
347
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2012-12-25 15:13:38 +0800
|
348
|
-
|
349
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
350
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
351
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
352
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
353
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
354
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
355
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
356
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
357
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
358
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
359
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
360
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
361
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
362
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
363
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
364
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
365
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
366
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
367
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
368
|
-
|
369
|
-
|
370
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
371
|
-
|
372
|
-
|
373
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2012-12-25 15:13:38 +0800
|
374
|
-
|
375
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
376
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
377
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
378
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
379
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
380
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
381
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
382
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
383
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
384
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
385
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
386
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
387
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
388
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
389
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
390
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
391
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
392
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
393
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
394
|
-
|
395
|
-
|
396
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
397
|
-
|
398
|
-
|
399
|
-
Started GET "/foo/app/javascripts/foo/index/index.js" for 127.0.0.1 at 2012-12-25 15:13:38 +0800
|
400
|
-
|
401
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/index.js"):
|
402
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
403
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
404
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
405
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
406
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
407
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
408
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
409
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
410
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
411
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
412
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
413
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
414
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
415
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
416
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
417
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
418
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
419
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
420
|
-
|
421
|
-
|
422
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
423
|
-
|
424
|
-
|
425
|
-
Started GET "/foo/index" for 127.0.0.1 at 2012-12-25 15:16:16 +0800
|
426
|
-
Processing by FooController#index as HTML
|
427
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
428
|
-
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
429
|
-
|
430
|
-
|
431
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2012-12-25 15:16:16 +0800
|
432
|
-
|
433
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
434
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
435
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
436
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
437
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
438
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
439
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
440
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
441
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
442
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
443
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
444
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
445
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
446
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
447
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
448
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
449
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
450
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
451
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
452
|
-
|
453
|
-
|
454
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
455
|
-
|
456
|
-
|
457
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2012-12-25 15:16:16 +0800
|
458
|
-
|
459
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
460
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
461
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
462
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
463
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
464
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
465
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
466
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
467
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
468
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
469
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
470
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
471
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
472
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
473
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
474
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
475
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
476
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
477
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
478
|
-
|
479
|
-
|
480
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
481
|
-
|
482
|
-
|
483
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2012-12-25 15:16:16 +0800
|
484
|
-
|
485
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
486
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
487
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
488
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
489
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
490
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
491
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
492
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
493
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
494
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
495
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
496
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
497
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
498
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
499
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
500
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
501
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
502
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
503
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
504
|
-
|
505
|
-
|
506
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
507
|
-
|
508
|
-
|
509
|
-
Started GET "/foo/app/javascripts/foo/index/index.js" for 127.0.0.1 at 2012-12-25 15:16:16 +0800
|
510
|
-
|
511
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/index.js"):
|
512
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
513
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
514
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
515
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
516
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
517
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
518
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
519
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
520
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
521
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
522
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
523
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
524
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
525
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
526
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
527
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
528
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
529
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
530
|
-
|
531
|
-
|
532
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
533
|
-
|
534
|
-
|
535
|
-
Started GET "/foo/index" for 127.0.0.1 at 2012-12-25 15:16:17 +0800
|
536
|
-
Processing by FooController#index as HTML
|
537
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
538
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
539
|
-
|
540
|
-
|
541
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2012-12-25 15:16:17 +0800
|
542
|
-
|
543
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
544
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
545
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
546
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
547
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
548
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
549
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
550
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
551
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
552
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
553
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
554
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
555
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
556
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
557
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
558
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
559
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
560
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
561
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
562
|
-
|
563
|
-
|
564
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
565
|
-
|
566
|
-
|
567
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2012-12-25 15:16:17 +0800
|
568
|
-
|
569
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
570
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
571
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
572
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
573
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
574
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
575
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
576
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
577
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
578
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
579
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
580
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
581
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
582
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
583
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
584
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
585
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
586
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
587
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
588
|
-
|
589
|
-
|
590
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
591
|
-
|
592
|
-
|
593
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2012-12-25 15:16:17 +0800
|
594
|
-
|
595
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
596
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
597
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
598
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
599
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
600
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
601
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
602
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
603
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
604
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
605
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
606
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
607
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
608
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
609
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
610
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
611
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
612
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
613
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
614
|
-
|
615
|
-
|
616
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
617
|
-
|
618
|
-
|
619
|
-
Started GET "/foo/app/javascripts/foo/index/index.js" for 127.0.0.1 at 2012-12-25 15:16:17 +0800
|
620
|
-
|
621
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/index.js"):
|
622
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
623
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
624
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
625
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
626
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
627
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
628
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
629
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
630
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
631
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
632
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
633
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
634
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
635
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
636
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
637
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
638
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
639
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
640
|
-
|
641
|
-
|
642
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
643
|
-
|
644
|
-
|
645
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:16:19 +0800
|
646
|
-
Processing by FooController#show as HTML
|
647
|
-
Rendered foo/show.html.erb within layouts/application (0.5ms)
|
648
|
-
Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.0ms)
|
649
|
-
|
650
|
-
|
651
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:16:21 +0800
|
652
|
-
Processing by FooController#show as HTML
|
653
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
654
|
-
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
655
|
-
|
656
|
-
|
657
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:16:24 +0800
|
658
|
-
Processing by FooController#show as HTML
|
659
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
660
|
-
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
661
|
-
|
662
|
-
|
663
|
-
Started GET "/foo" for 127.0.0.1 at 2012-12-25 15:16:30 +0800
|
664
|
-
|
665
|
-
ActionController::RoutingError (No route matches [GET] "/foo"):
|
666
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
667
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
668
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
669
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
670
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
671
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
672
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
673
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
674
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
675
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
676
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
677
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
678
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
679
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
680
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
681
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
682
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
683
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
684
|
-
|
685
|
-
|
686
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
687
|
-
|
688
|
-
|
689
|
-
Started GET "/foo" for 127.0.0.1 at 2012-12-25 15:16:38 +0800
|
690
|
-
|
691
|
-
ActionController::RoutingError (No route matches [GET] "/foo"):
|
692
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
693
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
694
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
695
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
696
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
697
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
698
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
699
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
700
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
701
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
702
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
703
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
704
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
705
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
706
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
707
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
708
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
709
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
710
|
-
|
711
|
-
|
712
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
713
|
-
|
714
|
-
|
715
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
716
|
-
Processing by FooController#show as HTML
|
717
|
-
Rendered foo/show.html.erb within layouts/application (0.1ms)
|
718
|
-
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
719
|
-
|
720
|
-
|
721
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
722
|
-
|
723
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
724
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
725
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
726
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
727
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
728
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
729
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
730
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
731
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
732
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
733
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
734
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
735
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
736
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
737
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
738
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
739
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
740
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
741
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
742
|
-
|
743
|
-
|
744
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
745
|
-
|
746
|
-
|
747
|
-
Started GET "/foo/app/javascripts/foo/index/others.js" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
748
|
-
|
749
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/others.js"):
|
750
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
751
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
752
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
753
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
754
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
755
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
756
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
757
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
758
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
759
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
760
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
761
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
762
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
763
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
764
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
765
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
766
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
767
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
768
|
-
|
769
|
-
|
770
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
771
|
-
|
772
|
-
|
773
|
-
Started GET "/foo/app/javascripts/foo/show.js" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
774
|
-
|
775
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/show.js"):
|
776
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
777
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
778
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
779
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
780
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
781
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
782
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
783
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
784
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
785
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
786
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
787
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
788
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
789
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
790
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
791
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
792
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
793
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
794
|
-
|
795
|
-
|
796
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
797
|
-
|
798
|
-
|
799
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
800
|
-
|
801
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
802
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
803
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
804
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
805
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
806
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
807
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
808
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
809
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
810
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
811
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
812
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
813
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
814
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
815
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
816
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
817
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
818
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
819
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
820
|
-
|
821
|
-
|
822
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
823
|
-
|
824
|
-
|
825
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2012-12-25 15:16:44 +0800
|
826
|
-
|
827
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
828
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
829
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
830
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
831
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
832
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
833
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
834
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
835
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
836
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
837
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
838
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
839
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
840
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
841
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
842
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
843
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
844
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
845
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
846
|
-
|
847
|
-
|
848
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
849
|
-
|
850
|
-
|
851
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:49:14 +0800
|
852
|
-
Processing by FooController#show as HTML
|
853
|
-
Rendered foo/show.html.erb within layouts/application (0.0ms)
|
854
|
-
Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
|
855
|
-
|
856
|
-
|
857
|
-
Started GET "/foo/show" for 127.0.0.1 at 2012-12-25 15:53:21 +0800
|
858
|
-
Connecting to database specified by database.yml
|
859
|
-
Processing by FooController#show as HTML
|
860
|
-
Rendered foo/show.html.erb within layouts/application (2.8ms)
|
861
|
-
Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)
|
862
|
-
|
863
|
-
|
864
|
-
Started GET "/foo/index" for 127.0.0.1 at 2012-12-26 09:06:34 +0800
|
865
|
-
Connecting to database specified by database.yml
|
866
|
-
Processing by FooController#index as HTML
|
867
|
-
Rendered foo/index.html.erb within layouts/application (3.2ms)
|
868
|
-
Completed 500 Internal Server Error in 64ms
|
869
|
-
|
870
|
-
ActionView::Template::Error (ViewAssets::FileNotFound):
|
871
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
872
|
-
6: <%# = javascript_include_tag "application" %>
|
873
|
-
7: <%# = csrf_meta_tags %>
|
874
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
875
|
-
9: </head>
|
876
|
-
10: <body>
|
877
|
-
11:
|
878
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__3695218135591971513_2172850580'
|
879
|
-
|
880
|
-
|
881
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
882
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
883
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms)
|
884
|
-
|
885
|
-
|
886
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:08:02 +0800
|
887
|
-
Connecting to database specified by database.yml
|
888
|
-
Processing by FooController#index as HTML
|
889
|
-
Rendered foo/index.html.erb within layouts/application (3.0ms)
|
890
|
-
Completed 200 OK in 78ms (Views: 77.1ms | ActiveRecord: 0.0ms)
|
891
|
-
|
892
|
-
|
893
|
-
Started GET "/foo/app/stylesheets/application.css" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
894
|
-
|
895
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/stylesheets/application.css"):
|
896
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
897
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
898
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
899
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
900
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
901
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
902
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
903
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
904
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
905
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
906
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
907
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
908
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
909
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
910
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
911
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
912
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
913
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
914
|
-
|
915
|
-
|
916
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
917
|
-
|
918
|
-
|
919
|
-
Started GET "/foo/app/stylesheets/foo/index/index.css" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
920
|
-
|
921
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/stylesheets/foo/index/index.css"):
|
922
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
923
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
924
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
925
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
926
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
927
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
928
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
929
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
930
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
931
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
932
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
933
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
934
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
935
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
936
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
937
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
938
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
939
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
940
|
-
|
941
|
-
|
942
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
943
|
-
|
944
|
-
|
945
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
946
|
-
|
947
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
948
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
949
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
950
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
951
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
952
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
953
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
954
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
955
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
956
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
957
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
958
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
959
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
960
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
961
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
962
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
963
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
964
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
965
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
966
|
-
|
967
|
-
|
968
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
969
|
-
|
970
|
-
|
971
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
972
|
-
|
973
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
974
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
975
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
976
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
977
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
978
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
979
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
980
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
981
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
982
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
983
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
984
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
985
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
986
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
987
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
988
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
989
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
990
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
991
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
992
|
-
|
993
|
-
|
994
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
995
|
-
|
996
|
-
|
997
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
998
|
-
|
999
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
1000
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1001
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1002
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1003
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1004
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1005
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1006
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1007
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1008
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1009
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1010
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1011
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1012
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1013
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1014
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1015
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1016
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1017
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1018
|
-
|
1019
|
-
|
1020
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1021
|
-
|
1022
|
-
|
1023
|
-
Started GET "/foo/app/javascripts/foo/index/index.js" for 127.0.0.1 at 2013-01-03 15:08:04 +0800
|
1024
|
-
|
1025
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/index.js"):
|
1026
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1027
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1028
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1029
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1030
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1031
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1032
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1033
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1034
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1035
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1036
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1037
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1038
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1039
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1040
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1041
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1042
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1043
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1044
|
-
|
1045
|
-
|
1046
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1047
|
-
|
1048
|
-
|
1049
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:08:46 +0800
|
1050
|
-
Processing by FooController#index as HTML
|
1051
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1052
|
-
Completed 200 OK in 60ms (Views: 59.3ms | ActiveRecord: 0.0ms)
|
1053
|
-
|
1054
|
-
|
1055
|
-
Started GET "/foo/app/stylesheets/application.css" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1056
|
-
|
1057
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/stylesheets/application.css"):
|
1058
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1059
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1060
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1061
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1062
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1063
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1064
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1065
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1066
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1067
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1068
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1069
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1070
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1071
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1072
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1073
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1074
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1075
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1076
|
-
|
1077
|
-
|
1078
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1079
|
-
|
1080
|
-
|
1081
|
-
Started GET "/foo/lib/javascripts/lib1.js" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1082
|
-
|
1083
|
-
ActionController::RoutingError (No route matches [GET] "/foo/lib/javascripts/lib1.js"):
|
1084
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1085
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1086
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1087
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1088
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1089
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1090
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1091
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1092
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1093
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1094
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1095
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1096
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1097
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1098
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1099
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1100
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1101
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1102
|
-
|
1103
|
-
|
1104
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1105
|
-
|
1106
|
-
|
1107
|
-
Started GET "/foo/app/javascripts/application.js" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1108
|
-
|
1109
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/application.js"):
|
1110
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1111
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1112
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1113
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1114
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1115
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1116
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1117
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1118
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1119
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1120
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1121
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1122
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1123
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1124
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1125
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1126
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1127
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1128
|
-
|
1129
|
-
|
1130
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1131
|
-
|
1132
|
-
|
1133
|
-
Started GET "/foo/app/stylesheets/foo/index/index.css" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1134
|
-
|
1135
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/stylesheets/foo/index/index.css"):
|
1136
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1137
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1138
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1139
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1140
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1141
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1142
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1143
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1144
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1145
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1146
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1147
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1148
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1149
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1150
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1151
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1152
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1153
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1154
|
-
|
1155
|
-
|
1156
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1157
|
-
|
1158
|
-
|
1159
|
-
Started GET "/foo/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1160
|
-
|
1161
|
-
ActionController::RoutingError (No route matches [GET] "/foo/vendor/javascripts/vendor1.js"):
|
1162
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1163
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1164
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1165
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1166
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1167
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1168
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1169
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1170
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1171
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1172
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1173
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1174
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1175
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1176
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1177
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1178
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1179
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1180
|
-
|
1181
|
-
|
1182
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1183
|
-
|
1184
|
-
|
1185
|
-
Started GET "/foo/app/javascripts/foo/index/index.js" for 127.0.0.1 at 2013-01-03 15:08:47 +0800
|
1186
|
-
|
1187
|
-
ActionController::RoutingError (No route matches [GET] "/foo/app/javascripts/foo/index/index.js"):
|
1188
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1189
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1190
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1191
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1192
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1193
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1194
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1195
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1196
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1197
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1198
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1199
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1200
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1201
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1202
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1203
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1204
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1205
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1206
|
-
|
1207
|
-
|
1208
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1209
|
-
|
1210
|
-
|
1211
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1212
|
-
Processing by BarController#index as HTML
|
1213
|
-
Rendered bar/index.html.erb within layouts/application (0.5ms)
|
1214
|
-
Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
|
1215
|
-
|
1216
|
-
|
1217
|
-
Started GET "/bar/app/stylesheets/application.css" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1218
|
-
|
1219
|
-
ActionController::RoutingError (No route matches [GET] "/bar/app/stylesheets/application.css"):
|
1220
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1221
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1222
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1223
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1224
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1225
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1226
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1227
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1228
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1229
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1230
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1231
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1232
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1233
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1234
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1235
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1236
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1237
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1238
|
-
|
1239
|
-
|
1240
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1241
|
-
|
1242
|
-
|
1243
|
-
Started GET "/bar/app/stylesheets/bar/index/index.css" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1244
|
-
|
1245
|
-
ActionController::RoutingError (No route matches [GET] "/bar/app/stylesheets/bar/index/index.css"):
|
1246
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1247
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1248
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1249
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1250
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1251
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1252
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1253
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1254
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1255
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1256
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1257
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1258
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1259
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1260
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1261
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1262
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1263
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1264
|
-
|
1265
|
-
|
1266
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1267
|
-
|
1268
|
-
|
1269
|
-
Started GET "/bar/vendor/javascripts/vendor1.js" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1270
|
-
|
1271
|
-
ActionController::RoutingError (No route matches [GET] "/bar/vendor/javascripts/vendor1.js"):
|
1272
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1273
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1274
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1275
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1276
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1277
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1278
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1279
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1280
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1281
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1282
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1283
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1284
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1285
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1286
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1287
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1288
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1289
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1290
|
-
|
1291
|
-
|
1292
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1293
|
-
|
1294
|
-
|
1295
|
-
Started GET "/bar/lib/javascripts/lib1.js" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1296
|
-
|
1297
|
-
ActionController::RoutingError (No route matches [GET] "/bar/lib/javascripts/lib1.js"):
|
1298
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1299
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1300
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1301
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1302
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1303
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1304
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1305
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1306
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1307
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1308
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1309
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1310
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1311
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1312
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1313
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1314
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1315
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1316
|
-
|
1317
|
-
|
1318
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1319
|
-
|
1320
|
-
|
1321
|
-
Started GET "/bar/app/javascripts/application.js" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1322
|
-
|
1323
|
-
ActionController::RoutingError (No route matches [GET] "/bar/app/javascripts/application.js"):
|
1324
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1325
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1326
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1327
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1328
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1329
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1330
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1331
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1332
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1333
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1334
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1335
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1336
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1337
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1338
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1339
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1340
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1341
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1342
|
-
|
1343
|
-
|
1344
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
1345
|
-
|
1346
|
-
|
1347
|
-
Started GET "/bar/app/javascripts/bar/index/index.js" for 127.0.0.1 at 2013-01-03 15:09:11 +0800
|
1348
|
-
|
1349
|
-
ActionController::RoutingError (No route matches [GET] "/bar/app/javascripts/bar/index/index.js"):
|
1350
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1351
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1352
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1353
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1354
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1355
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1356
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1357
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1358
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1359
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1360
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1361
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1362
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1363
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1364
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1365
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1366
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1367
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1368
|
-
|
1369
|
-
|
1370
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1371
|
-
|
1372
|
-
|
1373
|
-
Started GET "/bar/app/stylesheets" for 127.0.0.1 at 2013-01-03 15:11:54 +0800
|
1374
|
-
|
1375
|
-
ActionController::RoutingError (No route matches [GET] "/bar/app/stylesheets"):
|
1376
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1377
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1378
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1379
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1380
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1381
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1382
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1383
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1384
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1385
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1386
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1387
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1388
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1389
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1390
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1391
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1392
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1393
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1394
|
-
|
1395
|
-
|
1396
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1397
|
-
|
1398
|
-
|
1399
|
-
Started GET "/app/stylesheets" for 127.0.0.1 at 2013-01-03 15:11:59 +0800
|
1400
|
-
|
1401
|
-
ActionController::RoutingError (No route matches [GET] "/app/stylesheets"):
|
1402
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1403
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1404
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1405
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1406
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1407
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1408
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1409
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1410
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1411
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1412
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1413
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1414
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1415
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1416
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1417
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1418
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1419
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1420
|
-
|
1421
|
-
|
1422
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
1423
|
-
|
1424
|
-
|
1425
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-01-03 15:16:07 +0800
|
1426
|
-
Connecting to database specified by database.yml
|
1427
|
-
Processing by BarController#index as HTML
|
1428
|
-
Rendered bar/index.html.erb within layouts/application (3.4ms)
|
1429
|
-
Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms)
|
1430
|
-
|
1431
|
-
|
1432
|
-
Started GET "/basic_production_orders/index" for 127.0.0.1 at 2013-01-03 15:20:59 +0800
|
1433
|
-
Connecting to database specified by database.yml
|
1434
|
-
|
1435
|
-
ActionController::RoutingError (No route matches [GET] "/basic_production_orders/index"):
|
1436
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1437
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1438
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1439
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1440
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1441
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1442
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1443
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1444
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1445
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1446
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1447
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1448
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1449
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1450
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1451
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1452
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1453
|
-
/Users/hzu/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1454
|
-
|
1455
|
-
|
1456
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.0ms)
|
1457
|
-
|
1458
|
-
|
1459
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:21:03 +0800
|
1460
|
-
Processing by FooController#index as HTML
|
1461
|
-
Rendered foo/index.html.erb within layouts/application (0.4ms)
|
1462
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
1463
|
-
|
1464
|
-
|
1465
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:26:47 +0800
|
1466
|
-
Connecting to database specified by database.yml
|
1467
|
-
Processing by FooController#index as HTML
|
1468
|
-
Rendered foo/index.html.erb within layouts/application (3.4ms)
|
1469
|
-
Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.0ms)
|
1470
|
-
|
1471
|
-
|
1472
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:27:28 +0800
|
1473
|
-
Processing by FooController#index as HTML
|
1474
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1475
|
-
Completed 500 Internal Server Error in 16ms
|
1476
|
-
|
1477
|
-
ActionView::Template::Error (No such file or directory - /Users/hzu/Dropbox/Code/ruby/view_assets/test/dummy/public/vendor/stylesheets/version1/index.js):
|
1478
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
1479
|
-
6: <%# = javascript_include_tag "application" %>
|
1480
|
-
7: <%# = csrf_meta_tags %>
|
1481
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
1482
|
-
9: </head>
|
1483
|
-
10: <body>
|
1484
|
-
11:
|
1485
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___2223545505954123450_2196002920'
|
1486
|
-
|
1487
|
-
|
1488
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
1489
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1490
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms)
|
1491
|
-
|
1492
|
-
|
1493
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:28:57 +0800
|
1494
|
-
Processing by FooController#index as HTML
|
1495
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1496
|
-
Completed 500 Internal Server Error in 4ms
|
1497
|
-
|
1498
|
-
ActionView::Template::Error (No such file or directory - /Users/hzu/Dropbox/Code/ruby/view_assets/test/dummy/public/vendor/stylesheets/vendor1/index.js):
|
1499
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
1500
|
-
6: <%# = javascript_include_tag "application" %>
|
1501
|
-
7: <%# = csrf_meta_tags %>
|
1502
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
1503
|
-
9: </head>
|
1504
|
-
10: <body>
|
1505
|
-
11:
|
1506
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___2223545505954123450_2196002920'
|
1507
|
-
|
1508
|
-
|
1509
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
|
1510
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1511
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms)
|
1512
|
-
|
1513
|
-
|
1514
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:33:00 +0800
|
1515
|
-
Connecting to database specified by database.yml
|
1516
|
-
Processing by FooController#index as HTML
|
1517
|
-
Rendered foo/index.html.erb within layouts/application (2.6ms)
|
1518
|
-
Completed 500 Internal Server Error in 21ms
|
1519
|
-
|
1520
|
-
ActionView::Template::Error (No such file or directory - /Users/hzu/Dropbox/Code/ruby/view_assets/test/dummy/public/vendor/stylesheets/vendor1/index.vendor/stylesheets/vendor1/index):
|
1521
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
1522
|
-
6: <%# = javascript_include_tag "application" %>
|
1523
|
-
7: <%# = csrf_meta_tags %>
|
1524
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
1525
|
-
9: </head>
|
1526
|
-
10: <body>
|
1527
|
-
11:
|
1528
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb__1155885025845635693_2209963300'
|
1529
|
-
|
1530
|
-
|
1531
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
1532
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1533
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms)
|
1534
|
-
|
1535
|
-
|
1536
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:33:43 +0800
|
1537
|
-
Connecting to database specified by database.yml
|
1538
|
-
Processing by FooController#index as HTML
|
1539
|
-
Rendered foo/index.html.erb within layouts/application (2.7ms)
|
1540
|
-
Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
1541
|
-
|
1542
|
-
|
1543
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 15:33:55 +0800
|
1544
|
-
Processing by FooController#index as HTML
|
1545
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1546
|
-
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
1547
|
-
|
1548
|
-
|
1549
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 16:21:52 +0800
|
1550
|
-
Connecting to database specified by database.yml
|
1551
|
-
Processing by FooController#index as HTML
|
1552
|
-
Rendered foo/index.html.erb within layouts/application (2.9ms)
|
1553
|
-
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
|
1554
|
-
|
1555
|
-
|
1556
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 16:24:48 +0800
|
1557
|
-
Processing by FooController#index as HTML
|
1558
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1559
|
-
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
1560
|
-
|
1561
|
-
|
1562
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 16:25:51 +0800
|
1563
|
-
Connecting to database specified by database.yml
|
1564
|
-
Processing by FooController#index as HTML
|
1565
|
-
Rendered foo/index.html.erb within layouts/application (2.6ms)
|
1566
|
-
Completed 200 OK in 56ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
1567
|
-
|
1568
|
-
|
1569
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-03 16:26:22 +0800
|
1570
|
-
Processing by FooController#index as HTML
|
1571
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1572
|
-
Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
1573
|
-
|
1574
|
-
|
1575
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 10:56:39 +0800
|
1576
|
-
Connecting to database specified by database.yml
|
1577
|
-
Processing by FooController#index as HTML
|
1578
|
-
Rendered foo/index.html.erb within layouts/application (66.8ms)
|
1579
|
-
Completed 200 OK in 396ms (Views: 396.0ms | ActiveRecord: 0.0ms)
|
1580
|
-
|
1581
|
-
|
1582
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 10:58:26 +0800
|
1583
|
-
Processing by FooController#index as HTML
|
1584
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1585
|
-
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
1586
|
-
|
1587
|
-
|
1588
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 10:58:33 +0800
|
1589
|
-
Connecting to database specified by database.yml
|
1590
|
-
Processing by FooController#index as HTML
|
1591
|
-
Rendered foo/index.html.erb within layouts/application (40.4ms)
|
1592
|
-
Completed 200 OK in 56ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
1593
|
-
|
1594
|
-
|
1595
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 11:02:01 +0800
|
1596
|
-
Processing by FooController#index as HTML
|
1597
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1598
|
-
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
1599
|
-
|
1600
|
-
|
1601
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 11:03:03 +0800
|
1602
|
-
Processing by FooController#index as HTML
|
1603
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1604
|
-
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
1605
|
-
|
1606
|
-
|
1607
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-01-04 11:03:12 +0800
|
1608
|
-
Processing by BarController#index as HTML
|
1609
|
-
Rendered bar/index.html.erb within layouts/application (0.4ms)
|
1610
|
-
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
1611
|
-
|
1612
|
-
|
1613
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-01-04 11:03:42 +0800
|
1614
|
-
Connecting to database specified by database.yml
|
1615
|
-
Processing by BarController#index as HTML
|
1616
|
-
Rendered bar/index.html.erb within layouts/application (2.6ms)
|
1617
|
-
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms)
|
1618
|
-
|
1619
|
-
|
1620
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 15:35:14 +0800
|
1621
|
-
Processing by FooController#index as HTML
|
1622
|
-
Rendered foo/index.html.erb within layouts/application (23.7ms)
|
1623
|
-
Completed 200 OK in 216ms (Views: 202.3ms | ActiveRecord: 0.0ms)
|
1624
|
-
|
1625
|
-
|
1626
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 15:40:36 +0800
|
1627
|
-
Connecting to database specified by database.yml
|
1628
|
-
Processing by FooController#index as HTML
|
1629
|
-
Rendered foo/index.html.erb within layouts/application (2.9ms)
|
1630
|
-
Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.0ms)
|
1631
|
-
|
1632
|
-
|
1633
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-04 15:40:41 +0800
|
1634
|
-
Processing by FooController#index as HTML
|
1635
|
-
Rendered foo/index.html.erb within layouts/application (0.1ms)
|
1636
|
-
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
1637
|
-
|
1638
|
-
|
1639
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-05 15:56:14 +0800
|
1640
|
-
Connecting to database specified by database.yml
|
1641
|
-
Processing by FooController#index as HTML
|
1642
|
-
Rendered foo/index.html.erb within layouts/application (3.1ms)
|
1643
|
-
Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.0ms)
|
1644
|
-
|
1645
|
-
|
1646
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-05 15:56:35 +0800
|
1647
|
-
Processing by FooController#index as HTML
|
1648
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1649
|
-
Completed 500 Internal Server Error in 66ms
|
1650
|
-
|
1651
|
-
ActionView::Template::Error (No such file or directory - /Users/hzu/Dropbox/Code/ruby/view_assets/test/dummy/public/vendor/stylesheets/vendor1/index.css):
|
1652
|
-
5: <%# = stylesheet_link_tag "application", :media => "all" %>
|
1653
|
-
6: <%# = javascript_include_tag "application" %>
|
1654
|
-
7: <%# = csrf_meta_tags %>
|
1655
|
-
8: <%= include_assets_with_assets_mvc(params[:controller], params[:action]) %>
|
1656
|
-
9: </head>
|
1657
|
-
10: <body>
|
1658
|
-
11:
|
1659
|
-
app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___3957117255519139903_2193759580'
|
1660
|
-
|
1661
|
-
|
1662
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
|
1663
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
1664
|
-
Rendered /Users/hzu/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms)
|
1665
|
-
|
1666
|
-
|
1667
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-01-05 15:56:54 +0800
|
1668
|
-
Connecting to database specified by database.yml
|
1669
|
-
Processing by FooController#index as HTML
|
1670
|
-
Rendered foo/index.html.erb within layouts/application (2.6ms)
|
1671
|
-
Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms)
|
1672
|
-
|
1673
|
-
|
1674
|
-
Started GET "/orders/index" for 127.0.0.1 at 2013-02-02 23:21:50 +0800
|
1675
|
-
Connecting to database specified by database.yml
|
1676
|
-
|
1677
|
-
ActionController::RoutingError (No route matches [GET] "/orders/index"):
|
1678
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1679
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1680
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1681
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1682
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1683
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1684
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1685
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1686
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1687
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1688
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1689
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1690
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1691
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1692
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1693
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1694
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1695
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1696
|
-
|
1697
|
-
|
1698
|
-
Rendered /Users/bom_d_van/.rvm/gems/ruby-1.9.3-p362/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms)
|
1699
|
-
|
1700
|
-
|
1701
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-02 23:22:02 +0800
|
1702
|
-
Processing by BarController#index as HTML
|
1703
|
-
Rendered bar/index.html.erb within layouts/application (0.3ms)
|
1704
|
-
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
1705
|
-
|
1706
|
-
|
1707
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-02-02 23:23:11 +0800
|
1708
|
-
Processing by FooController#index as HTML
|
1709
|
-
Rendered foo/index.html.erb within layouts/application (0.3ms)
|
1710
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1711
|
-
|
1712
|
-
|
1713
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-02-03 23:07:41 +0800
|
1714
|
-
Connecting to database specified by database.yml
|
1715
|
-
Processing by FooController#index as HTML
|
1716
|
-
Rendered foo/index.html.erb within layouts/application (5.3ms)
|
1717
|
-
Completed 200 OK in 92ms (Views: 91.6ms | ActiveRecord: 0.0ms)
|
1718
|
-
|
1719
|
-
|
1720
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-02-03 23:09:08 +0800
|
1721
|
-
Connecting to database specified by database.yml
|
1722
|
-
Processing by FooController#index as HTML
|
1723
|
-
Rendered foo/index.html.erb within layouts/application (1.7ms)
|
1724
|
-
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
1725
|
-
|
1726
|
-
|
1727
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-02-03 23:09:09 +0800
|
1728
|
-
Processing by FooController#index as HTML
|
1729
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1730
|
-
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
1731
|
-
|
1732
|
-
|
1733
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-03 23:09:47 +0800
|
1734
|
-
Processing by BarController#index as HTML
|
1735
|
-
Rendered bar/index.html.erb within layouts/application (0.3ms)
|
1736
|
-
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
1737
|
-
|
1738
|
-
|
1739
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-03 23:10:19 +0800
|
1740
|
-
Connecting to database specified by database.yml
|
1741
|
-
Processing by BarController#index as HTML
|
1742
|
-
Rendered bar/index.html.erb within layouts/application (1.9ms)
|
1743
|
-
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
1744
|
-
|
1745
|
-
|
1746
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-03 23:10:20 +0800
|
1747
|
-
Processing by BarController#index as HTML
|
1748
|
-
Rendered bar/index.html.erb within layouts/application (0.0ms)
|
1749
|
-
Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms)
|
1750
|
-
|
1751
|
-
|
1752
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-03 23:10:21 +0800
|
1753
|
-
Processing by BarController#index as HTML
|
1754
|
-
Rendered bar/index.html.erb within layouts/application (0.0ms)
|
1755
|
-
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
1756
|
-
|
1757
|
-
|
1758
|
-
Started GET "/bar/index" for 127.0.0.1 at 2013-02-03 23:11:41 +0800
|
1759
|
-
Processing by BarController#index as HTML
|
1760
|
-
Rendered bar/index.html.erb within layouts/application (0.0ms)
|
1761
|
-
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
1762
|
-
Connecting to database specified by database.yml
|
1763
|
-
Connecting to database specified by database.yml
|
1764
|
-
Connecting to database specified by database.yml
|
1765
|
-
|
1766
|
-
|
1767
|
-
Started GET "/" for 127.0.0.1 at 2013-03-13 09:36:59 +0800
|
1768
|
-
Connecting to database specified by database.yml
|
1769
|
-
|
1770
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
1771
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1772
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1773
|
-
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1774
|
-
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1775
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1776
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1777
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1778
|
-
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1779
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1780
|
-
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1781
|
-
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1782
|
-
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1783
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1784
|
-
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1785
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1786
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1787
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1788
|
-
/Users/bom_d_van/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1789
|
-
|
1790
|
-
|
1791
|
-
Rendered /Users/bom_d_van/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (6.2ms)
|
1792
|
-
|
1793
|
-
|
1794
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:37:14 +0800
|
1795
|
-
|
1796
|
-
ActionController::RoutingError (uninitialized constant ViewAssets::ActionViewHelpers):
|
1797
|
-
app/helpers/application_helper.rb:2:in `<module:ApplicationHelper>'
|
1798
|
-
app/helpers/application_helper.rb:1:in `<top (required)>'
|
1799
|
-
app/controllers/application_controller.rb:1:in `<top (required)>'
|
1800
|
-
app/controllers/foo_controller.rb:1:in `<top (required)>'
|
1801
|
-
|
1802
|
-
|
1803
|
-
Rendered /Users/bom_d_van/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
1804
|
-
|
1805
|
-
|
1806
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:38:06 +0800
|
1807
|
-
Connecting to database specified by database.yml
|
1808
|
-
Processing by FooController#index as HTML
|
1809
|
-
Rendered foo/index.html.erb within layouts/application (3.0ms)
|
1810
|
-
Completed 200 OK in 658ms (Views: 657.6ms | ActiveRecord: 0.0ms)
|
1811
|
-
|
1812
|
-
|
1813
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:40:33 +0800
|
1814
|
-
Processing by FooController#index as HTML
|
1815
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1816
|
-
Completed 200 OK in 649ms (Views: 648.5ms | ActiveRecord: 0.0ms)
|
1817
|
-
|
1818
|
-
|
1819
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:41:16 +0800
|
1820
|
-
Connecting to database specified by database.yml
|
1821
|
-
Processing by FooController#index as HTML
|
1822
|
-
Rendered foo/index.html.erb within layouts/application (1.5ms)
|
1823
|
-
Completed 200 OK in 568ms (Views: 567.2ms | ActiveRecord: 0.0ms)
|
1824
|
-
|
1825
|
-
|
1826
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:41:19 +0800
|
1827
|
-
Processing by FooController#index as HTML
|
1828
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1829
|
-
Completed 200 OK in 611ms (Views: 610.6ms | ActiveRecord: 0.0ms)
|
1830
|
-
|
1831
|
-
|
1832
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:45:01 +0800
|
1833
|
-
Connecting to database specified by database.yml
|
1834
|
-
Processing by FooController#index as HTML
|
1835
|
-
Rendered foo/index.html.erb within layouts/application (2.7ms)
|
1836
|
-
Completed 200 OK in 606ms (Views: 605.2ms | ActiveRecord: 0.0ms)
|
1837
|
-
|
1838
|
-
|
1839
|
-
Started GET "/foo/index" for 127.0.0.1 at 2013-03-13 09:45:03 +0800
|
1840
|
-
Processing by FooController#index as HTML
|
1841
|
-
Rendered foo/index.html.erb within layouts/application (0.0ms)
|
1842
|
-
Completed 200 OK in 636ms (Views: 636.2ms | ActiveRecord: 0.0ms)
|