presenting 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. data/app/controllers/presentation/assets_controller.rb +1 -1
  2. data/app/views/presentations/_details.erb +1 -1
  3. data/app/views/presentations/_field_search.erb +1 -1
  4. data/app/views/presentations/_form.erb +1 -1
  5. data/app/views/presentations/_grid.erb +1 -1
  6. data/app/views/presentations/_search.erb +1 -1
  7. data/config/routes.rb +7 -2
  8. data/lib/presentation/base.rb +10 -27
  9. data/lib/presentation/details.rb +2 -0
  10. data/lib/presentation/field_search.rb +2 -0
  11. data/lib/presentation/grid.rb +1 -1
  12. data/lib/presenting/engine.rb +7 -0
  13. data/lib/presenting/form_helpers.rb +1 -1
  14. data/lib/presenting/helpers.rb +7 -3
  15. data/lib/presenting/view.rb +3 -3
  16. data/lib/presenting.rb +38 -5
  17. data/test/assets_test.rb +5 -7
  18. data/test/details_test.rb +1 -1
  19. data/test/field_search_test.rb +1 -1
  20. data/test/form_test.rb +316 -287
  21. data/test/grid_test.rb +28 -8
  22. data/test/helpers_test.rb +2 -2
  23. data/test/presenting_test.rb +1 -1
  24. data/test/r3/Gemfile +7 -0
  25. data/test/r3/Gemfile.lock +82 -0
  26. data/test/r3/config/application.rb +12 -0
  27. data/test/r3/config/boot.rb +6 -0
  28. data/test/{rails → r3}/config/database.yml +6 -1
  29. data/test/r3/config/environment.rb +5 -0
  30. data/test/r3/config/environments/test.rb +35 -0
  31. data/test/r3/config.ru +4 -0
  32. data/test/r3/db/test.sqlite3 +0 -0
  33. data/test/r3/log/test.log +2354 -0
  34. data/test/r3/public/javascripts/presenting/grid.js +0 -0
  35. data/test/r3/public/javascripts/presenting/search.js +13 -0
  36. data/test/r3/public/stylesheets/presenting/details-color.css +7 -0
  37. data/test/r3/public/stylesheets/presenting/details.css +10 -0
  38. data/test/r3/public/stylesheets/presenting/form.css +1 -0
  39. data/test/r3/public/stylesheets/presenting/grid-color.css +71 -0
  40. data/test/r3/public/stylesheets/presenting/grid.css +64 -0
  41. data/test/r3/public/stylesheets/presenting/search-color.css +16 -0
  42. data/test/r3/public/stylesheets/presenting/search.css +45 -0
  43. data/test/search_conditions_test.rb +2 -2
  44. data/test/search_test.rb +1 -1
  45. data/test/test_helper.rb +8 -39
  46. metadata +45 -79
  47. data/rails/init.rb +0 -12
  48. data/test/rails/app/controllers/application_controller.rb +0 -15
  49. data/test/rails/app/controllers/users_controller.rb +0 -36
  50. data/test/rails/app/helpers/application_helper.rb +0 -3
  51. data/test/rails/app/helpers/users_helper.rb +0 -2
  52. data/test/rails/app/models/user.rb +0 -2
  53. data/test/rails/app/views/layouts/application.html.erb +0 -15
  54. data/test/rails/app/views/users/index.html.erb +0 -10
  55. data/test/rails/app/views/users/new.html.erb +0 -2
  56. data/test/rails/app/views/users/show.html.erb +0 -1
  57. data/test/rails/config/boot.rb +0 -109
  58. data/test/rails/config/environment.rb +0 -13
  59. data/test/rails/config/environments/development.rb +0 -17
  60. data/test/rails/config/environments/production.rb +0 -24
  61. data/test/rails/config/environments/test.rb +0 -22
  62. data/test/rails/config/locales/en.yml +0 -5
  63. data/test/rails/config/routes.rb +0 -5
  64. data/test/rails/db/development.sqlite3 +0 -0
  65. data/test/rails/db/migrate/20090213085444_create_users.rb +0 -13
  66. data/test/rails/db/migrate/20090213085607_populate_users.rb +0 -13
  67. data/test/rails/db/schema.rb +0 -23
  68. data/test/rails/db/test.sqlite3 +0 -0
  69. data/test/rails/log/development.log +0 -858
  70. data/test/rails/public/404.html +0 -30
  71. data/test/rails/public/422.html +0 -30
  72. data/test/rails/public/500.html +0 -33
  73. data/test/rails/public/javascripts/application.js +0 -2
  74. data/test/rails/public/javascripts/jquery.livequery.min.js +0 -11
  75. data/test/rails/public/javascripts/prototype.js +0 -4320
  76. data/test/rails/script/console +0 -3
  77. data/test/rails/script/dbconsole +0 -3
  78. data/test/rails/script/destroy +0 -3
  79. data/test/rails/script/generate +0 -3
  80. data/test/rails/script/plugin +0 -3
  81. data/test/rails/script/runner +0 -3
  82. data/test/rails/script/server +0 -3
  83. /data/app/assets/{javascript → javascripts}/grid.js +0 -0
  84. /data/app/assets/{javascript → javascripts}/search.js +0 -0
