merb 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. data/README +22 -4
  2. data/Rakefile +15 -3
  3. data/TODO +2 -3
  4. data/bin/merb +61 -36
  5. data/examples/sample_app/dist/app/controllers/files.rb +31 -0
  6. data/examples/sample_app/dist/app/controllers/posts.rb +26 -2
  7. data/examples/sample_app/dist/app/controllers/test.rb +7 -1
  8. data/examples/sample_app/dist/app/views/files/progress.jerb +3 -0
  9. data/examples/sample_app/dist/app/views/files/start.herb +62 -0
  10. data/examples/sample_app/dist/app/views/files/upload.herb +6 -0
  11. data/examples/sample_app/dist/app/views/layout/{application.rhtml → application.herb} +2 -3
  12. data/examples/sample_app/dist/app/views/layout/{foo.rhtml → foo.herb} +0 -0
  13. data/examples/sample_app/dist/app/views/posts/{_comments.rhtml → _comments.herb} +0 -0
  14. data/examples/sample_app/dist/app/views/posts/comment.jerb +1 -0
  15. data/examples/sample_app/dist/app/views/posts/{list.rhtml → list.herb} +0 -0
  16. data/examples/sample_app/dist/app/views/posts/{new.rhtml → new.herb} +0 -0
  17. data/examples/sample_app/dist/app/views/posts/{show.rhtml → show.herb} +0 -0
  18. data/examples/sample_app/dist/app/views/posts/xml_test.xerb +3 -0
  19. data/examples/sample_app/dist/app/views/test/{foo.rhtml → foo.herb} +0 -0
  20. data/examples/sample_app/dist/app/views/test/{hello.rhtml → hello.herb} +0 -0
  21. data/examples/sample_app/dist/app/views/test/json.jerb +1 -0
  22. data/examples/sample_app/dist/conf/merb.yml +11 -0
  23. data/examples/sample_app/dist/conf/merb_init.rb +1 -1
  24. data/examples/sample_app/dist/conf/mup.conf +11 -0
  25. data/examples/sample_app/dist/public/javascripts/mup.js +113 -0
  26. data/examples/sample_app/script/merb_stop +7 -3
  27. data/examples/sample_app/script/startdrb +8 -0
  28. data/lib/merb.rb +37 -2
  29. data/lib/merb/merb_class_extensions.rb +21 -22
  30. data/lib/merb/merb_controller.rb +101 -33
  31. data/lib/merb/merb_handler.rb +26 -25
  32. data/lib/merb/merb_router.rb +1 -1
  33. data/lib/merb/merb_utils.rb +35 -37
  34. data/lib/merb/mixins/basic_authentication_mixin.rb +39 -0
  35. data/lib/merb/mixins/controller_mixin.rb +119 -115
  36. data/lib/merb/mixins/javascript_mixin.rb +63 -0
  37. data/lib/merb/mixins/render_mixin.rb +85 -69
  38. data/lib/merb/mixins/responder_mixin.rb +38 -0
  39. data/lib/merb/session/merb_drb_server.rb +107 -0
  40. data/lib/merb/session/merb_drb_session.rb +71 -0
  41. data/lib/merb/session/merb_session.rb +1 -0
  42. data/lib/merb/vendor/paginator/README.txt +84 -0
  43. data/lib/merb/vendor/paginator/paginator.rb +121 -0
  44. data/lib/mutex_hotfix.rb +34 -0
  45. metadata +41 -63
  46. data/doc/rdoc/classes/ControllerMixin.html +0 -676
  47. data/doc/rdoc/classes/Hash.html +0 -148
  48. data/doc/rdoc/classes/Merb.html +0 -140
  49. data/doc/rdoc/classes/Merb/Controller.html +0 -338
  50. data/doc/rdoc/classes/Merb/RouteMatcher.html +0 -388
  51. data/doc/rdoc/classes/Merb/Server.html +0 -148
  52. data/doc/rdoc/classes/Merb/Session.html +0 -201
  53. data/doc/rdoc/classes/Merb/SessionMixin.html +0 -199
  54. data/doc/rdoc/classes/MerbControllerError.html +0 -111
  55. data/doc/rdoc/classes/MerbHandler.html +0 -430
  56. data/doc/rdoc/classes/MerbHash.html +0 -469
  57. data/doc/rdoc/classes/MerbHash/Mutex.html +0 -198
  58. data/doc/rdoc/classes/Noroutefound.html +0 -153
  59. data/doc/rdoc/classes/Object.html +0 -149
  60. data/doc/rdoc/classes/RenderMixin.html +0 -362
  61. data/doc/rdoc/classes/String.html +0 -212
  62. data/doc/rdoc/classes/Symbol.html +0 -179
  63. data/doc/rdoc/created.rid +0 -1
  64. data/doc/rdoc/files/LICENSE.html +0 -129
  65. data/doc/rdoc/files/README.html +0 -417
  66. data/doc/rdoc/files/TODO.html +0 -151
  67. data/doc/rdoc/files/lib/merb/merb_class_extensions_rb.html +0 -101
  68. data/doc/rdoc/files/lib/merb/merb_controller_rb.html +0 -101
  69. data/doc/rdoc/files/lib/merb/merb_handler_rb.html +0 -101
  70. data/doc/rdoc/files/lib/merb/merb_router_rb.html +0 -101
  71. data/doc/rdoc/files/lib/merb/merb_utils_rb.html +0 -108
  72. data/doc/rdoc/files/lib/merb/mixins/controller_mixin_rb.html +0 -101
  73. data/doc/rdoc/files/lib/merb/mixins/render_mixin_rb.html +0 -101
  74. data/doc/rdoc/files/lib/merb/session/merb_session_rb.html +0 -101
  75. data/doc/rdoc/files/lib/merb_rb.html +0 -140
  76. data/doc/rdoc/files/lib/merb_tasks_rb.html +0 -101
  77. data/doc/rdoc/fr_class_index.html +0 -43
  78. data/doc/rdoc/fr_file_index.html +0 -40
  79. data/doc/rdoc/fr_method_index.html +0 -104
  80. data/doc/rdoc/index.html +0 -24
  81. data/doc/rdoc/rdoc-style.css +0 -208
  82. data/examples/sample_app/dist/app/controllers/upload.rb +0 -29
  83. data/examples/sample_app/dist/app/views/posts/comment.merbjs +0 -1
  84. data/examples/sample_app/dist/app/views/upload/start.rhtml +0 -15
  85. data/examples/sample_app/dist/app/views/upload/upload.rhtml +0 -4
  86. data/examples/sample_app/dist/public/files/README +0 -35
  87. data/examples/sample_app/dist/public/files/setup.rb +0 -1346
  88. data/examples/sample_app/log/merb.log +0 -778
@@ -1,778 +0,0 @@
1
- Request: PATH_INFO: /posts/show/12
2
- Params: {"action"=>"show", "id"=>"12", "controller"=>"posts"}
3
- Routing to controller: Posts action: show
4
- Post Load (0.000404) SELECT * FROM posts WHERE (posts.id = '12') LIMIT 1
5
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/show
6
- Comment Load (0.000310) SELECT * FROM comments WHERE (comments.post_id = 12) 
7
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
8
- Response status: 200
9
-
10
-
11
- Request: PATH_INFO: /stylesheets/merb.css
12
- Request: PATH_INFO: /javascripts/prototype.js
13
- Serving static file: /stylesheets/merb.css
14
- Serving static file: /javascripts/prototype.js
15
- Request: PATH_INFO: /javascripts/effects.js
16
- Serving static file: /javascripts/effects.js
17
- Request: PATH_INFO: /images/bg.jpg
18
- Request: PATH_INFO: /images/nautica.jpg
19
- Serving static file: /images/bg.jpg
20
- Request: PATH_INFO: /images/menuleft.gif
21
- Request: PATH_INFO: /images/menuright.gif
22
- Serving static file: /images/nautica.jpg
23
- Serving static file: /images/menuleft.gif
24
- Serving static file: /images/menuright.gif
25
- Request: PATH_INFO: /images/menu.gif
26
- Request: PATH_INFO: /images/booksmall.gif
27
- Request: PATH_INFO: /images/louiecon.gif
28
- Serving static file: /images/menu.gif
29
- Serving static file: /images/booksmall.gif
30
- Serving static file: /images/louiecon.gif
31
- Request: PATH_INFO: /posts/show/12
32
- Params: {"action"=>"show", "id"=>"12", "controller"=>"posts"}
33
- Routing to controller: Posts action: show
34
- Post Load (0.000378) SELECT * FROM posts WHERE (posts.id = '12') LIMIT 1
35
- Post Columns (0.000226) SHOW FIELDS FROM posts
36
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/show
37
- Comment Load (0.000284) SELECT * FROM comments WHERE (comments.post_id = 12) 
38
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
39
- Response status: 200
40
-
41
-
42
- Request: PATH_INFO: /stylesheets/merb.css
43
- Request: PATH_INFO: /javascripts/prototype.js
44
- Serving static file: /stylesheets/merb.css
45
- Serving static file: /javascripts/prototype.js
46
- Request: PATH_INFO: /javascripts/effects.js
47
- Serving static file: /javascripts/effects.js
48
- Request: PATH_INFO: /images/bg.jpg
49
- Request: PATH_INFO: /images/nautica.jpg
50
- Serving static file: /images/bg.jpg
51
- Request: PATH_INFO: /images/menuleft.gif
52
- Request: PATH_INFO: /images/menuright.gif
53
- Serving static file: /images/nautica.jpg
54
- Serving static file: /images/menuleft.gif
55
- Request: PATH_INFO: /images/menu.gif
56
- Serving static file: /images/menuright.gif
57
- Serving static file: /images/menu.gif
58
- Request: PATH_INFO: /images/louiecon.gif
59
- Serving static file: /images/louiecon.gif
60
- Request: PATH_INFO: /images/booksmall.gif
61
- Serving static file: /images/booksmall.gif
62
- Request: PATH_INFO: /posts/show/12
63
- Params: {"action"=>"show", "id"=>"12", "controller"=>"posts"}
64
- Routing to controller: Posts action: show
65
- Post Load (0.000430) SELECT * FROM posts WHERE (posts.id = '12') LIMIT 1
66
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/show
67
- Comment Load (0.000392) SELECT * FROM comments WHERE (comments.post_id = 12) 
68
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
69
- Response status: 200
70
-
71
-
72
- Request: PATH_INFO: /stylesheets/merb.css
73
- Request: PATH_INFO: /javascripts/prototype.js
74
- Serving static file: /stylesheets/merb.css
75
- Serving static file: /javascripts/prototype.js
76
- Request: PATH_INFO: /javascripts/effects.js
77
- Serving static file: /javascripts/effects.js
78
- Request: PATH_INFO: /images/bg.jpg
79
- Request: PATH_INFO: /images/nautica.jpg
80
- Serving static file: /images/bg.jpg
81
- Request: PATH_INFO: /images/menuleft.gif
82
- Request: PATH_INFO: /images/menuright.gif
83
- Serving static file: /images/nautica.jpg
84
- Serving static file: /images/menuleft.gif
85
- Request: PATH_INFO: /images/menu.gif
86
- Serving static file: /images/menuright.gif
87
- Serving static file: /images/menu.gif
88
- Request: PATH_INFO: /images/louiecon.gif
89
- Serving static file: /images/louiecon.gif
90
- Request: PATH_INFO: /images/booksmall.gif
91
- Serving static file: /images/booksmall.gif
92
- Request: PATH_INFO: /posts/new
93
- Params: {"action"=>"new", "id"=>nil, "controller"=>"posts"}
94
- Routing to controller: Posts action: new
95
- undefined method `[]=' for nil:NilClass - (NoMethodError)
96
- /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/controllers/posts.rb:5:in `new'
97
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:76:in `send'
98
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:76:in `dispatch'
99
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:63:in `process'
100
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `synchronize'
101
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `process'
102
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:585:in `process_client'
103
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `each'
104
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `process_client'
105
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
106
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `initialize'
107
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `new'
108
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
109
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `initialize'
110
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `new'
111
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `run'
112
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:158:in `mongrel_start'
113
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:119:in `run'
114
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:168
115
- /usr/bin/merb:18:in `load'
116
- /usr/bin/merb:18
117
- Request: PATH_INFO: /posts/new
118
- Params: {"action"=>"new", "id"=>nil, "controller"=>"posts"}
119
- Routing to controller: Posts action: new
120
- Setting up session
121
- Merb::Session Columns (0.000289) SHOW FIELDS FROM sessions
122
- Merb::Session Load (0.000349) SELECT * FROM sessions WHERE (sessions.`sess_id` = 'QXTtyCq9yKklyZLKdSq4tXVDTHhKVE8C' ) LIMIT 1
123
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/new
124
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
125
- Finalize session
126
- SQL (0.000099) BEGIN
127
- Merb::Session Update (0.078809) UPDATE sessions SET `created_at` = '2006-11-06 16:25:06', `data` = '--- !map:MerbHash \nfoo: bar\n', `sess_id` = 'QXTtyCq9yKklyZLKdSq4tXVDTHhKVE8C' WHERE id = 30
128
- SQL (0.000957) COMMIT
129
- Response status: 200
130
-
131
-
132
- Request: PATH_INFO: /javascripts/prototype.js
133
- Serving static file: /javascripts/prototype.js
134
- Request: PATH_INFO: /javascripts/effects.js
135
- Serving static file: /javascripts/effects.js
136
- Request: PATH_INFO: /posts/create
137
- Params: {"commit"=>"Submit", "title"=>"dsfasdf", "body"=>"dsafadsfadfs", "action"=>"create", "id"=>nil, "controller"=>"posts"}
138
- Routing to controller: Posts action: create
139
- Setting up session
140
- Merb::Session Load (0.000463) SELECT * FROM sessions WHERE (sessions.`sess_id` = 'QXTtyCq9yKklyZLKdSq4tXVDTHhKVE8C' ) LIMIT 1
141
- Post Columns (0.000265) SHOW FIELDS FROM posts
142
- SQL (0.000105) BEGIN
143
- SQL (0.000482) INSERT INTO posts (`updated_at`, `body`, `title`, `created_at`) VALUES('2006-11-07 13:51:39', 'dsafadsfadfs', 'dsfasdf', '2006-11-07 13:51:39')
144
- SQL (0.059639) COMMIT
145
- Redirecting to: /posts/show/23
146
- Finalize session
147
- Response status: 302
148
-
149
-
150
- Request: PATH_INFO: /posts/show/23
151
- Params: {"action"=>"show", "id"=>"23", "controller"=>"posts"}
152
- Routing to controller: Posts action: show
153
- Setting up session
154
- Merb::Session Load (0.000429) SELECT * FROM sessions WHERE (sessions.`sess_id` = 'QXTtyCq9yKklyZLKdSq4tXVDTHhKVE8C' ) LIMIT 1
155
- Post Load (0.000246) SELECT * FROM posts WHERE (posts.id = '23') LIMIT 1
156
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/show
157
- Comment Load (0.000403) SELECT * FROM comments WHERE (comments.post_id = 23) 
158
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
159
- Finalize session
160
- SQL (0.000266) BEGIN
161
- Merb::Session Update (0.000269) UPDATE sessions SET `created_at` = '2006-11-06 16:25:06', `data` = '--- !map:MerbHash \nfoo: bar\n', `sess_id` = 'QXTtyCq9yKklyZLKdSq4tXVDTHhKVE8C' WHERE id = 30
162
- SQL (0.000080) COMMIT
163
- Response status: 200
164
-
165
-
166
- Request: PATH_INFO: /posts/show/23
167
- Params: {"action"=>"show", "id"=>"23", "controller"=>"posts"}
168
- Routing to controller: Posts action: show
169
- undefined local variable or method `session' for #<Posts:0x731270> - (NameError)
170
- /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/controllers/posts.rb:15:in `show'
171
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:77:in `send'
172
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:77:in `dispatch'
173
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:63:in `process'
174
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `synchronize'
175
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `process'
176
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:585:in `process_client'
177
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `each'
178
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `process_client'
179
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
180
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `initialize'
181
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `new'
182
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
183
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `initialize'
184
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `new'
185
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `run'
186
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:158:in `mongrel_start'
187
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:119:in `run'
188
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:168
189
- /usr/bin/merb:18:in `load'
190
- /usr/bin/merb:18
191
- Request: PATH_INFO: /upload/start
192
- Params: {"action"=>"start", "id"=>nil, "controller"=>"upload"}
193
- Routing to controller: Upload action: start
194
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/start
195
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
196
- Response status: 200
197
-
198
-
199
- Request: PATH_INFO: /test/hello
200
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
201
- Routing to controller: Test action: hello
202
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
203
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
204
- Response status: 200
205
-
206
-
207
- Request: PATH_INFO: /stylesheets/merb.css
208
- Serving static file: /stylesheets/merb.css
209
- Request: PATH_INFO: /test/hello
210
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
211
- Routing to controller: Test action: hello
212
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
213
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
214
- Response status: 200
215
-
216
-
217
- Request: PATH_INFO: /javascripts/prototype.js
218
- Serving static file: /javascripts/prototype.js
219
- Request: PATH_INFO: /javascripts/effects.js
220
- Serving static file: /javascripts/effects.js
221
- Request: PATH_INFO: /images/bg.jpg
222
- Request: PATH_INFO: /images/nautica.jpg
223
- Serving static file: /images/bg.jpg
224
- Request: PATH_INFO: /images/menuleft.gif
225
- Request: PATH_INFO: /images/menuright.gif
226
- Serving static file: /images/nautica.jpg
227
- Serving static file: /images/menuleft.gif
228
- Serving static file: /images/menuright.gif
229
- Request: PATH_INFO: /images/menu.gif
230
- Serving static file: /images/menu.gif
231
- Request: PATH_INFO: /images/louiecon.gif
232
- Request: PATH_INFO: /images/booksmall.gif
233
- Serving static file: /images/louiecon.gif
234
- Serving static file: /images/booksmall.gif
235
- Request: PATH_INFO: /test/hello
236
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
237
- Routing to controller: Test action: hello
238
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
239
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
240
- Response status: 200
241
-
242
-
243
- Request: PATH_INFO: /stylesheets/merb.css
244
- Request: PATH_INFO: /javascripts/prototype.js
245
- Serving static file: /stylesheets/merb.css
246
- Serving static file: /javascripts/prototype.js
247
- Request: PATH_INFO: /javascripts/effects.js
248
- Serving static file: /javascripts/effects.js
249
- Request: PATH_INFO: /images/bg.jpg
250
- Request: PATH_INFO: /images/nautica.jpg
251
- Serving static file: /images/bg.jpg
252
- Request: PATH_INFO: /images/menuleft.gif
253
- Serving static file: /images/nautica.jpg
254
- Request: PATH_INFO: /images/menuright.gif
255
- Serving static file: /images/menuleft.gif
256
- Serving static file: /images/menuright.gif
257
- Request: PATH_INFO: /images/menu.gif
258
- Request: PATH_INFO: /images/louiecon.gif
259
- Serving static file: /images/menu.gif
260
- Request: PATH_INFO: /images/booksmall.gif
261
- Serving static file: /images/louiecon.gif
262
- Serving static file: /images/booksmall.gif
263
- Request: PATH_INFO: /test/hello
264
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
265
- Routing to controller: Test action: hello
266
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
267
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
268
- Response status: 200
269
-
270
-
271
- Request: PATH_INFO: /stylesheets/merb.css
272
- Request: PATH_INFO: /javascripts/prototype.js
273
- Serving static file: /stylesheets/merb.css
274
- Serving static file: /javascripts/prototype.js
275
- Request: PATH_INFO: /javascripts/effects.js
276
- Serving static file: /javascripts/effects.js
277
- Request: PATH_INFO: /images/bg.jpg
278
- Serving static file: /images/bg.jpg
279
- Request: PATH_INFO: /images/nautica.jpg
280
- Serving static file: /images/nautica.jpg
281
- Request: PATH_INFO: /images/menuleft.gif
282
- Request: PATH_INFO: /images/menuright.gif
283
- Serving static file: /images/menuleft.gif
284
- Request: PATH_INFO: /images/menu.gif
285
- Serving static file: /images/menuright.gif
286
- Request: PATH_INFO: /images/louiecon.gif
287
- Serving static file: /images/menu.gif
288
- Serving static file: /images/louiecon.gif
289
- Request: PATH_INFO: /images/booksmall.gif
290
- Serving static file: /images/booksmall.gif
291
- Request: PATH_INFO: /test/hello
292
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
293
- Routing to controller: Test action: hello
294
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
295
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
296
- Response status: 200
297
-
298
-
299
- Request: PATH_INFO: /stylesheets/merb.css
300
- Serving static file: /stylesheets/merb.css
301
- Request: PATH_INFO: /javascripts/prototype.js
302
- Serving static file: /javascripts/prototype.js
303
- Request: PATH_INFO: /javascripts/effects.js
304
- Serving static file: /javascripts/effects.js
305
- Request: PATH_INFO: /images/bg.jpg
306
- Request: PATH_INFO: /images/menuleft.gif
307
- Request: PATH_INFO: /images/nautica.jpg
308
- Serving static file: /images/bg.jpg
309
- Request: PATH_INFO: /images/menuright.gif
310
- Serving static file: /images/menuleft.gif
311
- Serving static file: /images/nautica.jpg
312
- Serving static file: /images/menuright.gif
313
- Request: PATH_INFO: /images/menu.gif
314
- Request: PATH_INFO: /images/booksmall.gif
315
- Serving static file: /images/menu.gif
316
- Request: PATH_INFO: /images/louiecon.gif
317
- Serving static file: /images/booksmall.gif
318
- Serving static file: /images/louiecon.gif
319
- Request: PATH_INFO: /test/hello
320
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
321
- Routing to controller: Test action: hello
322
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
323
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
324
- Response status: 200
325
-
326
-
327
- Request: PATH_INFO: /stylesheets/merb.css
328
- Serving static file: /stylesheets/merb.css
329
- Request: PATH_INFO: /javascripts/prototype.js
330
- Serving static file: /javascripts/prototype.js
331
- Request: PATH_INFO: /javascripts/effects.js
332
- Serving static file: /javascripts/effects.js
333
- Request: PATH_INFO: /images/bg.jpg
334
- Request: PATH_INFO: /images/nautica.jpg
335
- Serving static file: /images/bg.jpg
336
- Request: PATH_INFO: /images/menuright.gif
337
- Serving static file: /images/nautica.jpg
338
- Request: PATH_INFO: /images/menuleft.gif
339
- Serving static file: /images/menuright.gif
340
- Serving static file: /images/menuleft.gif
341
- Request: PATH_INFO: /images/menu.gif
342
- Request: PATH_INFO: /images/louiecon.gif
343
- Serving static file: /images/menu.gif
344
- Request: PATH_INFO: /images/booksmall.gif
345
- Serving static file: /images/louiecon.gif
346
- Serving static file: /images/booksmall.gif
347
- Request: PATH_INFO: /test/hello
348
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
349
- Routing to controller: Test action: hello
350
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
351
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
352
- Response status: 200
353
-
354
-
355
- Request: PATH_INFO: /stylesheets/merb.css
356
- Serving static file: /stylesheets/merb.css
357
- Request: PATH_INFO: /javascripts/prototype.js
358
- Serving static file: /javascripts/prototype.js
359
- Request: PATH_INFO: /javascripts/effects.js
360
- Serving static file: /javascripts/effects.js
361
- Request: PATH_INFO: /images/bg.jpg
362
- Request: PATH_INFO: /images/menuleft.gif
363
- Request: PATH_INFO: /images/nautica.jpg
364
- Serving static file: /images/bg.jpg
365
- Request: PATH_INFO: /images/menuright.gif
366
- Serving static file: /images/menuleft.gif
367
- Serving static file: /images/nautica.jpg
368
- Serving static file: /images/menuright.gif
369
- Request: PATH_INFO: /images/menu.gif
370
- Request: PATH_INFO: /images/louiecon.gif
371
- Serving static file: /images/menu.gif
372
- Request: PATH_INFO: /images/booksmall.gif
373
- Serving static file: /images/louiecon.gif
374
- Serving static file: /images/booksmall.gif
375
- Request: PATH_INFO: /test/hello
376
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
377
- Routing to controller: Test action: hello
378
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
379
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
380
- Response status: 200
381
-
382
-
383
- Request: PATH_INFO: /stylesheets/merb.css
384
- Serving static file: /stylesheets/merb.css
385
- Request: PATH_INFO: /javascripts/prototype.js
386
- Serving static file: /javascripts/prototype.js
387
- Request: PATH_INFO: /javascripts/effects.js
388
- Serving static file: /javascripts/effects.js
389
- Request: PATH_INFO: /images/bg.jpg
390
- Request: PATH_INFO: /images/nautica.jpg
391
- Serving static file: /images/bg.jpg
392
- Request: PATH_INFO: /images/menuleft.gif
393
- Request: PATH_INFO: /images/menuright.gif
394
- Serving static file: /images/nautica.jpg
395
- Serving static file: /images/menuleft.gif
396
- Serving static file: /images/menuright.gif
397
- Request: PATH_INFO: /images/menu.gif
398
- Request: PATH_INFO: /images/louiecon.gif
399
- Serving static file: /images/menu.gif
400
- Request: PATH_INFO: /images/booksmall.gif
401
- Serving static file: /images/louiecon.gif
402
- Serving static file: /images/booksmall.gif
403
- Request: PATH_INFO: /test/hello
404
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
405
- Routing to controller: Test action: hello
406
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
407
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
408
- Response status: 200
409
-
410
-
411
- Request: PATH_INFO: /stylesheets/merb.css
412
- Request: PATH_INFO: /javascripts/prototype.js
413
- Serving static file: /stylesheets/merb.css
414
- Serving static file: /javascripts/prototype.js
415
- Request: PATH_INFO: /javascripts/effects.js
416
- Serving static file: /javascripts/effects.js
417
- Request: PATH_INFO: /images/bg.jpg
418
- Request: PATH_INFO: /images/nautica.jpg
419
- Serving static file: /images/bg.jpg
420
- Request: PATH_INFO: /images/menuleft.gif
421
- Serving static file: /images/nautica.jpg
422
- Request: PATH_INFO: /images/menuright.gif
423
- Serving static file: /images/menuleft.gif
424
- Serving static file: /images/menuright.gif
425
- Request: PATH_INFO: /images/louiecon.gif
426
- Request: PATH_INFO: /images/menu.gif
427
- Serving static file: /images/louiecon.gif
428
- Request: PATH_INFO: /images/booksmall.gif
429
- Serving static file: /images/menu.gif
430
- Serving static file: /images/booksmall.gif
431
- Request: PATH_INFO: /test/hello
432
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
433
- Routing to controller: Test action: hello
434
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
435
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
436
- Response status: 200
437
-
438
-
439
- Request: PATH_INFO: /stylesheets/merb.css
440
- Serving static file: /stylesheets/merb.css
441
- Request: PATH_INFO: /javascripts/prototype.js
442
- Serving static file: /javascripts/prototype.js
443
- Request: PATH_INFO: /javascripts/effects.js
444
- Serving static file: /javascripts/effects.js
445
- Request: PATH_INFO: /images/bg.jpg
446
- Request: PATH_INFO: /images/nautica.jpg
447
- Serving static file: /images/bg.jpg
448
- Request: PATH_INFO: /images/menuright.gif
449
- Serving static file: /images/nautica.jpg
450
- Request: PATH_INFO: /images/menuleft.gif
451
- Serving static file: /images/menuright.gif
452
- Serving static file: /images/menuleft.gif
453
- Request: PATH_INFO: /images/menu.gif
454
- Request: PATH_INFO: /images/booksmall.gif
455
- Serving static file: /images/menu.gif
456
- Request: PATH_INFO: /images/louiecon.gif
457
- Serving static file: /images/booksmall.gif
458
- Serving static file: /images/louiecon.gif
459
- Request: PATH_INFO: /test/hello
460
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
461
- Routing to controller: Test action: hello
462
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
463
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
464
- Response status: 200
465
-
466
-
467
- Request: PATH_INFO: /stylesheets/merb.css
468
- Serving static file: /stylesheets/merb.css
469
- Request: PATH_INFO: /javascripts/prototype.js
470
- Serving static file: /javascripts/prototype.js
471
- Request: PATH_INFO: /javascripts/effects.js
472
- Serving static file: /javascripts/effects.js
473
- Request: PATH_INFO: /images/bg.jpg
474
- Request: PATH_INFO: /images/nautica.jpg
475
- Serving static file: /images/bg.jpg
476
- Request: PATH_INFO: /images/menuleft.gif
477
- Serving static file: /images/nautica.jpg
478
- Request: PATH_INFO: /images/menuright.gif
479
- Serving static file: /images/menuleft.gif
480
- Serving static file: /images/menuright.gif
481
- Request: PATH_INFO: /images/menu.gif
482
- Serving static file: /images/menu.gif
483
- Request: PATH_INFO: /images/louiecon.gif
484
- Serving static file: /images/louiecon.gif
485
- Request: PATH_INFO: /images/booksmall.gif
486
- Serving static file: /images/booksmall.gif
487
- Request: PATH_INFO: /test/hello
488
- can't convert Symbol into Array - (TypeError)
489
- /usr//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/class/inheritable_attributes.rb:91:in `+'
490
- /usr//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/class/inheritable_attributes.rb:91:in `write_inheritable_array'
491
- (eval):2:in `filters='
492
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:122:in `before'
493
- /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/controllers/test.rb:4
494
- /usr//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:in `load'
495
- /usr//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:in `load'
496
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_utils.rb:7:in `import'
497
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:136:in `instantiate_controller'
498
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:119:in `handle'
499
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:56:in `process'
500
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:585:in `process_client'
501
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `each'
502
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `process_client'
503
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
504
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `initialize'
505
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `new'
506
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
507
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `initialize'
508
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `new'
509
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `run'
510
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:158:in `mongrel_start'
511
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:119:in `run'
512
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:168
513
- /usr/bin/merb:18:in `load'
514
- /usr/bin/merb:18
515
- Request: PATH_INFO: /test/hello
516
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
517
- Routing to controller: Test action: hello
518
- undefined method `each' for :bfilter:Symbol - (NoMethodError)
519
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:106:in `call_filters'
520
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:79:in `dispatch'
521
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `process'
522
- /usr//lib/ruby/1.8/thread.rb:135:in `synchronize'
523
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:61:in `process'
524
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:585:in `process_client'
525
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `each'
526
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `process_client'
527
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
528
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `initialize'
529
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `new'
530
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
531
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `initialize'
532
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `new'
533
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `run'
534
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:158:in `mongrel_start'
535
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:119:in `run'
536
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:168
537
- /usr/bin/merb:18:in `load'
538
- /usr/bin/merb:18
539
- Request: PATH_INFO: /test/hello
540
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
541
- Routing to controller: Test action: hello
542
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
543
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
544
- Response status: 200
545
-
546
-
547
- Request: PATH_INFO: /stylesheets/merb.css
548
- Serving static file: /stylesheets/merb.css
549
- Request: PATH_INFO: /javascripts/prototype.js
550
- Serving static file: /javascripts/prototype.js
551
- Request: PATH_INFO: /javascripts/effects.js
552
- Serving static file: /javascripts/effects.js
553
- Request: PATH_INFO: /images/bg.jpg
554
- Request: PATH_INFO: /images/nautica.jpg
555
- Serving static file: /images/bg.jpg
556
- Request: PATH_INFO: /images/menuleft.gif
557
- Request: PATH_INFO: /images/menuright.gif
558
- Serving static file: /images/nautica.jpg
559
- Serving static file: /images/menuleft.gif
560
- Serving static file: /images/menuright.gif
561
- Request: PATH_INFO: /images/menu.gif
562
- Request: PATH_INFO: /images/booksmall.gif
563
- Serving static file: /images/menu.gif
564
- Request: PATH_INFO: /images/louiecon.gif
565
- Serving static file: /images/booksmall.gif
566
- Serving static file: /images/louiecon.gif
567
- Request: PATH_INFO: /test/hello
568
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
569
- Routing to controller: Test action: hello
570
- undefined method `each' for nil:NilClass - (NoMethodError)
571
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:106:in `call_filters'
572
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_controller.rb:79:in `dispatch'
573
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:62:in `process'
574
- /usr//lib/ruby/1.8/thread.rb:135:in `synchronize'
575
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/lib/merb/merb_handler.rb:61:in `process'
576
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:585:in `process_client'
577
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `each'
578
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:584:in `process_client'
579
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
580
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `initialize'
581
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `new'
582
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:691:in `run'
583
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `initialize'
584
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `new'
585
- /usr//lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel.rb:678:in `run'
586
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:158:in `mongrel_start'
587
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:119:in `run'
588
- /usr//lib/ruby/gems/1.8/gems/merb-0.0.6/bin/merb:168
589
- /usr/bin/merb:18:in `load'
590
- /usr/bin/merb:18
591
- Request: PATH_INFO: /test/hello
592
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
593
- Routing to controller: Test action: hello
594
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
595
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
596
- Response status: 200
597
-
598
-
599
- Request: PATH_INFO: /stylesheets/merb.css
600
- Serving static file: /stylesheets/merb.css
601
- Request: PATH_INFO: /javascripts/prototype.js
602
- Serving static file: /javascripts/prototype.js
603
- Request: PATH_INFO: /javascripts/effects.js
604
- Serving static file: /javascripts/effects.js
605
- Request: PATH_INFO: /images/bg.jpg
606
- Request: PATH_INFO: /images/nautica.jpg
607
- Serving static file: /images/bg.jpg
608
- Request: PATH_INFO: /images/menuleft.gif
609
- Serving static file: /images/nautica.jpg
610
- Request: PATH_INFO: /images/menuright.gif
611
- Serving static file: /images/menuleft.gif
612
- Serving static file: /images/menuright.gif
613
- Request: PATH_INFO: /images/booksmall.gif
614
- Request: PATH_INFO: /images/louiecon.gif
615
- Serving static file: /images/booksmall.gif
616
- Request: PATH_INFO: /images/menu.gif
617
- Serving static file: /images/louiecon.gif
618
- Serving static file: /images/menu.gif
619
- Request: PATH_INFO: /test/hello
620
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
621
- Routing to controller: Test action: hello
622
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
623
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
624
- Response status: 200
625
-
626
-
627
- Request: PATH_INFO: /stylesheets/merb.css
628
- Serving static file: /stylesheets/merb.css
629
- Request: PATH_INFO: /javascripts/prototype.js
630
- Serving static file: /javascripts/prototype.js
631
- Request: PATH_INFO: /javascripts/effects.js
632
- Serving static file: /javascripts/effects.js
633
- Request: PATH_INFO: /images/bg.jpg
634
- Request: PATH_INFO: /images/nautica.jpg
635
- Serving static file: /images/bg.jpg
636
- Request: PATH_INFO: /images/menuleft.gif
637
- Serving static file: /images/nautica.jpg
638
- Request: PATH_INFO: /images/menuright.gif
639
- Serving static file: /images/menuleft.gif
640
- Serving static file: /images/menuright.gif
641
- Request: PATH_INFO: /images/menu.gif
642
- Request: PATH_INFO: /images/louiecon.gif
643
- Serving static file: /images/menu.gif
644
- Serving static file: /images/louiecon.gif
645
- Request: PATH_INFO: /images/booksmall.gif
646
- Serving static file: /images/booksmall.gif
647
- Request: PATH_INFO: /test/hello
648
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
649
- Routing to controller: Test action: hello
650
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
651
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
652
- Response status: 200
653
-
654
-
655
- Request: PATH_INFO: /stylesheets/merb.css
656
- Request: PATH_INFO: /javascripts/prototype.js
657
- Serving static file: /stylesheets/merb.css
658
- Serving static file: /javascripts/prototype.js
659
- Request: PATH_INFO: /javascripts/effects.js
660
- Serving static file: /javascripts/effects.js
661
- Request: PATH_INFO: /images/bg.jpg
662
- Request: PATH_INFO: /images/nautica.jpg
663
- Serving static file: /images/bg.jpg
664
- Request: PATH_INFO: /images/menuleft.gif
665
- Serving static file: /images/nautica.jpg
666
- Request: PATH_INFO: /images/menuright.gif
667
- Serving static file: /images/menuleft.gif
668
- Serving static file: /images/menuright.gif
669
- Request: PATH_INFO: /images/menu.gif
670
- Request: PATH_INFO: /images/louiecon.gif
671
- Serving static file: /images/menu.gif
672
- Request: PATH_INFO: /images/booksmall.gif
673
- Serving static file: /images/louiecon.gif
674
- Serving static file: /images/booksmall.gif
675
- Request: PATH_INFO: /test/hello
676
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
677
- Routing to controller: Test action: hello
678
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
679
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
680
- Response status: 200
681
-
682
-
683
- Request: PATH_INFO: /test/hello
684
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
685
- Routing to controller: Test action: hello
686
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
687
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
688
- Response status: 200
689
-
690
-
691
- Request: PATH_INFO: /javascripts/prototype.js
692
- Serving static file: /javascripts/prototype.js
693
- Request: PATH_INFO: /javascripts/effects.js
694
- Serving static file: /javascripts/effects.js
695
- Request: PATH_INFO: /test/hello
696
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
697
- Routing to controller: Test action: hello
698
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
699
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
700
- Response status: 200
701
-
702
-
703
- Request: PATH_INFO: /test/hello
704
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test"}
705
- Routing to controller: Test action: hello
706
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
707
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
708
- Response status: 200
709
-
710
-
711
- Request: PATH_INFO: /test/hello
712
- Params: {"action"=>"hello", "id"=>nil, "controller"=>"test", "foo"=>{"bar"=>["hey", "lol"]}}
713
- Routing to controller: Test action: hello
714
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
715
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
716
- Response status: 200
717
-
718
-
719
- Request: PATH_INFO: /test/hello
720
- Params: {"action"=>"hello", "post"=>{"user"=>"_why", "id"=>"1"}, "id"=>nil, "controller"=>"test"}
721
- Routing to controller: Test action: hello
722
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/hello
723
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
724
- Response status: 200
725
-
726
-
727
- Request: PATH_INFO: /upload/start
728
- Params: {"action"=>"start", "id"=>nil, "controller"=>"upload"}
729
- Routing to controller: Upload action: start
730
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/start
731
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
732
- Response status: 200
733
-
734
-
735
- Request: PATH_INFO: /stylesheets/merb.css
736
- Serving static file: /stylesheets/merb.css
737
- Request: PATH_INFO: /javascripts/prototype.js
738
- Serving static file: /javascripts/prototype.js
739
- Request: PATH_INFO: /javascripts/effects.js
740
- Serving static file: /javascripts/effects.js
741
- Request: PATH_INFO: /images/bg.jpg
742
- Serving static file: /images/bg.jpg
743
- Request: PATH_INFO: /images/nautica.jpg
744
- Serving static file: /images/nautica.jpg
745
- Request: PATH_INFO: /images/menuleft.gif
746
- Serving static file: /images/menuleft.gif
747
- Request: PATH_INFO: /images/menu.gif
748
- Request: PATH_INFO: /images/menuright.gif
749
- Serving static file: /images/menu.gif
750
- Serving static file: /images/menuright.gif
751
- Request: PATH_INFO: /images/louiecon.gif
752
- Serving static file: /images/louiecon.gif
753
- Request: PATH_INFO: /upload/start
754
- Params: {"action"=>"start", "id"=>nil, "controller"=>"upload"}
755
- Routing to controller: Upload action: start
756
- Rendering template: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/start
757
- With Layout: /Users/ez/_rubyforge/merb/examples/sample_app/dist/app/views/layout/application.rhtml
758
- Response status: 200
759
-
760
-
761
- Request: PATH_INFO: /stylesheets/merb.css
762
- Serving static file: /stylesheets/merb.css
763
- Request: PATH_INFO: /javascripts/prototype.js
764
- Serving static file: /javascripts/prototype.js
765
- Request: PATH_INFO: /javascripts/effects.js
766
- Serving static file: /javascripts/effects.js
767
- Request: PATH_INFO: /images/bg.jpg
768
- Serving static file: /images/bg.jpg
769
- Request: PATH_INFO: /images/nautica.jpg
770
- Serving static file: /images/nautica.jpg
771
- Request: PATH_INFO: /images/menuright.gif
772
- Request: PATH_INFO: /images/menuleft.gif
773
- Request: PATH_INFO: /images/menu.gif
774
- Serving static file: /images/menuright.gif
775
- Serving static file: /images/menuleft.gif
776
- Serving static file: /images/menu.gif
777
- Request: PATH_INFO: /images/louiecon.gif
778
- Serving static file: /images/louiecon.gif