@@ -1,858 +0,0 @@
1
- # Logfile created on Wed Mar 25 09:31:42 -0700 2009
2
-
3
- Processing UsersController#index (for 127.0.0.1 at 2009-03-25 09:31:49) [GET]
4
- User Load (1.2ms) SELECT * FROM "users" LIMIT 2 OFFSET 0
5
- SQL (0.5ms) SELECT count(*) AS count_all FROM "users" 
6
- Rendering template within layouts/application
7
- Rendering users/index
8
- Rendered presentations/_field_search (8.5ms)
9
- Rendered presentations/_grid (47.7ms)
10
- Completed in 157ms (View: 140, DB: 2) | 200 OK [http://localhost/]
11
-
12
-
13
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-03-25 09:31:50) [GET]
14
- Parameters: {"id"=>"grid,grid-color,search,search-color"}
15
- Completed in 37ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/grid,grid-color,search,search-color.css]
16
-
17
-
18
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-03-25 09:31:50) [GET]
19
- Parameters: {"id"=>"search"}
20
- Completed in 27ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
21
-
22
-
23
- Processing ApplicationController#index (for 127.0.0.1 at 2009-03-25 09:31:50) [GET]
24
-
25
- ActionController::RoutingError (No route matches "/favicon.ico" with {:method=>:get}):
26
-
27
-
28
- Rendering rescues/layout (not_found)
29
-
30
-
31
- Processing UsersController#index (for 127.0.0.1 at 2009-04-17 19:36:58) [GET]
32
- User Load (1.4ms) SELECT * FROM "users" LIMIT 2 OFFSET 0
33
- SQL (0.4ms) SELECT count(*) AS count_all FROM "users" 
34
- Rendering template within layouts/application
35
- Rendering users/index
36
- Rendered presentations/_field_search (9.3ms)
37
- Rendered presentations/_grid (44.2ms)
38
- Completed in 109ms (View: 94, DB: 2) | 200 OK [http://localhost/]
39
-
40
-
41
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:36:58) [GET]
42
- Parameters: {"id"=>"grid,grid-color,search,search-color"}
43
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/grid,grid-color,search,search-color.css]
44
-
45
-
46
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:36:58) [GET]
47
- Parameters: {"id"=>"search"}
48
- Completed in 16ms (View: 3, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
49
-
50
-
51
- Processing UsersController#index (for 127.0.0.1 at 2009-04-17 19:38:41) [GET]
52
- User Load (1.1ms) SELECT * FROM "users" LIMIT 2 OFFSET 0
53
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
54
- Rendering template within layouts/application
55
- Rendering users/index
56
- Rendered presentations/_field_search (10.5ms)
57
- Rendered presentations/_grid (227.4ms)
58
- Completed in 358ms (View: 301, DB: 1) | 200 OK [http://localhost/]
59
-
60
-
61
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:38:41) [GET]
62
- Parameters: {"id"=>"grid,grid-color,search,search-color"}
63
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/grid,grid-color,search,search-color.css]
64
-
65
-
66
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:38:41) [GET]
67
- Parameters: {"id"=>"search"}
68
- Completed in 10ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
69
-
70
-
71
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:38:43) [GET]
72
- Parameters: {"id"=>"1"}
73
- User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
74
- Rendering template within layouts/application
75
- Rendering users/show
76
- Rendered presentations/_details (20.2ms)
77
- Completed in 152ms (View: 121, DB: 1) | 200 OK [http://localhost/users/1]
78
-
79
-
80
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:38:44) [GET]
81
- Parameters: {"id"=>"grid,grid-color,search,search-color"}
82
- Completed in 8ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/grid,grid-color,search,search-color.css]
83
-
84
-
85
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:38:44) [GET]
86
- Parameters: {"id"=>"search"}
87
- Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
88
-
89
-
90
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:40:16) [GET]
91
- Parameters: {"id"=>"1"}
92
- User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
93
- Rendering template within layouts/application
94
- Rendering users/show
95
- Rendered presentations/_details (13.0ms)
96
- Completed in 72ms (View: 49, DB: 1) | 200 OK [http://localhost/users/1]
97
-
98
-
99
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:40:16) [GET]
100
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
101
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
102
-
103
-
104
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:40:17) [GET]
105
- Parameters: {"id"=>"search"}
106
- Completed in 9ms (View: 2, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
107
-
108
-
109
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:41:00) [GET]
110
- Parameters: {"id"=>"1"}
111
- User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
112
- Rendering template within layouts/application
113
- Rendering users/show
114
- Rendered presentations/_details (8.5ms)
115
- Completed in 119ms (View: 88, DB: 1) | 200 OK [http://localhost/users/1]
116
-
117
-
118
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:41:01) [GET]
119
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
120
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
121
-
122
-
123
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:41:01) [GET]
124
- Parameters: {"id"=>"search"}
125
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
126
-
127
-
128
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:41:09) [GET]
129
- Parameters: {"id"=>"1"}
130
- User Load (2.7ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
131
- Rendering template within layouts/application
132
- Rendering users/show
133
- Rendered presentations/_details (2.9ms)
134
- Completed in 234ms (View: 93, DB: 3) | 200 OK [http://localhost/users/1]
135
-
136
-
137
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:41:10) [GET]
138
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
139
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
140
-
141
-
142
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:41:10) [GET]
143
- Parameters: {"id"=>"search"}
144
- Completed in 14ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
145
-
146
-
147
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:41:46) [GET]
148
- Parameters: {"id"=>"1"}
149
- User Load (14.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
150
- Rendering template within layouts/application
151
- Rendering users/show
152
- Rendered presentations/_details (2.8ms)
153
- Completed in 91ms (View: 67, DB: 14) | 200 OK [http://localhost/users/1]
154
-
155
-
156
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:41:46) [GET]
157
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
158
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
159
-
160
-
161
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:41:46) [GET]
162
- Parameters: {"id"=>"search"}
163
- Completed in 9ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
164
-
165
-
166
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:42:14) [GET]
167
- Parameters: {"id"=>"1"}
168
- User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
169
- Rendering template within layouts/application
170
- Rendering users/show
171
- Rendered presentations/_details (13.2ms)
172
- Completed in 120ms (View: 73, DB: 1) | 200 OK [http://localhost/users/1]
173
-
174
-
175
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:42:15) [GET]
176
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
177
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
178
-
179
-
180
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:42:15) [GET]
181
- Parameters: {"id"=>"search"}
182
- Completed in 10ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
183
-
184
-
185
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:42:24) [GET]
186
- Parameters: {"id"=>"1"}
187
- User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
188
- Rendering template within layouts/application
189
- Rendering users/show
190
- Rendered presentations/_details (3.2ms)
191
- Completed in 579ms (View: 463, DB: 1) | 200 OK [http://localhost/users/1]
192
-
193
-
194
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:42:25) [GET]
195
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
196
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
197
-
198
-
199
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:42:25) [GET]
200
- Parameters: {"id"=>"search"}
201
- Completed in 13ms (View: 4, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
202
-
203
-
204
- Processing UsersController#show (for 127.0.0.1 at 2009-04-17 19:43:30) [GET]
205
- Parameters: {"id"=>"2"}
206
- User Load (1.8ms) SELECT * FROM "users" WHERE ("users"."id" = 2) 
207
- Rendering template within layouts/application
208
- Rendering users/show
209
- Rendered presentations/_details (2.9ms)
210
- Completed in 81ms (View: 49, DB: 2) | 200 OK [http://localhost/users/2]
211
-
212
-
213
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-17 19:43:30) [GET]
214
- Parameters: {"id"=>"details,grid,grid-color,search,search-color"}
215
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,grid,grid-color,search,search-color.css]
216
-
217
-
218
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-17 19:43:30) [GET]
219
- Parameters: {"id"=>"search"}
220
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
221
-
222
-
223
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:26:34) [GET]
224
-
225
- NoMethodError (You have a nil object when you didn't expect it!
226
- You might have expected an instance of ActiveRecord::Base.
227
- The error occurred while evaluating nil.[]):
228
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
229
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `select'
230
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
231
- config/./../../../presenting/lib/presenting/search_conditions.rb:15:in `field'
232
- app/controllers/users_controller.rb:6:in `index'
233
-
234
- Rendered rescues/_trace (67.7ms)
235
- Rendered rescues/_request_and_response (2.0ms)
236
- Rendering rescues/layout (internal_server_error)
237
-
238
-
239
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:26:54) [GET]
240
-
241
- NoMethodError (You have a nil object when you didn't expect it!
242
- You might have expected an instance of ActiveRecord::Base.
243
- The error occurred while evaluating nil.[]):
244
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
245
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `select'
246
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
247
- config/./../../../presenting/lib/presenting/search_conditions.rb:15:in `field'
248
- app/controllers/users_controller.rb:6:in `index'
249
-
250
- Rendered rescues/_trace (157.1ms)
251
- Rendered rescues/_request_and_response (2.7ms)
252
- Rendering rescues/layout (internal_server_error)
253
-
254
-
255
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:27:24) [GET]
256
-
257
- NoMethodError (You have a nil object when you didn't expect it!
258
- You might have expected an instance of ActiveRecord::Base.
259
- The error occurred while evaluating nil.[]):
260
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
261
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `select'
262
- config/./../../../presenting/lib/presenting/search_conditions.rb:63:in `to_field_conditions'
263
- config/./../../../presenting/lib/presenting/search_conditions.rb:15:in `field'
264
- app/controllers/users_controller.rb:6:in `index'
265
-
266
- Rendered rescues/_trace (342.0ms)
267
- Rendered rescues/_request_and_response (0.5ms)
268
- Rendering rescues/layout (internal_server_error)
269
-
270
-
271
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:31:45) [GET]
272
-
273
- ArgumentError (wrong number of arguments (0 for 1)):
274
- app/controllers/users_controller.rb:11:in `to_sql'
275
- app/controllers/users_controller.rb:11:in `index'
276
-
277
- Rendered rescues/_trace (63.9ms)
278
- Rendered rescues/_request_and_response (1.9ms)
279
- Rendering rescues/layout (internal_server_error)
280
-
281
-
282
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:31:46) [GET]
283
-
284
- ArgumentError (wrong number of arguments (0 for 1)):
285
- app/controllers/users_controller.rb:11:in `to_sql'
286
- app/controllers/users_controller.rb:11:in `index'
287
-
288
- Rendered rescues/_trace (583.8ms)
289
- Rendered rescues/_request_and_response (0.9ms)
290
- Rendering rescues/layout (internal_server_error)
291
-
292
-
293
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:32:18) [GET]
294
- User Load (4.3ms) SELECT * FROM "users" ORDER BY first_name ASC LIMIT 2 OFFSET 0
295
- SQL (0.5ms) SELECT count(*) AS count_all FROM "users" 
296
- Rendering template within layouts/application
297
- Rendering users/index
298
- Rendered presentations/_field_search (8.5ms)
299
- Rendered presentations/_grid (23.8ms)
300
- Completed in 186ms (View: 132, DB: 5) | 200 OK [http://localhost/]
301
-
302
-
303
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:32:19) [GET]
304
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
305
- Completed in 51ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
306
-
307
-
308
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:32:19) [GET]
309
- Parameters: {"id"=>"search"}
310
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
311
-
312
-
313
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:32:35) [GET]
314
- Parameters: {"sort"=>{"prefix"=>"desc"}}
315
- User Load (11.2ms) SELECT * FROM "users" ORDER BY first_name ASC LIMIT 2 OFFSET 0
316
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
317
- Rendering template within layouts/application
318
- Rendering users/index
319
- Rendered presentations/_field_search (24.8ms)
320
- Rendered presentations/_grid (30.6ms)
321
- Completed in 208ms (View: 119, DB: 12) | 200 OK [http://localhost/?sort%5Bprefix%5D=desc]
322
-
323
-
324
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:32:36) [GET]
325
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
326
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
327
-
328
-
329
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:32:36) [GET]
330
- Parameters: {"id"=>"search"}
331
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
332
-
333
-
334
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:32:39) [GET]
335
- Parameters: {"sort"=>{"first_name"=>"desc"}}
336
- User Load (3.5ms) SELECT * FROM "users" ORDER BY first_name DESC LIMIT 2 OFFSET 0
337
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
338
- Rendering template within layouts/application
339
- Rendering users/index
340
- Rendered presentations/_field_search (24.8ms)
341
- Rendered presentations/_grid (31.7ms)
342
- Completed in 493ms (View: 112, DB: 4) | 200 OK [http://localhost/?sort%5Bfirst_name%5D=desc]
343
-
344
-
345
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:32:40) [GET]
346
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
347
- Completed in 7ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
348
-
349
-
350
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:32:40) [GET]
351
- Parameters: {"id"=>"search"}
352
- Completed in 13ms (View: 4, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
353
-
354
-
355
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:34:08) [GET]
356
- Parameters: {"sort"=>{"first_name"=>"desc"}}
357
- User Load (1.2ms) SELECT * FROM "users" ORDER BY first_name DESC LIMIT 2 OFFSET 0
358
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
359
- Rendering template within layouts/application
360
- Rendering users/index
361
- Rendered presentations/_field_search (9.3ms)
362
- Rendered presentations/_grid (14.5ms)
363
- Completed in 150ms (View: 89, DB: 1) | 200 OK [http://localhost/?sort%5Bfirst_name%5D=desc]
364
-
365
-
366
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:34:08) [GET]
367
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
368
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
369
-
370
-
371
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:34:08) [GET]
372
- Parameters: {"id"=>"search"}
373
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
374
-
375
-
376
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:34:34) [GET]
377
- Parameters: {"sort"=>{"last_name"=>"desc"}}
378
- User Load (12.0ms) SELECT * FROM "users" ORDER BY last_name DESC LIMIT 2 OFFSET 0
379
- SQL (0.4ms) SELECT count(*) AS count_all FROM "users" 
380
- Rendering template within layouts/application
381
- Rendering users/index
382
- Rendered presentations/_field_search (12.6ms)
383
- Rendered presentations/_grid (15.2ms)
384
- Completed in 222ms (View: 77, DB: 12) | 200 OK [http://localhost/?sort%5Blast_name%5D=desc]
385
-
386
-
387
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:34:34) [GET]
388
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
389
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
390
-
391
-
392
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:34:34) [GET]
393
- Parameters: {"id"=>"search"}
394
- Completed in 16ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
395
-
396
-
397
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:34:36) [GET]
398
- Parameters: {"sort"=>{"last_name"=>"asc"}}
399
- User Load (5.0ms) SELECT * FROM "users" ORDER BY last_name ASC LIMIT 2 OFFSET 0
400
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
401
- Rendering template within layouts/application
402
- Rendering users/index
403
- Rendered presentations/_field_search (32.3ms)
404
- Rendered presentations/_grid (22.6ms)
405
- Completed in 174ms (View: 102, DB: 6) | 200 OK [http://localhost/?sort%5Blast_name%5D=asc]
406
-
407
-
408
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:34:36) [GET]
409
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
410
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
411
-
412
-
413
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:34:36) [GET]
414
- Parameters: {"id"=>"search"}
415
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
416
-
417
-
418
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:34:41) [GET]
419
- Parameters: {"sort"=>{"last_name"=>"desc"}}
420
- User Load (5.1ms) SELECT * FROM "users" ORDER BY last_name DESC LIMIT 2 OFFSET 0
421
- SQL (1.8ms) SELECT count(*) AS count_all FROM "users" 
422
- Rendering template within layouts/application
423
- Rendering users/index
424
- Rendered presentations/_field_search (15.5ms)
425
- Rendered presentations/_grid (32.1ms)
426
- Completed in 212ms (View: 104, DB: 7) | 200 OK [http://localhost/?sort%5Blast_name%5D=desc]
427
-
428
-
429
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:34:42) [GET]
430
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
431
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
432
-
433
-
434
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:34:42) [GET]
435
- Parameters: {"id"=>"search"}
436
- Completed in 8ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
437
-
438
-
439
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:34:55) [GET]
440
- Parameters: {"sort"=>{"prefix"=>"desc"}}
441
- User Load (10.2ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
442
- SQL (0.5ms) SELECT count(*) AS count_all FROM "users" 
443
- Rendering template within layouts/application
444
- Rendering users/index
445
- Rendered presentations/_field_search (30.3ms)
446
- Rendered presentations/_grid (16.9ms)
447
- Completed in 219ms (View: 83, DB: 11) | 200 OK [http://localhost/?sort%5Bprefix%5D=desc]
448
-
449
-
450
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:34:56) [GET]
451
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
452
- Completed in 157ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
453
-
454
-
455
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:34:56) [GET]
456
- Parameters: {"id"=>"search"}
457
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
458
-
459
-
460
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:22) [GET]
461
- Parameters: {"sort"=>{"prefix"=>"desc"}}
462
- User Load (4.9ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
463
- SQL (0.4ms) SELECT count(*) AS count_all FROM "users" 
464
- Rendering template within layouts/application
465
- Rendering users/index
466
- Rendered presentations/_field_search (7.3ms)
467
- Rendered presentations/_grid (14.7ms)
468
- Completed in 144ms (View: 74, DB: 5) | 200 OK [http://localhost/?sort%5Bprefix%5D=desc]
469
-
470
-
471
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:23) [GET]
472
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
473
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
474
-
475
-
476
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:23) [GET]
477
- Parameters: {"id"=>"search"}
478
- Completed in 9ms (View: 6, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
479
-
480
-
481
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:38) [GET]
482
- Parameters: {"sort"=>{"prefix"=>"desc"}}
483
- User Load (9.9ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
484
- SQL (0.9ms) SELECT count(*) AS count_all FROM "users" 
485
- Rendering template within layouts/application
486
- Rendering users/index
487
- Rendered presentations/_field_search (25.8ms)
488
- Rendered presentations/_grid (30.2ms)
489
- Completed in 222ms (View: 111, DB: 11) | 200 OK [http://localhost/?sort%5Bprefix%5D=desc]
490
-
491
-
492
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:39) [GET]
493
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
494
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
495
-
496
-
497
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:39) [GET]
498
- Parameters: {"id"=>"search"}
499
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
500
-
501
-
502
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:50) [GET]
503
- Parameters: {"page"=>"2", "sort"=>{"prefix"=>"desc"}}
504
- User Load (2.7ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 2
505
- SQL (0.9ms) SELECT count(*) AS count_all FROM "users" 
506
- Rendering template within layouts/application
507
- Rendering users/index
508
- Rendered presentations/_field_search (24.9ms)
509
- Rendered presentations/_grid (10.2ms)
510
- Completed in 351ms (View: 273, DB: 4) | 200 OK [http://localhost/?page=2&sort%5Bprefix%5D=desc]
511
-
512
-
513
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:51) [GET]
514
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
515
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
516
-
517
-
518
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:51) [GET]
519
- Parameters: {"id"=>"search"}
520
- Completed in 14ms (View: 4, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
521
-
522
-
523
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:52) [GET]
524
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
525
- User Load (11.0ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
526
- SQL (1.6ms) SELECT count(*) AS count_all FROM "users" 
527
- Rendering template within layouts/application
528
- Rendering users/index
529
- Rendered presentations/_field_search (24.1ms)
530
- Rendered presentations/_grid (31.9ms)
531
- Completed in 196ms (View: 113, DB: 13) | 200 OK [http://localhost/?page=1&sort%5Bprefix%5D=desc]
532
-
533
-
534
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:53) [GET]
535
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
536
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
537
-
538
-
539
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:53) [GET]
540
- Parameters: {"id"=>"search"}
541
- Completed in 6ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
542
-
543
-
544
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:54) [GET]
545
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"asc"}}
546
- User Load (10.6ms) SELECT * FROM "users" ORDER BY prefix ASC LIMIT 2 OFFSET 0
547
- SQL (0.7ms) SELECT count(*) AS count_all FROM "users" 
548
- Rendering template within layouts/application
549
- Rendering users/index
550
- Rendered presentations/_field_search (27.8ms)
551
- Rendered presentations/_grid (21.0ms)
552
- Completed in 183ms (View: 104, DB: 11) | 200 OK [http://localhost/?page=1&sort%5Bprefix%5D=asc]
553
-
554
-
555
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:55) [GET]
556
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
557
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
558
-
559
-
560
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:55) [GET]
561
- Parameters: {"id"=>"search"}
562
- Completed in 9ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
563
-
564
-
565
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 19:35:57) [GET]
566
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
567
- User Load (3.1ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
568
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
569
- Rendering template within layouts/application
570
- Rendering users/index
571
- Rendered presentations/_field_search (42.8ms)
572
- Rendered presentations/_grid (33.6ms)
573
- Completed in 515ms (View: 423, DB: 4) | 200 OK [http://localhost/?page=1&sort%5Bprefix%5D=desc]
574
-
575
-
576
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 19:35:58) [GET]
577
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
578
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
579
-
580
-
581
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 19:35:58) [GET]
582
- Parameters: {"id"=>"search"}
583
- Completed in 10ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
584
-
585
-
586
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:18:52) [GET]
587
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"asc"}}
588
- User Load (1.2ms) SELECT * FROM "users" ORDER BY prefix ASC LIMIT 2 OFFSET 0
589
- SQL (0.4ms) SELECT count(*) AS count_all FROM "users" 
590
- Rendering template within layouts/application
591
- Rendering users/index
592
- Rendered presentations/_field_search (7.5ms)
593
- Rendered presentations/_grid (44.5ms)
594
- Completed in 152ms (View: 93, DB: 2) | 200 OK [http://localhost/?page=1&sort%5Bprefix%5D=asc]
595
-
596
-
597
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:18:53) [GET]
598
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
599
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
600
-
601
-
602
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:18:53) [GET]
603
- Parameters: {"id"=>"search"}
604
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
605
-
606
-
607
- Processing ApplicationController#index (for 127.0.0.1 at 2009-04-19 22:18:56) [GET]
608
-
609
- ActionController::RoutingError (No route matches "/favicon.ico" with {:method=>:get}):
610
-
611
-
612
- Rendering rescues/layout (not_found)
613
-
614
-
615
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:18:59) [GET]
616
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
617
- User Load (2.8ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
618
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
619
- Rendering template within layouts/application
620
- Rendering users/index
621
- Rendered presentations/_field_search (18.6ms)
622
- Rendered presentations/_grid (39.2ms)
623
- Completed in 245ms (View: 111, DB: 4) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
624
-
625
-
626
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:18:59) [GET]
627
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
628
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
629
-
630
-
631
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:18:59) [GET]
632
- Parameters: {"id"=>"search"}
633
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
634
-
635
-
636
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:19:45) [GET]
637
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
638
- User Load (6.9ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
639
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
640
- Rendering template within layouts/application
641
- Rendering users/index
642
- Rendered presentations/_field_search (10.3ms)
643
- Rendered presentations/_grid (10.1ms)
644
- Completed in 110ms (View: 54, DB: 7) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
645
-
646
-
647
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:19:45) [GET]
648
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
649
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
650
-
651
-
652
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:19:45) [GET]
653
- Parameters: {"id"=>"search"}
654
- Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
655
-
656
-
657
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:46:03) [GET]
658
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
659
- User Load (1.2ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
660
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
661
- Rendering template within layouts/application
662
- Rendering users/index
663
- Rendered presentations/_field_search (26.4ms)
664
- Rendered presentations/_grid (33.6ms)
665
- Completed in 175ms (View: 101, DB: 1) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
666
-
667
-
668
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:46:04) [GET]
669
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
670
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
671
-
672
-
673
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:46:04) [GET]
674
- Parameters: {"id"=>"search"}
675
- Completed in 11ms (View: 4, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
676
-
677
-
678
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:46:43) [GET]
679
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
680
- User Load (1.1ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
681
- SQL (0.5ms) SELECT count(*) AS count_all FROM "users" 
682
- Rendering template within layouts/application
683
- Rendering users/index
684
- Rendered presentations/_field_search (5.0ms)
685
- Rendered presentations/_grid (29.4ms)
686
- Completed in 132ms (View: 75, DB: 2) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
687
-
688
-
689
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:46:44) [GET]
690
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
691
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
692
-
693
-
694
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:46:44) [GET]
695
- Parameters: {"id"=>"search"}
696
- Completed in 6ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
697
-
698
-
699
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:47:03) [GET]
700
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
701
- User Load (2.3ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
702
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
703
- Rendering template within layouts/application
704
- Rendering users/index
705
- Rendered presentations/_field_search (10.9ms)
706
- Rendered presentations/_grid (22.5ms)
707
- Completed in 153ms (View: 79, DB: 3) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
708
-
709
-
710
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:47:04) [GET]
711
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
712
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
713
-
714
-
715
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:47:04) [GET]
716
- Parameters: {"id"=>"search"}
717
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
718
-
719
-
720
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:47:16) [GET]
721
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
722
- User Load (1.1ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
723
- SQL (0.4ms) SELECT count(*) AS count_all FROM "users" 
724
- Rendering template within layouts/application
725
- Rendering users/index
726
- Rendered presentations/_field_search (17.1ms)
727
- Rendered presentations/_grid (16.5ms)
728
- Completed in 156ms (View: 88, DB: 1) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
729
-
730
-
731
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:47:17) [GET]
732
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
733
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
734
-
735
-
736
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:47:17) [GET]
737
- Parameters: {"id"=>"search"}
738
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
739
-
740
-
741
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:47:27) [GET]
742
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
743
- User Load (1.5ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
744
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
745
- Rendering template within layouts/application
746
- Rendering users/index
747
- Rendered presentations/_field_search (21.5ms)
748
- Rendered presentations/_grid (19.5ms)
749
- Completed in 401ms (View: 344, DB: 2) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
750
-
751
-
752
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:47:29) [GET]
753
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
754
- Completed in 5ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
755
-
756
-
757
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:47:29) [GET]
758
- Parameters: {"id"=>"search"}
759
- Completed in 11ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
760
-
761
-
762
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:47:50) [GET]
763
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
764
- User Load (1.4ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
765
- SQL (6.4ms) SELECT count(*) AS count_all FROM "users" 
766
- Rendering template within layouts/application
767
- Rendering users/index
768
- Rendered presentations/_field_search (20.5ms)
769
- Rendered presentations/_grid (39.3ms)
770
- Completed in 144ms (View: 94, DB: 8) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
771
-
772
-
773
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:47:52) [GET]
774
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
775
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
776
-
777
-
778
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:47:52) [GET]
779
- Parameters: {"id"=>"search"}
780
- Completed in 22ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
781
-
782
-
783
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:48:00) [GET]
784
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
785
- User Load (6.8ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
786
- SQL (9.0ms) SELECT count(*) AS count_all FROM "users" 
787
- Rendering template within layouts/application
788
- Rendering users/index
789
- Rendered presentations/_field_search (5.2ms)
790
- Rendered presentations/_grid (17.6ms)
791
- Completed in 152ms (View: 67, DB: 16) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
792
-
793
-
794
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:48:01) [GET]
795
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
796
- Completed in 22ms (View: 4, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
797
-
798
-
799
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:48:01) [GET]
800
- Parameters: {"id"=>"search"}
801
- Completed in 7ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
802
-
803
-
804
- Processing UsersController#index (for 127.0.0.1 at 2009-04-19 22:48:05) [GET]
805
- Parameters: {"page"=>"1", "sort"=>{"prefix"=>"desc"}}
806
- User Load (4.0ms) SELECT * FROM "users" ORDER BY prefix DESC LIMIT 2 OFFSET 0
807
- SQL (0.8ms) SELECT count(*) AS count_all FROM "users" 
808
- Rendering template within layouts/application
809
- Rendering users/index
810
- Rendered presentations/_field_search (27.9ms)
811
- Rendered presentations/_grid (9.3ms)
812
- Completed in 597ms (View: 92, DB: 5) | 200 OK [http://localhost/?action=index&controller=users&page=1&sort%5Bprefix%5D=desc]
813
-
814
-
815
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-19 22:48:07) [GET]
816
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
817
- Completed in 4ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
818
-
819
-
820
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-19 22:48:07) [GET]
821
- Parameters: {"id"=>"search"}
822
- Completed in 16ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
823
-
824
-
825
- Processing UsersController#index (for 127.0.0.1 at 2009-04-23 19:25:26) [GET]
826
- User Load (1.3ms) SELECT * FROM "users" ORDER BY prefix ASC LIMIT 2 OFFSET 0
827
- SQL (0.3ms) SELECT count(*) AS count_all FROM "users" 
828
- Rendering template within layouts/application
829
- Rendering users/index
830
- Rendered presentations/_field_search (31.9ms)
831
- Rendered presentations/_grid (78.2ms)
832
- Completed in 325ms (View: 287, DB: 2) | 200 OK [http://localhost/]
833
-
834
-
835
- Processing Presentation::AssetsController#stylesheet to css (for 127.0.0.1 at 2009-04-23 19:25:26) [GET]
836
- Parameters: {"id"=>"details,details-color,grid,grid-color,search,search-color"}
837
- Completed in 103ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/stylesheets/details,details-color,grid,grid-color,search,search-color.css]
838
-
839
-
840
- Processing Presentation::AssetsController#javascript to js (for 127.0.0.1 at 2009-04-23 19:25:26) [GET]
841
- Parameters: {"id"=>"search"}
842
- Completed in 28ms (View: 1, DB: 0) | 200 OK [http://localhost/presentation/javascript/search.js]
843
-
844
-
845
- Processing ApplicationController#index (for 127.0.0.1 at 2009-04-23 19:25:27) [GET]
846
-
847
- ActionController::RoutingError (No route matches "/favicon.ico" with {:method=>:get}):
848
-
849
-
850
- Rendering rescues/layout (not_found)
851
-
852
-
853
- Processing ApplicationController#index (for 127.0.0.1 at 2009-04-23 19:25:30) [GET]
854
-
855
- ActionController::RoutingError (No route matches "/favicon.ico" with {:method=>:get}):
856
-
857
-
858
- Rendering rescues/layout (not_found)