admin_data 1.0.2 → 1.0.3

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 (40) hide show
  1. data/History.txt +10 -0
  2. data/app/controllers/admin_data/base_controller.rb +9 -16
  3. data/app/controllers/admin_data/feed_controller.rb +1 -1
  4. data/app/controllers/admin_data/main_controller.rb +4 -8
  5. data/app/controllers/admin_data/search_controller.rb +1 -1
  6. data/app/views/admin_data/main/new.html.erb +3 -1
  7. data/app/views/admin_data/search/search/_errors.html.erb +3 -3
  8. data/app/views/admin_data/search/search/_listing.html.erb +0 -1
  9. data/lib/admin_data/chelper.rb +2 -2
  10. data/lib/admin_data/railtie.rb +2 -3
  11. data/lib/admin_data/settings.rb +2 -2
  12. data/lib/admin_data/version.rb +1 -1
  13. data/lib/admin_data.rb +2 -0
  14. data/test/functional/main_controller_authorization_test.rb +96 -0
  15. data/test/functional/main_controller_test.rb +0 -2
  16. data/test/rails_root/db/test.sqlite3 +0 -0
  17. data/test/rails_root/log/test.log +2289 -0
  18. metadata +7 -25
  19. data/app/controllers/admin_data/diagnostic_controller.rb +0 -28
  20. data/app/controllers/admin_data/validate_model_controller.rb +0 -106
  21. data/app/views/admin_data/diagnostic/index.html.erb +0 -17
  22. data/app/views/admin_data/diagnostic/missing_index.html.erb +0 -26
  23. data/app/views/admin_data/validate_model/_bad.html.erb +0 -1
  24. data/app/views/admin_data/validate_model/tid.html.erb +0 -2
  25. data/app/views/admin_data/validate_model/validate.html.erb +0 -67
  26. data/lib/css/vendor/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  27. data/lib/css/vendor/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  28. data/lib/css/vendor/images/ui-bg_flat_0_333333_40x100.png +0 -0
  29. data/lib/css/vendor/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
  30. data/lib/css/vendor/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  31. data/lib/css/vendor/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  32. data/lib/css/vendor/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  33. data/lib/css/vendor/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  34. data/lib/css/vendor/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  35. data/lib/css/vendor/images/ui-icons_004276_256x240.png +0 -0
  36. data/lib/css/vendor/images/ui-icons_cc0000_256x240.png +0 -0
  37. data/lib/css/vendor/images/ui-icons_ffffff_256x240.png +0 -0
  38. data/lib/css/vendor/qunit.css +0 -119
  39. data/lib/tasks/admin_data_tasks.rake +0 -7
  40. data/lib/tasks/validate_models_bg.rake +0 -23
@@ -0,0 +1,2289 @@
1
+ SQL (1.0ms)  SELECT name
2
+ FROM sqlite_master
3
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
+ 
5
+ SQL (0.4ms) SELECT name
6
+ FROM sqlite_master
7
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
8
+ SQL (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
9
+ Migrating to CreateTables (20090809061114)
10
+ SQL (0.4ms) SELECT name
11
+ FROM sqlite_master
12
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
13
+ SQL (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
14
+ Migrating to CreateTables (20090809061114)
15
+ SQL (0.4ms) DELETE FROM "articles" WHERE 1=1
16
+ SQL (0.3ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.416667', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.416667')
17
+ Processing by AdminData::FeedController#index as RSS
18
+ Parameters: {"klasss"=>"article"}
19
+ SQL (0.4ms) SELECT name
20
+ FROM sqlite_master
21
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
22
+ SQL (0.3ms)  SELECT name
23
+ FROM sqlite_master
24
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
25
+ 
26
+ SQL (0.3ms) SELECT name
27
+ FROM sqlite_master
28
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
29
+ SQL (0.3ms)  SELECT name
30
+ FROM sqlite_master
31
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
32
+ 
33
+ SQL (0.3ms) SELECT name
34
+ FROM sqlite_master
35
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
36
+ SQL (0.3ms)  SELECT name
37
+ FROM sqlite_master
38
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
39
+ 
40
+ SQL (0.3ms) SELECT name
41
+ FROM sqlite_master
42
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
43
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 100
44
+ Completed 200 OK in 194ms (Views: 185.0ms | ActiveRecord: 5.5ms)
45
+ SQL (0.3ms) DELETE FROM "articles" WHERE 1=1
46
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.647317', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.647317')
47
+ Processing by AdminData::FeedController#index as RSS
48
+ Parameters: {"klasss"=>"article"}
49
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 100
50
+ Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.8ms)
51
+ SQL (0.3ms) DELETE FROM "articles" WHERE 1=1
52
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.681530', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.681530')
53
+ Processing by AdminData::FeedController#index as RSS
54
+ Parameters: {"klasss"=>"article"}
55
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 100
56
+ Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.9ms)
57
+ SQL (0.3ms) DELETE FROM "articles" WHERE 1=1
58
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.715682', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.715682')
59
+ Processing by AdminData::FeedController#index as RSS
60
+ Parameters: {"klasss"=>"article"}
61
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 100
62
+ Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.9ms)
63
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.749529', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.749529')
64
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.835853', '2010-08-17 13:45:29.835853', 2000)
65
+ Processing by AdminData::MainController#create as HTML
66
+ Parameters: {"article"=>{"body"=>"hello world", "title"=>"hello"}, "klass"=>"article"}
67
+ Completed 401 Unauthorized in 4ms (Views: 2.3ms | ActiveRecord: 0.6ms)
68
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.861066', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.861066')
69
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.869063', '2010-08-17 13:45:29.869063', 2000)
70
+ Processing by AdminData::MainController#del as HTML
71
+ Parameters: {"klass"=>"article", "id"=>1}
72
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
73
+ Completed 401 Unauthorized in 6ms (Views: 0.8ms | ActiveRecord: 0.9ms)
74
+ SQL (0.5ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.886636', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.886636')
75
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.894831', '2010-08-17 13:45:29.894831', 2000)
76
+ Processing by AdminData::MainController#destroy as HTML
77
+ Parameters: {"klass"=>"article", "id"=>1}
78
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
79
+ Completed 401 Unauthorized in 4ms (Views: 0.8ms | ActiveRecord: 1.0ms)
80
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.911617', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.911617')
81
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.919371', '2010-08-17 13:45:29.919371', 2000)
82
+ Processing by AdminData::MainController#edit as HTML
83
+ Parameters: {"klass"=>"Article", "data"=>"Hello World", "id"=>1, "attr"=>"title"}
84
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
85
+ Completed 401 Unauthorized in 4ms (Views: 0.8ms | ActiveRecord: 0.9ms)
86
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.935894', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.935894')
87
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.944343', '2010-08-17 13:45:29.944343', 2000)
88
+ Processing by AdminData::MainController#update as HTML
89
+ Parameters: {"article"=>{"title"=>"new title"}, "klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: nil, created_at: "2010-08-17 13:45:29", updated_at: "2010-08-17 13:45:29", magazine_id: nil, data: nil>}
90
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
91
+ Completed 401 Unauthorized in 5ms (Views: 0.8ms | ActiveRecord: 0.9ms)
92
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:29.962203', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:29.962203')
93
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:29.970069', '2010-08-17 13:45:29.970069', 2000)
94
+ Processing by AdminData::MainController#show as HTML
95
+ Parameters: {"klass"=>"article", "id"=>1}
96
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
97
+ Completed 401 Unauthorized in 4ms (Views: 0.7ms | ActiveRecord: 0.8ms)
98
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.019413', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.019413')
99
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.027309', '2010-08-17 13:45:30.027309', 2000)
100
+ Processing by AdminData::MainController#show as HTML
101
+ Parameters: {"klass"=>"article", "id"=>1}
102
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
103
+ Completed 401 Unauthorized in 4ms (Views: 0.8ms | ActiveRecord: 0.9ms)
104
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.043212', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.043212')
105
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.051233', '2010-08-17 13:45:30.051233', 2000)
106
+ Processing by AdminData::MainController#show as HTML
107
+ Parameters: {"klass"=>"article", "id"=>1}
108
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
109
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.8ms)
110
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.0ms)
111
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (1.1ms)
112
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.8ms)
113
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
114
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
115
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (12.0ms)
116
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (19.2ms)
117
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (7.1ms)
118
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.6ms)
119
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (5.5ms)
120
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.5ms)
121
+ Completed 200 OK in 66ms (Views: 62.3ms | ActiveRecord: 1.2ms)
122
+ SQL (0.5ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.129825', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.129825')
123
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.137779', '2010-08-17 13:45:30.137779', 2000)
124
+ Processing by AdminData::MainController#table_structure as HTML
125
+ Parameters: {"klass"=>"article"}
126
+ Completed 401 Unauthorized in 2ms (Views: 0.8ms | ActiveRecord: 0.7ms)
127
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.152444', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.152444')
128
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.239397', '2010-08-17 13:45:30.239397', 2000)
129
+ Processing by AdminData::MainController#table_structure as HTML
130
+ Parameters: {"klass"=>"article"}
131
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.6ms)
132
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.251826', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.251826')
133
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.260044', '2010-08-17 13:45:30.260044', 2000)
134
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.291626', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.291626')
135
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.299693', '2010-08-17 13:45:30.299693', 2000)
136
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.308487', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.308487')
137
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.316406', '2010-08-17 13:45:30.316406', 2000)
138
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.325517', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.325517')
139
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.333792', '2010-08-17 13:45:30.333792', 2000)
140
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.342739', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.342739')
141
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.350632', '2010-08-17 13:45:30.350632', 2000)
142
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.359495', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.359495')
143
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.367653', '2010-08-17 13:45:30.367653', 2000)
144
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.376391', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.376391')
145
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.384176', '2010-08-17 13:45:30.384176', 2000)
146
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.392737', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.392737')
147
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.400570', '2010-08-17 13:45:30.400570', 2000)
148
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.409128', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.409128')
149
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.417331', '2010-08-17 13:45:30.417331', 2000)
150
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.425834', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.425834')
151
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.433572', '2010-08-17 13:45:30.433572', 2000)
152
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.442165', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.442165')
153
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.449809', '2010-08-17 13:45:30.449809', 2000)
154
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.458487', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.458487')
155
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.466799', '2010-08-17 13:45:30.466799', 2000)
156
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.475521', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.475521')
157
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.483265', '2010-08-17 13:45:30.483265', 2000)
158
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "articles"
159
+ Processing by AdminData::MainController#create as HTML
160
+ Parameters: {"article"=>{"body"=>"hello world", "title"=>"hello"}, "klass"=>"article"}
161
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES (NULL, 'hello world', 'hello world', '2010-08-17 13:45:30.493837', NULL, NULL, NULL, NULL, NULL, NULL, 'draft', 'hello', '2010-08-17 13:45:30.493837')
162
+ Redirected to http://test.host/admin_data/klass/article/2-Hello
163
+ Completed 302 Found in 11ms
164
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
165
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.508683', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.508683')
166
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.516847', '2010-08-17 13:45:30.516847', 2000)
167
+ Processing by AdminData::MainController#create as HTML
168
+ Parameters: {"article"=>{"body"=>"hello world", "title"=>"hello"}, "klass"=>"article"}
169
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES (NULL, 'hello world', 'hello world', '2010-08-17 13:45:30.525625', NULL, NULL, NULL, NULL, NULL, NULL, 'draft', 'hello', '2010-08-17 13:45:30.525625')
170
+ Redirected to http://test.host/admin_data/klass/article/2-Hello
171
+ Completed 302 Found in 11ms
172
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY articles.article_id DESC LIMIT 1
173
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.542963', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.542963')
174
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.550699', '2010-08-17 13:45:30.550699', 2000)
175
+ Processing by AdminData::MainController#create as HTML
176
+ Parameters: {"article"=>{"body"=>"hello world", "title"=>"hello"}, "klass"=>"article"}
177
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES (NULL, 'hello world', 'hello world', '2010-08-17 13:45:30.559450', NULL, NULL, NULL, NULL, NULL, NULL, 'draft', 'hello', '2010-08-17 13:45:30.559450')
178
+ Redirected to http://test.host/admin_data/klass/article/2-Hello
179
+ Completed 302 Found in 11ms
180
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.572765', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.572765')
181
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.580659', '2010-08-17 13:45:30.580659', 2000)
182
+ Processing by AdminData::MainController#create as HTML
183
+ Parameters: {"article"=>{"body"=>"hello world", "title"=>"hello"}, "klass"=>"article"}
184
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES (NULL, 'hello world', 'hello world', '2010-08-17 13:45:30.589392', NULL, NULL, NULL, NULL, NULL, NULL, 'draft', 'hello', '2010-08-17 13:45:30.589392')
185
+ Redirected to http://test.host/admin_data/klass/article/2-Hello
186
+ Completed 302 Found in 11ms
187
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.602308', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.602308')
188
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.609929', '2010-08-17 13:45:30.609929', 2000)
189
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "cars"
190
+ Processing by AdminData::MainController#create as HTML
191
+ Parameters: {"klass"=>"vehicle/car", "vehicle/car"=>{"brand"=>"hello"}}
192
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 10.6ms)
193
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "cars"
194
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.682765', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.682765')
195
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.690907', '2010-08-17 13:45:30.690907', 2000)
196
+ Processing by AdminData::MainController#create as HTML
197
+ Parameters: {"klass"=>"vehicle/car", "vehicle/car"=>{"brand"=>"hello"}}
198
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.7ms)
199
+ Vehicle::Car Load (0.2ms) SELECT "cars".* FROM "cars" ORDER BY cars.id DESC LIMIT 1
200
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.705993', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.705993')
201
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.713770', '2010-08-17 13:45:30.713770', 2000)
202
+ Processing by AdminData::MainController#create as HTML
203
+ Parameters: {"klass"=>"vehicle/car", "vehicle/car"=>{"brand"=>"hello"}}
204
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.7ms)
205
+ SQL (0.3ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.728622', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.728622')
206
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.736322', '2010-08-17 13:45:30.736322', 2000)
207
+ Processing by AdminData::MainController#create as HTML
208
+ Parameters: {"klass"=>"vehicle/car", "vehicle/car"=>{"brand"=>"hello"}}
209
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.5ms)
210
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:30.750391', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:30.750391')
211
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:30.758090', '2010-08-17 13:45:30.758090', 2000)
212
+ Processing by AdminData::MainController#create as HTML
213
+ Parameters: {"article"=>{"body"=>"", "title"=>"hello"}, "klass"=>"article"}
214
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
215
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
216
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (5.8ms)
217
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.2ms)
218
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (16.2ms)
219
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
220
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.7ms)
221
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
222
+ Completed 200 OK in 177ms (Views: 135.0ms | ActiveRecord: 0.7ms)
223
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.015304', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.015304')
224
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.023381', '2010-08-17 13:45:31.023381', 2000)
225
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "articles"
226
+ Processing by AdminData::MainController#create as HTML
227
+ Parameters: {"article"=>{"body"=>"", "title"=>"hello"}, "klass"=>"article"}
228
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
229
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
230
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
231
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.1ms)
232
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.5ms)
233
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
234
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
235
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
236
+ Completed 200 OK in 38ms (Views: 33.4ms | ActiveRecord: 0.9ms)
237
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
238
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.075881', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.075881')
239
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.083744', '2010-08-17 13:45:31.083744', 2000)
240
+ Processing by AdminData::MainController#create as HTML
241
+ Parameters: {"article"=>{"body"=>"", "title"=>"hello"}, "klass"=>"article"}
242
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
243
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
244
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
245
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.1ms)
246
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.5ms)
247
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
248
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
249
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
250
+ Completed 200 OK in 38ms (Views: 33.3ms | ActiveRecord: 0.9ms)
251
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.133195', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.133195')
252
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.141210', '2010-08-17 13:45:31.141210', 2000)
253
+ Processing by AdminData::MainController#create as HTML
254
+ Parameters: {"article"=>{"body"=>"", "title"=>"hello"}, "klass"=>"article"}
255
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
256
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
257
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
258
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.5ms)
259
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.5ms)
260
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
261
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
262
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
263
+ Completed 200 OK in 39ms (Views: 33.7ms | ActiveRecord: 0.7ms)
264
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.191342', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.191342')
265
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.199221', '2010-08-17 13:45:31.199221', 2000)
266
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "cars"
267
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.213909', '2010-08-17 13:45:31.213909')
268
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.224350', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.224350')
269
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.232468', '2010-08-17 13:45:31.232468', 2000)
270
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "doors"
271
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.238650', '2010-08-17 13:45:31.238650')
272
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.329123', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.329123')
273
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.337036', '2010-08-17 13:45:31.337036', 2000)
274
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.341625', '2010-08-17 13:45:31.341625')
275
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.349741', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.349741')
276
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.357562', '2010-08-17 13:45:31.357562', 2000)
277
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "articles"
278
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.373418', 'f', '2010-08-17 13:45:31.373418')
279
+ Processing by AdminData::MainController#del as HTML
280
+ Parameters: {"klass"=>"article", "id"=>1}
281
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
282
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
283
+ Redirected to http://test.host/admin_data/quick_search/article
284
+ Completed 302 Found in 6ms
285
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
286
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.395980', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.395980')
287
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.403900', '2010-08-17 13:45:31.403900', 2000)
288
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments"
289
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.410482', 'f', '2010-08-17 13:45:31.410482')
290
+ Processing by AdminData::MainController#del as HTML
291
+ Parameters: {"klass"=>"article", "id"=>1}
292
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
293
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
294
+ Redirected to http://test.host/admin_data/quick_search/article
295
+ Completed 302 Found in 6ms
296
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments"
297
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.430049', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.430049')
298
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.438105', '2010-08-17 13:45:31.438105', 2000)
299
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.442924', 'f', '2010-08-17 13:45:31.442924')
300
+ Processing by AdminData::MainController#del as HTML
301
+ Parameters: {"klass"=>"article", "id"=>1}
302
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
303
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
304
+ Redirected to http://test.host/admin_data/quick_search/article
305
+ Completed 302 Found in 6ms
306
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.460359', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.460359')
307
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.468792', '2010-08-17 13:45:31.468792', 2000)
308
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "cars"
309
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.474937', '2010-08-17 13:45:31.474937')
310
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.482946', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.482946')
311
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.490734', '2010-08-17 13:45:31.490734', 2000)
312
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "doors"
313
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.496774', '2010-08-17 13:45:31.496774')
314
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.504488', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.504488')
315
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.512564', '2010-08-17 13:45:31.512564', 2000)
316
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:31.517354', '2010-08-17 13:45:31.517354')
317
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.525038', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.525038')
318
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.533005', '2010-08-17 13:45:31.533005', 2000)
319
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "articles"
320
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.539310', 'f', '2010-08-17 13:45:31.539310')
321
+ Processing by AdminData::MainController#destroy as HTML
322
+ Parameters: {"klass"=>"article", "id"=>1}
323
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
324
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
325
+ Comment Load (0.3ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1)
326
+ SQL (0.1ms) DELETE FROM "comments" WHERE ("comments"."id" = 1)
327
+ SQL (0.2ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
328
+ Redirected to http://test.host/admin_data/quick_search/article
329
+ Completed 302 Found in 14ms
330
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
331
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.566353', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.566353')
332
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.574417', '2010-08-17 13:45:31.574417', 2000)
333
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments"
334
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.581155', 'f', '2010-08-17 13:45:31.581155')
335
+ Processing by AdminData::MainController#destroy as HTML
336
+ Parameters: {"klass"=>"article", "id"=>1}
337
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
338
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
339
+ Comment Load (0.2ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1)
340
+ SQL (0.1ms) DELETE FROM "comments" WHERE ("comments"."id" = 1)
341
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
342
+ Redirected to http://test.host/admin_data/quick_search/article
343
+ Completed 302 Found in 14ms
344
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
345
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.608310', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.608310')
346
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.616355', '2010-08-17 13:45:31.616355', 2000)
347
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.621109', 'f', '2010-08-17 13:45:31.621109')
348
+ Processing by AdminData::MainController#destroy as HTML
349
+ Parameters: {"klass"=>"article", "id"=>1}
350
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
351
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
352
+ Comment Load (0.3ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1)
353
+ SQL (0.1ms) DELETE FROM "comments" WHERE ("comments"."id" = 1)
354
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 1)
355
+ Redirected to http://test.host/admin_data/quick_search/article
356
+ Completed 302 Found in 13ms
357
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.646609', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.646609')
358
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.654388', '2010-08-17 13:45:31.654388', 2000)
359
+ Processing by AdminData::MainController#show as HTML
360
+ Parameters: {"klass"=>"article", "id"=>999999999999994533}
361
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 999999999999994533) LIMIT 1
362
+ Completed 404 Not Found in 3ms (Views: 0.8ms | ActiveRecord: 15.9ms)
363
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.668307', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.668307')
364
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.676203', '2010-08-17 13:45:31.676203', 2000)
365
+ Processing by AdminData::MainController#show as HTML
366
+ Parameters: {"klass"=>"article", "id"=>999999999999994533}
367
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 999999999999994533) LIMIT 1
368
+ Completed 404 Not Found in 4ms (Views: 0.8ms | ActiveRecord: 0.7ms)
369
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.690225', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.690225')
370
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.697856', '2010-08-17 13:45:31.697856', 2000)
371
+ Processing by AdminData::MainController#show as HTML
372
+ Parameters: {"klass"=>"article", "id"=>1}
373
+ Completed 401 Unauthorized in 2ms (Views: 0.7ms | ActiveRecord: 0.5ms)
374
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.710270', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.710270')
375
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.718182', '2010-08-17 13:45:31.718182', 2000)
376
+ Processing by AdminData::MainController#show as HTML
377
+ Parameters: {"klass"=>"article", "id"=>1}
378
+ Completed 401 Unauthorized in 2ms (Views: 0.8ms | ActiveRecord: 0.5ms)
379
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.730672', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.730672')
380
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.738544', '2010-08-17 13:45:31.738544', 2000)
381
+ Processing by AdminData::MainController#edit as HTML
382
+ Parameters: {"klass"=>"article", "id"=>1}
383
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
384
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
385
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
386
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
387
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.8ms)
388
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.8ms)
389
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
390
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
391
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
392
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.5ms)
393
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.0ms)
394
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
395
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
396
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
397
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
398
+ Completed 200 OK in 141ms (Views: 136.4ms | ActiveRecord: 1.4ms)
399
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.890192', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.890192')
400
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.898148', '2010-08-17 13:45:31.898148', 2000)
401
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.905434', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.905434')
402
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.913286', '2010-08-17 13:45:31.913286', 2000)
403
+ Processing by AdminData::MainController#all_models as HTML
404
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
405
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
406
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.6ms)
407
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
408
+ Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 1.1ms)
409
+ SQL (0.4ms)  SELECT name
410
+ FROM sqlite_master
411
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
412
+ 
413
+ SQL (0.3ms) SELECT name
414
+ FROM sqlite_master
415
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
416
+ SQL (0.3ms)  SELECT name
417
+ FROM sqlite_master
418
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
419
+ 
420
+ SQL (0.3ms) SELECT name
421
+ FROM sqlite_master
422
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
423
+ SQL (0.3ms)  SELECT name
424
+ FROM sqlite_master
425
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
426
+ 
427
+ SQL (0.3ms) SELECT name
428
+ FROM sqlite_master
429
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
430
+ SQL (0.3ms)  SELECT name
431
+ FROM sqlite_master
432
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
433
+ 
434
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.940566', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.940566')
435
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.948465', '2010-08-17 13:45:31.948465', 2000)
436
+ Processing by AdminData::MainController#all_models as HTML
437
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
438
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
439
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
440
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
441
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 2.8ms)
442
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.967155', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.967155')
443
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:31.976013', '2010-08-17 13:45:31.976013', 2000)
444
+ Processing by AdminData::MainController#all_models as HTML
445
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
446
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
447
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
448
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
449
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.6ms)
450
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:31.994466', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:31.994466')
451
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.002311', '2010-08-17 13:45:32.002311', 2000)
452
+ Processing by AdminData::MainController#edit as HTML
453
+ Parameters: {"klass"=>"Article", "data"=>"Hello World", "id"=>1, "attr"=>"title"}
454
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
455
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
456
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
457
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
458
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (0.8ms)
459
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.6ms)
460
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
461
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
462
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
463
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.5ms)
464
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.0ms)
465
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.6ms)
466
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
467
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.6ms)
468
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
469
+ Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 1.4ms)
470
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.154641', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.154641')
471
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.162673', '2010-08-17 13:45:32.162673', 2000)
472
+ Processing by AdminData::MainController#edit as HTML
473
+ Parameters: {"klass"=>"Article", "data"=>"Hello World", "id"=>1, "attr"=>"title"}
474
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
475
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
476
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
477
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
478
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (0.9ms)
479
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
480
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
481
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
482
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
483
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.4ms)
484
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.7ms)
485
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
486
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
487
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
488
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
489
+ Completed 200 OK in 34ms (Views: 30.0ms | ActiveRecord: 1.4ms)
490
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.233409', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.233409')
491
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.241228', '2010-08-17 13:45:32.241228', 2000)
492
+ Processing by AdminData::MainController#edit as HTML
493
+ Parameters: {"klass"=>"Article", "id"=>1}
494
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
495
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
496
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
497
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
498
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.1ms)
499
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
500
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
501
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
502
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
503
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.1ms)
504
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.5ms)
505
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.7ms)
506
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
507
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
508
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
509
+ Completed 200 OK in 48ms (Views: 43.8ms | ActiveRecord: 1.4ms)
510
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.464390', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.464390')
511
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.472302', '2010-08-17 13:45:32.472302', 2000)
512
+ Processing by AdminData::MainController#edit as HTML
513
+ Parameters: {"klass"=>"Article", "id"=>1}
514
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
515
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
516
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
517
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
518
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.0ms)
519
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
520
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
521
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
522
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
523
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.4ms)
524
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.7ms)
525
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.5ms)
526
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
527
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
528
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
529
+ Completed 200 OK in 48ms (Views: 44.1ms | ActiveRecord: 1.4ms)
530
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.601404', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.601404')
531
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.609098', '2010-08-17 13:45:32.609098', 2000)
532
+ Processing by AdminData::MainController#edit as HTML
533
+ Parameters: {"klass"=>"Article", "id"=>1}
534
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
535
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
536
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.0ms)
537
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
538
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.0ms)
539
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
540
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
541
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
542
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
543
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.1ms)
544
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.5ms)
545
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.5ms)
546
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
547
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
548
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
549
+ Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 1.4ms)
550
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.827222', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.827222')
551
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.835670', '2010-08-17 13:45:32.835670', 2000)
552
+ Processing by AdminData::MainController#edit as HTML
553
+ Parameters: {"klass"=>"Article", "id"=>1}
554
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
555
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
556
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.4ms)
557
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.3ms)
558
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (19.5ms)
559
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
560
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
561
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
562
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
563
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.5ms)
564
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.0ms)
565
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (6.5ms)
566
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
567
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
568
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
569
+ Completed 200 OK in 56ms (Views: 51.4ms | ActiveRecord: 1.5ms)
570
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:32.974318', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:32.974318')
571
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:32.982398', '2010-08-17 13:45:32.982398', 2000)
572
+ Processing by AdminData::MainController#edit as HTML
573
+ Parameters: {"klass"=>"Article", "id"=>1}
574
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
575
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
576
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
577
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
578
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.9ms)
579
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.6ms)
580
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
581
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
582
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
583
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (98.6ms)
584
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (100.7ms)
585
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
586
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
587
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
588
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
589
+ Completed 200 OK in 140ms (Views: 136.3ms | ActiveRecord: 1.4ms)
590
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.203948', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.203948')
591
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.211695', '2010-08-17 13:45:33.211695', 2000)
592
+ Processing by AdminData::MainController#edit as HTML
593
+ Parameters: {"klass"=>"Article", "id"=>1}
594
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
595
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
596
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
597
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
598
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.7ms)
599
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
600
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
601
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
602
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
603
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.7ms)
604
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.1ms)
605
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.7ms)
606
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
607
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.8ms)
608
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
609
+ Completed 200 OK in 49ms (Views: 44.7ms | ActiveRecord: 1.4ms)
610
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.340377', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.340377')
611
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.348099', '2010-08-17 13:45:33.348099', 2000)
612
+ Processing by AdminData::MainController#edit as HTML
613
+ Parameters: {"klass"=>"Article", "id"=>1}
614
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
615
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
616
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
617
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
618
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.9ms)
619
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.8ms)
620
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
621
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
622
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
623
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.7ms)
624
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.2ms)
625
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
626
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
627
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
628
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
629
+ Completed 200 OK in 147ms (Views: 143.2ms | ActiveRecord: 1.4ms)
630
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.506316', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.506316')
631
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.514199', '2010-08-17 13:45:33.514199', 2000)
632
+ Processing by AdminData::MainController#edit as HTML
633
+ Parameters: {"klass"=>"Article", "id"=>1}
634
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
635
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
636
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.0ms)
637
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
638
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.5ms)
639
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.6ms)
640
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
641
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
642
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
643
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.1ms)
644
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.3ms)
645
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.6ms)
646
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
647
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
648
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
649
+ Completed 200 OK in 48ms (Views: 44.1ms | ActiveRecord: 1.4ms)
650
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.645627', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.645627')
651
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.653489', '2010-08-17 13:45:33.653489', 2000)
652
+ Processing by AdminData::MainController#edit as HTML
653
+ Parameters: {"klass"=>"Article", "id"=>1}
654
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
655
+ SQL (93.5ms) SELECT COUNT(*) AS count_id FROM "articles"
656
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (96.7ms)
657
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
658
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.0ms)
659
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.8ms)
660
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
661
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
662
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
663
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.6ms)
664
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.1ms)
665
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (6.5ms)
666
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
667
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
668
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
669
+ Completed 200 OK in 143ms (Views: 46.0ms | ActiveRecord: 94.8ms)
670
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.878246', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.878246')
671
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.885952', '2010-08-17 13:45:33.885952', 2000)
672
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.893976', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.893976')
673
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.901668', '2010-08-17 13:45:33.901668', 2000)
674
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.906534', 'f', '2010-08-17 13:45:33.906534')
675
+ Processing by AdminData::MainController#edit as HTML
676
+ Parameters: {"klass"=>"comment", "id"=>1}
677
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
678
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments"
679
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
680
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
681
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY article_id asc
682
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (5.2ms)
683
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
684
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.4ms)
685
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
686
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.3ms)
687
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.3ms)
688
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (4.9ms)
689
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
690
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.1ms)
691
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
692
+ Completed 200 OK in 38ms (Views: 33.3ms | ActiveRecord: 2.4ms)
693
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:33.989812', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:33.989812')
694
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:33.997672', '2010-08-17 13:45:33.997672', 2000)
695
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.002393', 'f', '2010-08-17 13:45:34.002393')
696
+ Processing by AdminData::MainController#edit as HTML
697
+ Parameters: {"klass"=>"comment", "id"=>1}
698
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
699
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
700
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (102.0ms)
701
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
702
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY article_id asc
703
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (5.6ms)
704
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
705
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.5ms)
706
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
707
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.4ms)
708
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.6ms)
709
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.1ms)
710
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
711
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
712
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
713
+ Completed 200 OK in 138ms (Views: 133.8ms | ActiveRecord: 1.9ms)
714
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.152383', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.152383')
715
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.160450', '2010-08-17 13:45:34.160450', 2000)
716
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.165388', 'f', '2010-08-17 13:45:34.165388')
717
+ Processing by AdminData::MainController#edit as HTML
718
+ Parameters: {"klass"=>"comment", "id"=>1}
719
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
720
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
721
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
722
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.3ms)
723
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (3.5ms)
724
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
725
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.8ms)
726
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
727
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.3ms)
728
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.8ms)
729
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.1ms)
730
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
731
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
732
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
733
+ Completed 200 OK in 37ms (Views: 33.1ms | ActiveRecord: 1.6ms)
734
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.251352', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.251352')
735
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.259259', '2010-08-17 13:45:34.259259', 2000)
736
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.264029', 'f', '2010-08-17 13:45:34.264029')
737
+ Processing by AdminData::MainController#edit as HTML
738
+ Parameters: {"klass"=>"comment", "id"=>1}
739
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
740
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
741
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
742
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.3ms)
743
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (3.5ms)
744
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
745
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.7ms)
746
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
747
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.4ms)
748
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.8ms)
749
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.1ms)
750
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
751
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
752
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
753
+ Completed 200 OK in 37ms (Views: 33.4ms | ActiveRecord: 1.5ms)
754
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.313424', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.313424')
755
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.321145', '2010-08-17 13:45:34.321145', 2000)
756
+ Processing by AdminData::MainController#new as HTML
757
+ Parameters: {"klass"=>"article"}
758
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
759
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (100.1ms)
760
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.5ms)
761
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
762
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.7ms)
763
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
764
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.5ms)
765
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
766
+ Completed 200 OK in 133ms (Views: 130.6ms | ActiveRecord: 0.7ms)
767
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.464451', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.464451')
768
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.472359', '2010-08-17 13:45:34.472359', 2000)
769
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.480648', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.480648')
770
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.488519', '2010-08-17 13:45:34.488519', 2000)
771
+ SQL (0.2ms) INSERT INTO "tech_magazines" ("created_at", "updated_at") VALUES ('2010-08-17 13:45:34.495473', '2010-08-17 13:45:34.495473')
772
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "magazine_id" = 1, "magazine_type" = 'TechMagazine', "updated_at" = '2010-08-17 13:45:34.501668' WHERE ("articles"."article_id" = 1)
773
+ Processing by AdminData::MainController#show as HTML
774
+ Parameters: {"klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: "TechMagazine", created_at: "2010-08-17 13:45:34", updated_at: "2010-08-17 13:45:34", magazine_id: 1, data: nil>}
775
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
776
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.2ms)
777
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
778
+ TechMagazine Load (0.2ms) SELECT "tech_magazines"."id", "tech_magazines"."created_at", "tech_magazines"."updated_at" FROM "tech_magazines" WHERE ("tech_magazines"."id" = 1) LIMIT 1
779
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (5.1ms)
780
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
781
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
782
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
783
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.2ms)
784
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (13.0ms)
785
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.7ms)
786
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
787
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
788
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
789
+ Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 2.7ms)
790
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.586171', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.586171')
791
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.593963', '2010-08-17 13:45:34.593963', 2000)
792
+ SQL (0.2ms) INSERT INTO "tech_magazines" ("created_at", "updated_at") VALUES ('2010-08-17 13:45:34.597826', '2010-08-17 13:45:34.597826')
793
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "magazine_id" = 1, "magazine_type" = 'TechMagazine', "updated_at" = '2010-08-17 13:45:34.601341' WHERE ("articles"."article_id" = 1)
794
+ Processing by AdminData::MainController#show as HTML
795
+ Parameters: {"klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: "TechMagazine", created_at: "2010-08-17 13:45:34", updated_at: "2010-08-17 13:45:34", magazine_id: 1, data: nil>}
796
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
797
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.1ms)
798
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
799
+ TechMagazine Load (0.2ms) SELECT "tech_magazines"."id", "tech_magazines"."created_at", "tech_magazines"."updated_at" FROM "tech_magazines" WHERE ("tech_magazines"."id" = 1) LIMIT 1
800
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (5.2ms)
801
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
802
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
803
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
804
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (7.0ms)
805
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (13.9ms)
806
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
807
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
808
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.5ms)
809
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
810
+ Completed 200 OK in 133ms (Views: 129.1ms | ActiveRecord: 2.1ms)
811
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.746777', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.746777')
812
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.754691', '2010-08-17 13:45:34.754691', 2000)
813
+ SQL (0.2ms) INSERT INTO "tech_magazines" ("created_at", "updated_at") VALUES ('2010-08-17 13:45:34.758894', '2010-08-17 13:45:34.758894')
814
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "magazine_id" = 1, "magazine_type" = 'TechMagazine', "updated_at" = '2010-08-17 13:45:34.762620' WHERE ("articles"."article_id" = 1)
815
+ Processing by AdminData::MainController#show as HTML
816
+ Parameters: {"klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: "TechMagazine", created_at: "2010-08-17 13:45:34", updated_at: "2010-08-17 13:45:34", magazine_id: 1, data: nil>}
817
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
818
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.2ms)
819
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
820
+ TechMagazine Load (0.2ms) SELECT "tech_magazines"."id", "tech_magazines"."created_at", "tech_magazines"."updated_at" FROM "tech_magazines" WHERE ("tech_magazines"."id" = 1) LIMIT 1
821
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (5.2ms)
822
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
823
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
824
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
825
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.5ms)
826
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (13.5ms)
827
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (6.0ms)
828
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
829
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.6ms)
830
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
831
+ Completed 200 OK in 38ms (Views: 33.9ms | ActiveRecord: 2.1ms)
832
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.813664', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.813664')
833
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.822252', '2010-08-17 13:45:34.822252', 2000)
834
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.827395', 'f', '2010-08-17 13:45:34.827395')
835
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.833696', 'f', '2010-08-17 13:45:34.833696')
836
+ Processing by AdminData::MainController#show as HTML
837
+ Parameters: {"klass"=>"article", "id"=>1}
838
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
839
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.4ms)
840
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
841
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
842
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
843
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
844
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
845
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (7.8ms)
846
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (10.2ms)
847
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
848
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
849
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.5ms)
850
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
851
+ Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 1.7ms)
852
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.921734', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:34.921734')
853
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:34.930116', '2010-08-17 13:45:34.930116', 2000)
854
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.935889', 'f', '2010-08-17 13:45:34.935889')
855
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:34.941798', 'f', '2010-08-17 13:45:34.941798')
856
+ Processing by AdminData::MainController#show as HTML
857
+ Parameters: {"klass"=>"article", "id"=>1}
858
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
859
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.1ms)
860
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
861
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.9ms)
862
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
863
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
864
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
865
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (8.1ms)
866
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (11.0ms)
867
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.6ms)
868
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
869
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
870
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
871
+ Completed 200 OK in 130ms (Views: 126.1ms | ActiveRecord: 1.6ms)
872
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.083521', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.083521')
873
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.091511', '2010-08-17 13:45:35.091511', 2000)
874
+ SQL (0.2ms) INSERT INTO "engines" ("car_id", "created_at", "cylinders", "updated_at") VALUES (3, '2010-08-17 13:45:35.104430', 4, '2010-08-17 13:45:35.104430')
875
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.114909', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.114909')
876
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.123389', '2010-08-17 13:45:35.123389', 2000)
877
+ SQL (0.2ms) INSERT INTO "engines" ("car_id", "created_at", "cylinders", "updated_at") VALUES (3, '2010-08-17 13:45:35.127932', 4, '2010-08-17 13:45:35.127932')
878
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.136139', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.136139')
879
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.144154', '2010-08-17 13:45:35.144154', 2000)
880
+ SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "permanent_name", "updated_at") VALUES ('2010-08-17 13:45:35.391347', 'New Delhi', 'new-delhi', '2010-08-17 13:45:35.391347')
881
+ Processing by AdminData::MainController#show as HTML
882
+ Parameters: {"klass"=>"city", "id"=>"new-delhi"}
883
+ City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE (permanent_name ='new-delhi') LIMIT 1
884
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.2ms)
885
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
886
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (0.8ms)
887
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.8ms)
888
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
889
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
890
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
891
+ Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 2.4ms)
892
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.426472', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.426472')
893
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.434599', '2010-08-17 13:45:35.434599', 2000)
894
+ SQL (0.3ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.439435', 'f', '2010-08-17 13:45:35.439435')
895
+ Processing by AdminData::MainController#show as HTML
896
+ Parameters: {"klass"=>"comment", "id"=>1}
897
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
898
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.1ms)
899
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
900
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
901
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.7ms)
902
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
903
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.3ms)
904
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (111.2ms)
905
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.1ms)
906
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
907
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
908
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
909
+ Completed 200 OK in 132ms (Views: 128.7ms | ActiveRecord: 1.5ms)
910
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.616683', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.616683')
911
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.624650', '2010-08-17 13:45:35.624650', 2000)
912
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.629429', 'f', '2010-08-17 13:45:35.629429')
913
+ Processing by AdminData::MainController#show as HTML
914
+ Parameters: {"klass"=>"comment", "id"=>1}
915
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
916
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.1ms)
917
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
918
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
919
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (7.9ms)
920
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.4ms)
921
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.4ms)
922
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (10.1ms)
923
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.1ms)
924
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
925
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.6ms)
926
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
927
+ Completed 200 OK in 32ms (Views: 28.0ms | ActiveRecord: 1.4ms)
928
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.705582', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.705582')
929
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.713542', '2010-08-17 13:45:35.713542', 2000)
930
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.718443', 'f', '2010-08-17 13:45:35.718443')
931
+ Processing by AdminData::MainController#show as HTML
932
+ Parameters: {"klass"=>"comment", "id"=>1}
933
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE ("comments"."id" = 1) LIMIT 1
934
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (1.1ms)
935
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
936
+ Article Load (0.4ms) SELECT "articles"."article_id", "articles"."title", "articles"."body", "articles"."body_html", "articles"."short_desc", "articles"."status", "articles"."published_at", "articles"."approved", "articles"."hits_count", "articles"."magazine_type", "articles"."created_at", "articles"."updated_at", "articles"."magazine_id", "articles"."data" FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
937
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (8.2ms)
938
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.5ms)
939
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (0.4ms)
940
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (10.4ms)
941
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.4ms)
942
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
943
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
944
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
945
+ Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 1.4ms)
946
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.762733', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.762733')
947
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.770678', '2010-08-17 13:45:35.770678', 2000)
948
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:35.775066', '2010-08-17 13:45:35.775066')
949
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.782862', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.782862')
950
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.790743', '2010-08-17 13:45:35.790743', 2000)
951
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'blue', '2010-08-17 13:45:35.795389', '2010-08-17 13:45:35.795389')
952
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:35.803756', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:35.803756')
953
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:35.811530', '2010-08-17 13:45:35.811530', 2000)
954
+ Processing by AdminData::MainController#table_structure as HTML
955
+ Parameters: {"klass"=>"article"}
956
+ SQL (0.1ms) PRAGMA index_list("articles")
957
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
958
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (119.6ms)
959
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
960
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
961
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
962
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
963
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
964
+ Completed 200 OK in 138ms (Views: 136.5ms | ActiveRecord: 2.3ms)
965
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.009769', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.009769')
966
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.017632', '2010-08-17 13:45:36.017632', 2000)
967
+ Processing by AdminData::MainController#table_structure as HTML
968
+ Parameters: {"klass"=>"article"}
969
+ SQL (0.1ms) PRAGMA index_list("articles")
970
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
971
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
972
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
973
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.1ms)
974
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
975
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
976
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
977
+ Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.8ms)
978
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.087616', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.087616')
979
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.095463', '2010-08-17 13:45:36.095463', 2000)
980
+ Processing by AdminData::MainController#table_structure as HTML
981
+ Parameters: {"klass"=>"article"}
982
+ SQL (0.1ms) PRAGMA index_list("articles")
983
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
984
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.9ms)
985
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (0.2ms)
986
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.1ms)
987
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
988
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.1ms)
989
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
990
+ Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.8ms)
991
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.124132', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.124132')
992
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.132360', '2010-08-17 13:45:36.132360', 2000)
993
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
994
+ Processing by AdminData::MainController#update as HTML
995
+ Parameters: {"article"=>{"title"=>"new title"}, "klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: nil, created_at: "2010-08-17 13:45:36", updated_at: "2010-08-17 13:45:36", magazine_id: nil, data: nil>}
996
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
997
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "title" = 'new title', "updated_at" = '2010-08-17 13:45:36.145911' WHERE ("articles"."article_id" = 1)
998
+ Redirected to http://test.host/admin_data/klass/article/1-NewTitle
999
+ Completed 302 Found in 11ms
1000
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1001
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.158078', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.158078')
1002
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.166314', '2010-08-17 13:45:36.166314', 2000)
1003
+ Processing by AdminData::MainController#update as HTML
1004
+ Parameters: {"article"=>{"title"=>"new title"}, "klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: nil, created_at: "2010-08-17 13:45:36", updated_at: "2010-08-17 13:45:36", magazine_id: nil, data: nil>}
1005
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1006
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "title" = 'new title', "updated_at" = '2010-08-17 13:45:36.178342' WHERE ("articles"."article_id" = 1)
1007
+ Redirected to http://test.host/admin_data/klass/article/1-NewTitle
1008
+ Completed 302 Found in 11ms
1009
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY articles.article_id DESC LIMIT 1
1010
+ SQL (0.6ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.192975', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.192975')
1011
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.201122', '2010-08-17 13:45:36.201122', 2000)
1012
+ Processing by AdminData::MainController#update as HTML
1013
+ Parameters: {"article"=>{"title"=>"new title"}, "klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: nil, created_at: "2010-08-17 13:45:36", updated_at: "2010-08-17 13:45:36", magazine_id: nil, data: nil>}
1014
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1015
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "title" = 'new title', "updated_at" = '2010-08-17 13:45:36.213100' WHERE ("articles"."article_id" = 1)
1016
+ Redirected to http://test.host/admin_data/klass/article/1-NewTitle
1017
+ Completed 302 Found in 11ms
1018
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.223566', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.223566')
1019
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.231337', '2010-08-17 13:45:36.231337', 2000)
1020
+ Processing by AdminData::MainController#update as HTML
1021
+ Parameters: {"article"=>{"title"=>"new title"}, "klass"=>"article", "id"=>#<Article article_id: 1, title: "this is a dummy title", body: "this is a dummy body", body_html: "this is a dummy body", short_desc: "this is a dummy short_desc", status: "published", published_at: nil, approved: false, hits_count: 1, magazine_type: nil, created_at: "2010-08-17 13:45:36", updated_at: "2010-08-17 13:45:36", magazine_id: nil, data: nil>}
1022
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1023
+ SQL (0.5ms) UPDATE "articles" SET "data" = NULL, "title" = 'new title', "updated_at" = '2010-08-17 13:45:36.243323' WHERE ("articles"."article_id" = 1)
1024
+ Redirected to http://test.host/admin_data/klass/article/1-NewTitle
1025
+ Completed 302 Found in 11ms
1026
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.254069', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.254069')
1027
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.262268', '2010-08-17 13:45:36.262268', 2000)
1028
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "cars"
1029
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.272791', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.272791')
1030
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.280461', '2010-08-17 13:45:36.280461', 2000)
1031
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.288637', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.288637')
1032
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.296661', '2010-08-17 13:45:36.296661', 2000)
1033
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.423367', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.423367')
1034
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.431262', '2010-08-17 13:45:36.431262', 2000)
1035
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.439731', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.439731')
1036
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.447642', '2010-08-17 13:45:36.447642', 2000)
1037
+ Processing by AdminData::MainController#update as HTML
1038
+ Parameters: {"article"=>{"body"=>""}, "klass"=>"article", "id"=>1}
1039
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1040
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1041
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
1042
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.2ms)
1043
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.0ms)
1044
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.6ms)
1045
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
1046
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1047
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1048
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.0ms)
1049
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.1ms)
1050
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.7ms)
1051
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1052
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1053
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1054
+ Completed 200 OK in 53ms (Views: 44.9ms | ActiveRecord: 10.0ms)
1055
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.582295', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.582295')
1056
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.590015', '2010-08-17 13:45:36.590015', 2000)
1057
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "articles"
1058
+ Processing by AdminData::MainController#update as HTML
1059
+ Parameters: {"article"=>{"body"=>""}, "klass"=>"article", "id"=>1}
1060
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1061
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1062
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (2.8ms)
1063
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.1ms)
1064
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (14.6ms)
1065
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.6ms)
1066
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
1067
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1068
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1069
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.0ms)
1070
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.1ms)
1071
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (5.5ms)
1072
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1073
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1074
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1075
+ Completed 200 OK in 51ms (Views: 43.4ms | ActiveRecord: 1.5ms)
1076
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1077
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.770721', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.770721')
1078
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.778720', '2010-08-17 13:45:36.778720', 2000)
1079
+ Processing by AdminData::MainController#update as HTML
1080
+ Parameters: {"article"=>{"body"=>""}, "klass"=>"article", "id"=>1}
1081
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1082
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1083
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1084
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.1ms)
1085
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (15.5ms)
1086
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
1087
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
1088
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1089
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1090
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (6.3ms)
1091
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (8.5ms)
1092
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (6.0ms)
1093
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1094
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1095
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1096
+ Completed 200 OK in 55ms (Views: 46.6ms | ActiveRecord: 1.7ms)
1097
+ SQL (0.7ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:36.845130', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:36.845130')
1098
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:36.853884', '2010-08-17 13:45:36.853884', 2000)
1099
+ Processing by AdminData::MainController#update as HTML
1100
+ Parameters: {"article"=>{"body"=>""}, "klass"=>"article", "id"=>1}
1101
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1102
+ SQL (0.3ms) SELECT COUNT(*) AS count_id FROM "articles"
1103
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1104
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_flash_message.html.erb (1.3ms)
1105
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_form.html.erb (16.7ms)
1106
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_belongs_to_info.html.erb (0.7ms)
1107
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_one_info.html.erb (0.3ms)
1108
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1109
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1110
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_has_many_info.html.erb (7.1ms)
1111
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/association/_association_info.html.erb (9.5ms)
1112
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/main/misc/_modify_record.html.erb (6.9ms)
1113
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1114
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1115
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1116
+ Completed 200 OK in 59ms (Views: 50.6ms | ActiveRecord: 1.9ms)
1117
+ Processing by AdminData::MigrationController#index as HTML
1118
+ SQL (0.2ms) select * from schema_migrations
1119
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.6ms)
1120
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (5.4ms)
1121
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.5ms)
1122
+ Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms)
1123
+ Processing by AdminData::MigrationController#index as HTML
1124
+ SQL (0.2ms) select * from schema_migrations
1125
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1126
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.6ms)
1127
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1128
+ Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.2ms)
1129
+ Processing by AdminData::MigrationController#index as HTML
1130
+ SQL (0.2ms) select * from schema_migrations
1131
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1132
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.5ms)
1133
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1134
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)
1135
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.128589', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.128589')
1136
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.136584', '2010-08-17 13:45:37.136584', 2000)
1137
+ Processing by AdminData::SearchController#advance_search as HTML
1138
+ Parameters: {"klass"=>"article"}
1139
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1140
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (4.0ms)
1141
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (5.7ms)
1142
+ SQL (0.4ms) SELECT name
1143
+ FROM sqlite_master
1144
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1145
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_advance_search_form.html.erb (3.3ms)
1146
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (19.9ms)
1147
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.6ms)
1148
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (5.2ms)
1149
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.5ms)
1150
+ Completed 200 OK in 44ms (Views: 40.9ms | ActiveRecord: 1.1ms)
1151
+ SQL (0.4ms)  SELECT name
1152
+ FROM sqlite_master
1153
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1154
+ 
1155
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.231639', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.231639')
1156
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.239501', '2010-08-17 13:45:37.239501', 2000)
1157
+ Processing by AdminData::SearchController#advance_search as HTML
1158
+ Parameters: {"klass"=>"article"}
1159
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1160
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.0ms)
1161
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
1162
+ SQL (0.4ms)  SELECT name
1163
+ FROM sqlite_master
1164
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1165
+ 
1166
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_advance_search_form.html.erb (2.4ms)
1167
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (11.8ms)
1168
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1169
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1170
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1171
+ Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 1.5ms)
1172
+ SQL (0.5ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.271260', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.271260')
1173
+ SQL (0.1ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.279068', '2010-08-17 13:45:37.279068', 2000)
1174
+ Processing by AdminData::SearchController#advance_search as HTML
1175
+ Parameters: {"klass"=>"article"}
1176
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1177
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.0ms)
1178
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
1179
+ SQL (0.3ms)  SELECT name
1180
+ FROM sqlite_master
1181
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1182
+ 
1183
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_advance_search_form.html.erb (2.3ms)
1184
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (11.8ms)
1185
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1186
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1187
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1188
+ Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 1.1ms)
1189
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.309708', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.309708')
1190
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.317646', '2010-08-17 13:45:37.317646', 2000)
1191
+ Processing by AdminData::SearchController#quick_search as HTML
1192
+ Parameters: {"klass"=>"comment", "model_id"=>1, "children"=>"wrong_children_name", "base"=>"article"}
1193
+ Completed 404 Not Found in 2ms (Views: 0.7ms | ActiveRecord: 0.5ms)
1194
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.330037', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.330037')
1195
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.337751', '2010-08-17 13:45:37.337751', 2000)
1196
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.345914', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.345914')
1197
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.353902', '2010-08-17 13:45:37.353902', 2000)
1198
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.361985', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.361985')
1199
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.369873', '2010-08-17 13:45:37.369873', 2000)
1200
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.377986', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.377986')
1201
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.386321', '2010-08-17 13:45:37.386321', 2000)
1202
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.511978', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.511978')
1203
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.520144', '2010-08-17 13:45:37.520144', 2000)
1204
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.525435', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.525435')
1205
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (2, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.533205', 'f', '2010-08-17 13:45:37.533205')
1206
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.539699', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.539699')
1207
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (3, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.547886', 'f', '2010-08-17 13:45:37.547886')
1208
+ Processing by AdminData::SearchController#quick_search as HTML
1209
+ Parameters: {"klass"=>"comment"}
1210
+ Comment Load (0.4ms) SELECT "comments".* FROM "comments" ORDER BY comments.id desc LIMIT 50 OFFSET 0
1211
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1212
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.4ms)
1213
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.5ms)
1214
+ SQL (0.4ms) SELECT name
1215
+ FROM sqlite_master
1216
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1217
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.8ms)
1218
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (5.7ms)
1219
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.1ms)
1220
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (14.2ms)
1221
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (32.8ms)
1222
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1223
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1224
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1225
+ Completed 200 OK in 46ms (Views: 41.6ms | ActiveRecord: 4.4ms)
1226
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" ORDER BY comments.id DESC LIMIT 1
1227
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.648557', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.648557')
1228
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.656413', '2010-08-17 13:45:37.656413', 2000)
1229
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.661474', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.661474')
1230
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (2, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.668999', 'f', '2010-08-17 13:45:37.668999')
1231
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.675278', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.675278')
1232
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (3, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.682893', 'f', '2010-08-17 13:45:37.682893')
1233
+ Processing by AdminData::SearchController#quick_search as HTML
1234
+ Parameters: {"klass"=>"comment"}
1235
+ Comment Load (0.4ms) SELECT "comments".* FROM "comments" ORDER BY comments.id desc LIMIT 50 OFFSET 0
1236
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1237
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1238
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.2ms)
1239
+ SQL (0.4ms) SELECT name
1240
+ FROM sqlite_master
1241
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1242
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.3ms)
1243
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (2.9ms)
1244
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.3ms)
1245
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (9.4ms)
1246
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (22.4ms)
1247
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1248
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1249
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
1250
+ Completed 200 OK in 33ms (Views: 28.7ms | ActiveRecord: 2.4ms)
1251
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.766009', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.766009')
1252
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.773857', '2010-08-17 13:45:37.773857', 2000)
1253
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.899847', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.899847')
1254
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (2, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.907951', 'f', '2010-08-17 13:45:37.907951')
1255
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.914480', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.914480')
1256
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (3, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.922191', 'f', '2010-08-17 13:45:37.922191')
1257
+ Processing by AdminData::SearchController#quick_search as HTML
1258
+ Parameters: {"klass"=>"comment"}
1259
+ Comment Load (0.4ms) SELECT "comments".* FROM "comments" ORDER BY comments.id desc LIMIT 50 OFFSET 0
1260
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1261
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1262
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.5ms)
1263
+ SQL (0.4ms)  SELECT name
1264
+ FROM sqlite_master
1265
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1266
+ 
1267
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1268
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1269
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.3ms)
1270
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (9.9ms)
1271
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (23.9ms)
1272
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1273
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1274
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1275
+ Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 2.2ms)
1276
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.968579', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.968579')
1277
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:37.976638', '2010-08-17 13:45:37.976638', 2000)
1278
+ SQL (0.1ms) DELETE FROM "doors" WHERE 1=1
1279
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'black', '2010-08-17 13:45:37.981902', '2010-08-17 13:45:37.981902')
1280
+ SQL (0.1ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'green', '2010-08-17 13:45:37.985918', '2010-08-17 13:45:37.985918')
1281
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:37.993832', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:37.993832')
1282
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.002383', '2010-08-17 13:45:38.002383', 2000)
1283
+ SQL (0.1ms) DELETE FROM "doors" WHERE 1=1
1284
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'black', '2010-08-17 13:45:38.007962', '2010-08-17 13:45:38.007962')
1285
+ SQL (0.3ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'green', '2010-08-17 13:45:38.012034', '2010-08-17 13:45:38.012034')
1286
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.020473', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.020473')
1287
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.028614', '2010-08-17 13:45:38.028614', 2000)
1288
+ SQL (0.1ms) DELETE FROM "doors" WHERE 1=1
1289
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'black', '2010-08-17 13:45:38.033770', '2010-08-17 13:45:38.033770')
1290
+ SQL (0.1ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'green', '2010-08-17 13:45:38.037727', '2010-08-17 13:45:38.037727')
1291
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.045384', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.045384')
1292
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.053617', '2010-08-17 13:45:38.053617', 2000)
1293
+ SQL (0.1ms) DELETE FROM "doors" WHERE 1=1
1294
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'black', '2010-08-17 13:45:38.059050', '2010-08-17 13:45:38.059050')
1295
+ SQL (0.1ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'green', '2010-08-17 13:45:38.063058', '2010-08-17 13:45:38.063058')
1296
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.071156', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.071156')
1297
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.079133', '2010-08-17 13:45:38.079133', 2000)
1298
+ SQL (0.1ms) DELETE FROM "doors" WHERE 1=1
1299
+ SQL (0.2ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'black', '2010-08-17 13:45:38.084183', '2010-08-17 13:45:38.084183')
1300
+ SQL (0.1ms) INSERT INTO "doors" ("car_id", "color", "created_at", "updated_at") VALUES (3, 'green', '2010-08-17 13:45:38.088091', '2010-08-17 13:45:38.088091')
1301
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.095834', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.095834')
1302
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.103892', '2010-08-17 13:45:38.103892', 2000)
1303
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.108889', 'f', '2010-08-17 13:45:38.108889')
1304
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.115004', 'f', '2010-08-17 13:45:38.115004')
1305
+ Processing by AdminData::SearchController#quick_search as HTML
1306
+ Parameters: {"klass"=>"comment", "model_id"=>"1", "children"=>"comments", "base"=>"article"}
1307
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1308
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1309
+ Comment Load (0.3ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1) ORDER BY comments.id desc LIMIT 50 OFFSET 0
1310
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1311
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1312
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1313
+ SQL (0.4ms)  SELECT name
1314
+ FROM sqlite_master
1315
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1316
+ 
1317
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.3ms)
1318
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (2.9ms)
1319
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.6ms)
1320
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (10.9ms)
1321
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (24.0ms)
1322
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1323
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1324
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.2ms)
1325
+ Completed 200 OK in 41ms (Views: 30.3ms | ActiveRecord: 7.2ms)
1326
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.169408', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.169408')
1327
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.177467', '2010-08-17 13:45:38.177467', 2000)
1328
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.182183', 'f', '2010-08-17 13:45:38.182183')
1329
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.188088', 'f', '2010-08-17 13:45:38.188088')
1330
+ Processing by AdminData::SearchController#quick_search as HTML
1331
+ Parameters: {"klass"=>"comment", "model_id"=>"1", "children"=>"comments", "base"=>"article"}
1332
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1333
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1334
+ Comment Load (0.4ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1) ORDER BY comments.id desc LIMIT 50 OFFSET 0
1335
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1336
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1337
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.5ms)
1338
+ SQL (0.4ms) SELECT name
1339
+ FROM sqlite_master
1340
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1341
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.3ms)
1342
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1343
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.7ms)
1344
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (11.5ms)
1345
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (25.6ms)
1346
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1347
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1348
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1349
+ Completed 200 OK in 167ms (Views: 32.2ms | ActiveRecord: 2.4ms)
1350
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.437836', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.437836')
1351
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.445818', '2010-08-17 13:45:38.445818', 2000)
1352
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.450522', 'f', '2010-08-17 13:45:38.450522')
1353
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.456389', 'f', '2010-08-17 13:45:38.456389')
1354
+ Processing by AdminData::SearchController#quick_search as HTML
1355
+ Parameters: {"klass"=>"comment", "model_id"=>"1", "children"=>"comments", "base"=>"article"}
1356
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1357
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1358
+ Comment Load (0.4ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1) ORDER BY comments.id desc LIMIT 50 OFFSET 0
1359
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1360
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1361
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.5ms)
1362
+ SQL (0.4ms)  SELECT name
1363
+ FROM sqlite_master
1364
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1365
+ 
1366
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.3ms)
1367
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.0ms)
1368
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.6ms)
1369
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (10.8ms)
1370
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (24.3ms)
1371
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1372
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1373
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1374
+ Completed 200 OK in 42ms (Views: 30.7ms | ActiveRecord: 2.3ms)
1375
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.511106', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.511106')
1376
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.518812', '2010-08-17 13:45:38.518812', 2000)
1377
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.523541', 'f', '2010-08-17 13:45:38.523541')
1378
+ SQL (0.1ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.529327', 'f', '2010-08-17 13:45:38.529327')
1379
+ Processing by AdminData::SearchController#quick_search as HTML
1380
+ Parameters: {"klass"=>"comment", "model_id"=>"1", "children"=>"comments", "base"=>"article"}
1381
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."article_id" = 1) LIMIT 1
1382
+ SQL (0.1ms) SELECT COUNT(*) AS count_id FROM "comments" WHERE ("comments".article_id = 1)
1383
+ Comment Load (0.4ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 1) ORDER BY comments.id desc LIMIT 50 OFFSET 0
1384
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "comments"
1385
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (126.1ms)
1386
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.6ms)
1387
+ SQL (0.4ms) SELECT name
1388
+ FROM sqlite_master
1389
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1390
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.3ms)
1391
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1392
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.8ms)
1393
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (11.5ms)
1394
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (148.3ms)
1395
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1396
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1397
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1398
+ Completed 200 OK in 166ms (Views: 155.0ms | ActiveRecord: 2.3ms)
1399
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.707545', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.707545')
1400
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.715475', '2010-08-17 13:45:38.715475', 2000)
1401
+ Processing by AdminData::SearchController#quick_search as HTML
1402
+ Parameters: {"klass"=>"article"}
1403
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1404
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1405
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1406
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1407
+ SQL (0.4ms)  SELECT name
1408
+ FROM sqlite_master
1409
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1410
+ 
1411
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1412
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1413
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1414
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (7.7ms)
1415
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (21.2ms)
1416
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1417
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1418
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1419
+ Completed 200 OK in 32ms (Views: 27.9ms | ActiveRecord: 1.4ms)
1420
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.758544', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.758544')
1421
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.766398', '2010-08-17 13:45:38.766398', 2000)
1422
+ Processing by AdminData::SearchController#quick_search as HTML
1423
+ Parameters: {"klass"=>"article"}
1424
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1425
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1426
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.1ms)
1427
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1428
+ SQL (0.4ms) SELECT name
1429
+ FROM sqlite_master
1430
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1431
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1432
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1433
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1434
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (7.8ms)
1435
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (21.1ms)
1436
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1437
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1438
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1439
+ Completed 200 OK in 32ms (Views: 27.8ms | ActiveRecord: 1.4ms)
1440
+ SQL (0.5ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.809631', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:38.809631')
1441
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:38.817984', '2010-08-17 13:45:38.817984', 2000)
1442
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1443
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.823989', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:38.823989')
1444
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.832339', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:38.832339')
1445
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.840784', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:38.840784')
1446
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:38.850965', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:38.850965')
1447
+ Processing by AdminData::SearchController#quick_search as HTML
1448
+ Parameters: {"klass"=>"Article", "sortby"=>"article_id asc", "query"=>"python"}
1449
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY article_id asc LIMIT 50 OFFSET 0
1450
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1451
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.9ms)
1452
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (131.7ms)
1453
+ SQL (0.4ms) SELECT name
1454
+ FROM sqlite_master
1455
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1456
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1457
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.3ms)
1458
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1459
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.9ms)
1460
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (155.8ms)
1461
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1462
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.5ms)
1463
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1464
+ Completed 200 OK in 169ms (Views: 162.7ms | ActiveRecord: 2.6ms)
1465
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.035220', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.035220')
1466
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.043327', '2010-08-17 13:45:39.043327', 2000)
1467
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1468
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.048976', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.048976')
1469
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.057044', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.057044')
1470
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.065042', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.065042')
1471
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.074052', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.074052')
1472
+ Processing by AdminData::SearchController#quick_search as HTML
1473
+ Parameters: {"klass"=>"Article", "sortby"=>"article_id asc", "query"=>"python"}
1474
+ Article Load (0.6ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY article_id asc LIMIT 50 OFFSET 0
1475
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1476
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1477
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
1478
+ SQL (0.4ms) SELECT name
1479
+ FROM sqlite_master
1480
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1481
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1482
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1483
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1484
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (12.9ms)
1485
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.9ms)
1486
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1487
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1488
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1489
+ Completed 200 OK in 39ms (Views: 33.4ms | ActiveRecord: 2.4ms)
1490
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.128799', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.128799')
1491
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.136639', '2010-08-17 13:45:39.136639', 2000)
1492
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1493
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.142224', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.142224')
1494
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.150020', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.150020')
1495
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.157758', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.157758')
1496
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.166094', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.166094')
1497
+ Processing by AdminData::SearchController#quick_search as HTML
1498
+ Parameters: {"klass"=>"Article", "sortby"=>"article_id asc", "query"=>"python"}
1499
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY article_id asc LIMIT 50 OFFSET 0
1500
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1501
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1502
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1503
+ SQL (0.4ms) SELECT name
1504
+ FROM sqlite_master
1505
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1506
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1507
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.0ms)
1508
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1509
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (12.9ms)
1510
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.2ms)
1511
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1512
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1513
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (122.0ms)
1514
+ Completed 200 OK in 160ms (Views: 154.6ms | ActiveRecord: 2.3ms)
1515
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.340944', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.340944')
1516
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.349184', '2010-08-17 13:45:39.349184', 2000)
1517
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1518
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.354937', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.354937')
1519
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.363100', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.363100')
1520
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.371250', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.371250')
1521
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.379767', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.379767')
1522
+ Processing by AdminData::SearchController#quick_search as HTML
1523
+ Parameters: {"klass"=>"Article", "sortby"=>"article_id asc", "query"=>"python"}
1524
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY article_id asc LIMIT 50 OFFSET 0
1525
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1526
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1527
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
1528
+ SQL (0.4ms) SELECT name
1529
+ FROM sqlite_master
1530
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1531
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1532
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.2ms)
1533
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1534
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.2ms)
1535
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (27.2ms)
1536
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1537
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1538
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1539
+ Completed 200 OK in 39ms (Views: 33.5ms | ActiveRecord: 2.4ms)
1540
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.433805', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.433805')
1541
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.441713', '2010-08-17 13:45:39.441713', 2000)
1542
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1543
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.447276', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.447276')
1544
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.455020', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.455020')
1545
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.462753', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.462753')
1546
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.470895', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.470895')
1547
+ Processing by AdminData::SearchController#quick_search as HTML
1548
+ Parameters: {"klass"=>"Article", "sortby"=>"article_id asc", "query"=>"python"}
1549
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY article_id asc LIMIT 50 OFFSET 0
1550
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1551
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.2ms)
1552
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1553
+ SQL (0.4ms) SELECT name
1554
+ FROM sqlite_master
1555
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1556
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1557
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.0ms)
1558
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1559
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.0ms)
1560
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.3ms)
1561
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1562
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1563
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1564
+ Completed 200 OK in 38ms (Views: 32.7ms | ActiveRecord: 2.3ms)
1565
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.523060', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.523060')
1566
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.530923', '2010-08-17 13:45:39.530923', 2000)
1567
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1568
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.536508', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.536508')
1569
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.544258', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.544258')
1570
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.551943', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.551943')
1571
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.560027', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.560027')
1572
+ Processing by AdminData::SearchController#quick_search as HTML
1573
+ Parameters: {"klass"=>"Article", "query"=>"python"}
1574
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1575
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1576
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.4ms)
1577
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
1578
+ SQL (0.4ms) SELECT name
1579
+ FROM sqlite_master
1580
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1581
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.5ms)
1582
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (127.6ms)
1583
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1584
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (14.0ms)
1585
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (152.1ms)
1586
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1587
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1588
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1589
+ Completed 200 OK in 164ms (Views: 158.6ms | ActiveRecord: 2.3ms)
1590
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.739052', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.739052')
1591
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.747213', '2010-08-17 13:45:39.747213', 2000)
1592
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1593
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.752892', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.752892')
1594
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.760958', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.760958')
1595
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.768865', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.768865')
1596
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.777107', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.777107')
1597
+ Processing by AdminData::SearchController#quick_search as HTML
1598
+ Parameters: {"klass"=>"Article", "query"=>"python"}
1599
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1600
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1601
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.5ms)
1602
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
1603
+ SQL (0.4ms) SELECT name
1604
+ FROM sqlite_master
1605
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1606
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1607
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1608
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1609
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.0ms)
1610
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.7ms)
1611
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1612
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1613
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1614
+ Completed 200 OK in 39ms (Views: 33.1ms | ActiveRecord: 2.4ms)
1615
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.830456', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.830456')
1616
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:39.838480', '2010-08-17 13:45:39.838480', 2000)
1617
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1618
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.844079', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:39.844079')
1619
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.851864', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:39.851864')
1620
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.859548', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:39.859548')
1621
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.867802', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:39.867802')
1622
+ Processing by AdminData::SearchController#quick_search as HTML
1623
+ Parameters: {"klass"=>"Article", "query"=>"python"}
1624
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1625
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1626
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.3ms)
1627
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1628
+ SQL (0.4ms) SELECT name
1629
+ FROM sqlite_master
1630
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1631
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1632
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.0ms)
1633
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1634
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.1ms)
1635
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.5ms)
1636
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1637
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.3ms)
1638
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1639
+ Completed 200 OK in 38ms (Views: 32.9ms | ActiveRecord: 2.2ms)
1640
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:39.920549', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:39.920549')
1641
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.051203', '2010-08-17 13:45:40.051203', 2000)
1642
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1643
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.056993', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:40.056993')
1644
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.065286', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:40.065286')
1645
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.073380', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:40.073380')
1646
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.081467', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:40.081467')
1647
+ Processing by AdminData::SearchController#quick_search as HTML
1648
+ Parameters: {"klass"=>"Article", "query"=>"python"}
1649
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1650
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1651
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.4ms)
1652
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.4ms)
1653
+ SQL (0.4ms) SELECT name
1654
+ FROM sqlite_master
1655
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1656
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1657
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1658
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1659
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.2ms)
1660
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.9ms)
1661
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1662
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.4ms)
1663
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1664
+ Completed 200 OK in 39ms (Views: 33.4ms | ActiveRecord: 2.3ms)
1665
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.135274', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.135274')
1666
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.143199', '2010-08-17 13:45:40.143199', 2000)
1667
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1668
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.148781', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:40.148781')
1669
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.156668', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:40.156668')
1670
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.164507', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:40.164507')
1671
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.172882', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:40.172882')
1672
+ Processing by AdminData::SearchController#quick_search as HTML
1673
+ Parameters: {"klass"=>"Article", "query"=>"python"}
1674
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE ((articles.title LIKE '%python%') OR (articles.body LIKE '%python%') OR (articles.body_html LIKE '%python%') OR (articles.short_desc LIKE '%python%') OR (articles.status LIKE '%python%') OR (articles.magazine_type LIKE '%python%') OR (articles.data LIKE '%python%')) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1675
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
1676
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_breadcrum.html.erb (3.3ms)
1677
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_secondary_navigation.html.erb (4.3ms)
1678
+ SQL (0.4ms) SELECT name
1679
+ FROM sqlite_master
1680
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1681
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_sortby.html.erb (0.4ms)
1682
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_search_form.html.erb (3.1ms)
1683
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
1684
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_listing.html.erb (13.1ms)
1685
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/_search_base.html.erb (26.4ms)
1686
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_drop_down_klasses.html.erb (0.2ms)
1687
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_header.html.erb (3.2ms)
1688
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/shared/_powered_by.html.erb (0.1ms)
1689
+ Completed 200 OK in 38ms (Views: 32.7ms | ActiveRecord: 2.3ms)
1690
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.225022', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.225022')
1691
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.232990', '2010-08-17 13:45:40.232990', 2000)
1692
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1693
+ Processing by AdminData::SearchController#advance_search as JS
1694
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on", "col3"=>"invalid_date"}}}
1695
+ Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.6ms)
1696
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.263898', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.263898')
1697
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.271838', '2010-08-17 13:45:40.271838', 2000)
1698
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1699
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.277469', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:40.277469')
1700
+ Processing by AdminData::SearchController#advance_search as JS
1701
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
1702
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%python%') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1703
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (1.3ms)
1704
+ Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 1.1ms)
1705
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.447872', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.447872')
1706
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.455955', '2010-08-17 13:45:40.455955', 2000)
1707
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1708
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.461858', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:40.461858')
1709
+ Processing by AdminData::SearchController#advance_search as JS
1710
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
1711
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%python%') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1712
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.6ms)
1713
+ Completed 200 OK in 14ms (Views: 9.6ms | ActiveRecord: 1.2ms)
1714
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.491306', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.491306')
1715
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.499536', '2010-08-17 13:45:40.499536', 2000)
1716
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1717
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.505317', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'ruby', '2010-08-17 13:45:40.505317')
1718
+ Processing by AdminData::SearchController#advance_search as JS
1719
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
1720
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%python%') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1721
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1722
+ Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 1.0ms)
1723
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.534264', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.534264')
1724
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.542179', '2010-08-17 13:45:40.542179', 2000)
1725
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1726
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.547896', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'ruby', '2010-08-17 13:45:40.547896')
1727
+ Processing by AdminData::SearchController#advance_search as JS
1728
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
1729
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.title IS NULL OR articles.title NOT LIKE '%ruby%') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1730
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1731
+ Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 1.0ms)
1732
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.576626', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.576626')
1733
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.584690', '2010-08-17 13:45:40.584690', 2000)
1734
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1735
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.590481', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:40.590481')
1736
+ Processing by AdminData::SearchController#advance_search as JS
1737
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
1738
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.title IS NULL OR articles.title NOT LIKE '%ruby%') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1739
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1740
+ Completed 200 OK in 13ms (Views: 9.0ms | ActiveRecord: 1.2ms)
1741
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.627526', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.627526')
1742
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.635359', '2010-08-17 13:45:40.635359', 2000)
1743
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1744
+ Processing by AdminData::SearchController#advance_search as JS
1745
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"greater_than", "col3"=>"invalid_integer"}}}
1746
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.6ms)
1747
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.651770', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.651770')
1748
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.659831', '2010-08-17 13:45:40.659831', 2000)
1749
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1750
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.666133', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.666133')
1751
+ Processing by AdminData::SearchController#advance_search as JS
1752
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"greater_than", "col3"=>"101"}}}
1753
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count > 101) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1754
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1755
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.9ms)
1756
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.694009', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.694009')
1757
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.701835', '2010-08-17 13:45:40.701835', 2000)
1758
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1759
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.707545', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.707545')
1760
+ Processing by AdminData::SearchController#advance_search as JS
1761
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"greater_than", "col3"=>"99"}}}
1762
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count > 99) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1763
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1764
+ Completed 200 OK in 13ms (Views: 9.0ms | ActiveRecord: 1.1ms)
1765
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.744298', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.744298')
1766
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.752067', '2010-08-17 13:45:40.752067', 2000)
1767
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1768
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.757765', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.757765')
1769
+ Processing by AdminData::SearchController#advance_search as JS
1770
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"is_equal_to", "col3"=>"101"}}}
1771
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count = 101) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1772
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1773
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.9ms)
1774
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.785889', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.785889')
1775
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.793830', '2010-08-17 13:45:40.793830', 2000)
1776
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1777
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.799489', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.799489')
1778
+ Processing by AdminData::SearchController#advance_search as JS
1779
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"is_equal_to", "col3"=>"100"}}}
1780
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count = 100) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1781
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.6ms)
1782
+ Completed 200 OK in 14ms (Views: 9.9ms | ActiveRecord: 1.2ms)
1783
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.838786', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.838786')
1784
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:40.847173', '2010-08-17 13:45:40.847173', 2000)
1785
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1786
+ Processing by AdminData::SearchController#advance_search as JS
1787
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"is_equal_to", "col3"=>"invalid_integer"}}}
1788
+ Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.7ms)
1789
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:40.998967', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:40.998967')
1790
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.006968', '2010-08-17 13:45:41.006968', 2000)
1791
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1792
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.012844', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'ruby', '2010-08-17 13:45:41.012844')
1793
+ Processing by AdminData::SearchController#advance_search as JS
1794
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"is_exactly", "col3"=>"python"}}}
1795
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.title = 'python') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1796
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1797
+ Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 1.1ms)
1798
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.042376', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.042376')
1799
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.050478', '2010-08-17 13:45:41.050478', 2000)
1800
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1801
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.056219', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:41.056219')
1802
+ Processing by AdminData::SearchController#advance_search as JS
1803
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"title", "col2"=>"is_exactly", "col3"=>"python"}}}
1804
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.title = 'python') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1805
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.6ms)
1806
+ Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 1.1ms)
1807
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.093970', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.093970')
1808
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.101925', '2010-08-17 13:45:41.101925', 2000)
1809
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1810
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('t', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.107675', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.107675')
1811
+ Processing by AdminData::SearchController#advance_search as JS
1812
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"approved", "col2"=>"is_false"}}}
1813
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.approved = 'f') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1814
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1815
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 1.0ms)
1816
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.136330', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.136330')
1817
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.144352', '2010-08-17 13:45:41.144352', 2000)
1818
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1819
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.150128', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.150128')
1820
+ Processing by AdminData::SearchController#advance_search as JS
1821
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"approved", "col2"=>"is_false"}}}
1822
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.approved = 'f') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1823
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1824
+ Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 1.1ms)
1825
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.187499', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.187499')
1826
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.195464', '2010-08-17 13:45:41.195464', 2000)
1827
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1828
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.201102', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', NULL, 'this is a dummy title', '2010-08-17 13:45:41.201102')
1829
+ Processing by AdminData::SearchController#advance_search as JS
1830
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"status", "col2"=>"is_not_null"}}}
1831
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.status IS NOT NULL) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1832
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1833
+ Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.9ms)
1834
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.228782', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.228782')
1835
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.236696', '2010-08-17 13:45:41.236696', 2000)
1836
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1837
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.242424', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'something', 'this is a dummy title', '2010-08-17 13:45:41.242424')
1838
+ Processing by AdminData::SearchController#advance_search as JS
1839
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"status", "col2"=>"is_not_null"}}}
1840
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.status IS NOT NULL) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1841
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1842
+ Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 1.1ms)
1843
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.279041', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.279041')
1844
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.286850', '2010-08-17 13:45:41.286850', 2000)
1845
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1846
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.292590', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'something', 'this is a dummy title', '2010-08-17 13:45:41.292590')
1847
+ Processing by AdminData::SearchController#advance_search as JS
1848
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"status", "col2"=>"is_null"}}}
1849
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.status IS NULL) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1850
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1851
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.9ms)
1852
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.320466', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.320466')
1853
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.328382', '2010-08-17 13:45:41.328382', 2000)
1854
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1855
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.334118', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', NULL, 'this is a dummy title', '2010-08-17 13:45:41.334118')
1856
+ Processing by AdminData::SearchController#advance_search as JS
1857
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"status", "col2"=>"is_null"}}}
1858
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.status IS NULL) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1859
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1860
+ Completed 200 OK in 13ms (Views: 8.9ms | ActiveRecord: 1.1ms)
1861
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.370725', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.370725')
1862
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.378804', '2010-08-17 13:45:41.378804', 2000)
1863
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1864
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.384520', NULL, 1, NULL, NULL, '2010-08-17 13:45:41.382904', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.384520')
1865
+ Processing by AdminData::SearchController#advance_search as JS
1866
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on", "col3"=>"17-August-2009"}}}
1867
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at >= '2009-08-17 04:00:00.000000' AND articles.published_at < '2009-08-18 03:59:59.999999') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1868
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.8ms)
1869
+ Completed 200 OK in 8ms (Views: 3.8ms | ActiveRecord: 1.0ms)
1870
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.571339', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.571339')
1871
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.579478', '2010-08-17 13:45:41.579478', 2000)
1872
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1873
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.585333', NULL, 1, NULL, NULL, '2010-08-17 13:45:41.583676', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.585333')
1874
+ Processing by AdminData::SearchController#advance_search as JS
1875
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on", "col3"=>"17-August-2010"}}}
1876
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at >= '2010-08-17 04:00:00.000000' AND articles.published_at < '2010-08-18 03:59:59.999999') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1877
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.6ms)
1878
+ Completed 200 OK in 15ms (Views: 9.9ms | ActiveRecord: 1.2ms)
1879
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.624759', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.624759')
1880
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.632781', '2010-08-17 13:45:41.632781', 2000)
1881
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1882
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.638605', NULL, 1, NULL, NULL, '2010-08-17 13:45:41.636939', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.638605')
1883
+ Processing by AdminData::SearchController#advance_search as JS
1884
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_after_date", "col3"=>"17-September-2010"}}}
1885
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at >= '2010-09-17 04:00:00.000000') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1886
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.8ms)
1887
+ Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 1.0ms)
1888
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.669159', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.669159')
1889
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.677021', '2010-08-17 13:45:41.677021', 2000)
1890
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1891
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.682689', NULL, 1, NULL, NULL, '2010-08-17 13:45:41.681068', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.682689')
1892
+ Processing by AdminData::SearchController#advance_search as JS
1893
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_after_date", "col3"=>"17-July-2010"}}}
1894
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at >= '2010-07-17 04:00:00.000000') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1895
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.6ms)
1896
+ Completed 200 OK in 14ms (Views: 9.7ms | ActiveRecord: 1.1ms)
1897
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.722482', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.722482')
1898
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.730259', '2010-08-17 13:45:41.730259', 2000)
1899
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1900
+ Processing by AdminData::SearchController#advance_search as JS
1901
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_after_date", "col3"=>"invalid_date"}}}
1902
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.6ms)
1903
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.746995', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.746995')
1904
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.754958', '2010-08-17 13:45:41.754958', 2000)
1905
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1906
+ Processing by AdminData::SearchController#advance_search as JS
1907
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_before_date", "col3"=>"17-August-2009"}}}
1908
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at <= '2009-08-18 03:59:59.999999') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1909
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1910
+ Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.8ms)
1911
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.782548', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.782548')
1912
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.791174', '2010-08-17 13:45:41.791174', 2000)
1913
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1914
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.797036', NULL, 1, NULL, NULL, '2010-08-17 13:45:41.795390', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.797036')
1915
+ Processing by AdminData::SearchController#advance_search as JS
1916
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_before_date", "col3"=>"17-September-2010"}}}
1917
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.published_at <= '2010-09-18 03:59:59.999999') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1918
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1919
+ Completed 200 OK in 14ms (Views: 9.1ms | ActiveRecord: 1.2ms)
1920
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.835724', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.835724')
1921
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.843563', '2010-08-17 13:45:41.843563', 2000)
1922
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1923
+ Processing by AdminData::SearchController#advance_search as JS
1924
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"published_at", "col2"=>"is_on_or_before_date", "col3"=>"invalid_date"}}}
1925
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.6ms)
1926
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.859994', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.859994')
1927
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.867761', '2010-08-17 13:45:41.867761', 2000)
1928
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1929
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.873633', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.873633')
1930
+ Processing by AdminData::SearchController#advance_search as JS
1931
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"approved", "col2"=>"is_true"}}}
1932
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.approved = 't') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1933
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1934
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 1.0ms)
1935
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.901403', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.901403')
1936
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.909262', '2010-08-17 13:45:41.909262', 2000)
1937
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1938
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('t', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.914858', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.914858')
1939
+ Processing by AdminData::SearchController#advance_search as JS
1940
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"approved", "col2"=>"is_true"}}}
1941
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.approved = 't') ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1942
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1943
+ Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 1.1ms)
1944
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.951793', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.951793')
1945
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:41.959676', '2010-08-17 13:45:41.959676', 2000)
1946
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1947
+ Processing by AdminData::SearchController#advance_search as JS
1948
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"less_than", "col3"=>"invalid_integer"}}}
1949
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.6ms)
1950
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:41.976420', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:41.976420')
1951
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.131360', '2010-08-17 13:45:42.131360', 2000)
1952
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1953
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.137225', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.137225')
1954
+ Processing by AdminData::SearchController#advance_search as JS
1955
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"less_than", "col3"=>"99"}}}
1956
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count < 99) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1957
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
1958
+ Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 1.0ms)
1959
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.166218', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.166218')
1960
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.174174', '2010-08-17 13:45:42.174174', 2000)
1961
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1962
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.179891', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.179891')
1963
+ Processing by AdminData::SearchController#advance_search as JS
1964
+ Parameters: {"klass"=>"article", "adv_search"=>{"2_row"=>{"col1"=>"hits_count", "col2"=>"less_than", "col3"=>"101"}}}
1965
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.hits_count < 101) ORDER BY articles.article_id desc LIMIT 50 OFFSET 0
1966
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1967
+ Completed 200 OK in 13ms (Views: 9.2ms | ActiveRecord: 1.1ms)
1968
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.217660', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.217660')
1969
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.225545', '2010-08-17 13:45:42.225545', 2000)
1970
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.233598', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.233598')
1971
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.241419', '2010-08-17 13:45:42.241419', 2000)
1972
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.249354', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.249354')
1973
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.257370', '2010-08-17 13:45:42.257370', 2000)
1974
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.265662', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.265662')
1975
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.273533', '2010-08-17 13:45:42.273533', 2000)
1976
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.281418', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.281418')
1977
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.289166', '2010-08-17 13:45:42.289166', 2000)
1978
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.297518', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.297518')
1979
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.305466', '2010-08-17 13:45:42.305466', 2000)
1980
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1981
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.311055', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:42.311055')
1982
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.318812', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:42.318812')
1983
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.326525', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:42.326525')
1984
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.334636', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:42.334636')
1985
+ Processing by AdminData::SearchController#advance_search as JS
1986
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"clojure"}}}
1987
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%clojure%') ORDER BY article_id desc LIMIT 50 OFFSET 0
1988
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
1989
+ Completed 200 OK in 13ms (Views: 8.9ms | ActiveRecord: 4.3ms)
1990
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.371614', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.371614')
1991
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.379281', '2010-08-17 13:45:42.379281', 2000)
1992
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
1993
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.384735', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:42.384735')
1994
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.392588', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:42.392588')
1995
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.400402', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:42.400402')
1996
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.408466', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:42.408466')
1997
+ Processing by AdminData::SearchController#advance_search as JS
1998
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"clojure"}}}
1999
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%clojure%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2000
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
2001
+ Completed 200 OK in 12ms (Views: 8.7ms | ActiveRecord: 1.5ms)
2002
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.436092', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.436092')
2003
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.443849', '2010-08-17 13:45:42.443849', 2000)
2004
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2005
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.449306', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:42.449306')
2006
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.457016', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:42.457016')
2007
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.464739', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:42.464739')
2008
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.472750', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:42.472750')
2009
+ Processing by AdminData::SearchController#advance_search as JS
2010
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
2011
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%python%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2012
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2013
+ Completed 200 OK in 18ms (Views: 14.2ms | ActiveRecord: 1.6ms)
2014
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.517832', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.517832')
2015
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.525570', '2010-08-17 13:45:42.525570', 2000)
2016
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2017
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.531151', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:42.531151')
2018
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.539051', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:42.539051')
2019
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.546729', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:42.546729')
2020
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.554765', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:42.554765')
2021
+ Processing by AdminData::SearchController#advance_search as JS
2022
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
2023
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.title LIKE '%python%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2024
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2025
+ Completed 200 OK in 168ms (Views: 163.9ms | ActiveRecord: 1.7ms)
2026
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.738263', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.738263')
2027
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.746261', '2010-08-17 13:45:42.746261', 2000)
2028
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2029
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.752086', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.752086')
2030
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.760114', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.760114')
2031
+ Processing by AdminData::SearchController#advance_search as JS
2032
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"delete"}
2033
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2034
+ SQL (0.1ms) DELETE FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2035
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 1.2ms)
2036
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
2037
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.782250', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.782250')
2038
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.790153', '2010-08-17 13:45:42.790153', 2000)
2039
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2040
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.796062', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.796062')
2041
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.804413', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.804413')
2042
+ Processing by AdminData::SearchController#advance_search as JS
2043
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"delete"}
2044
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2045
+ SQL (0.1ms) DELETE FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2046
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 1.4ms)
2047
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.825273', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.825273')
2048
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.834888', '2010-08-17 13:45:42.834888', 2000)
2049
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2050
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.840958', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.840958')
2051
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.849387', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.849387')
2052
+ Processing by AdminData::SearchController#advance_search as JS
2053
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"delete"}
2054
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2055
+ SQL (0.1ms) DELETE FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2056
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 1.3ms)
2057
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.870515', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.870515')
2058
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.878853', '2010-08-17 13:45:42.878853', 2000)
2059
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2060
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.885305', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.885305')
2061
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.894642', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.894642')
2062
+ Processing by AdminData::SearchController#advance_search as JS
2063
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"delete"}
2064
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2065
+ SQL (0.1ms) DELETE FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2066
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 1.3ms)
2067
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.917829', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.917829')
2068
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.926546', '2010-08-17 13:45:42.926546', 2000)
2069
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2070
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.932358', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.932358')
2071
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.940546', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.940546')
2072
+ Processing by AdminData::SearchController#advance_search as JS
2073
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"destroy"}
2074
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2075
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc LIKE '%ruby%') AND ("articles"."article_id" >= 0) ORDER BY articles.article_id ASC LIMIT 1000
2076
+ Comment Load (0.2ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 2)
2077
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 2)
2078
+ Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 1.8ms)
2079
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles"
2080
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.969488', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:42.969488')
2081
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:42.977438', '2010-08-17 13:45:42.977438', 2000)
2082
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2083
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.982976', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:42.982976')
2084
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:42.990744', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:42.990744')
2085
+ Processing by AdminData::SearchController#advance_search as JS
2086
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"destroy"}
2087
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2088
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc LIKE '%ruby%') AND ("articles"."article_id" >= 0) ORDER BY articles.article_id ASC LIMIT 1000
2089
+ Comment Load (0.2ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 2)
2090
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 2)
2091
+ Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 1.9ms)
2092
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.017256', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.017256')
2093
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.025155', '2010-08-17 13:45:43.025155', 2000)
2094
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2095
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.030851', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.030851')
2096
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.038628', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.038628')
2097
+ Processing by AdminData::SearchController#advance_search as JS
2098
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"destroy"}
2099
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2100
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc LIKE '%ruby%') AND ("articles"."article_id" >= 0) ORDER BY articles.article_id ASC LIMIT 1000
2101
+ Comment Load (0.1ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 2)
2102
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 2)
2103
+ Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 1.6ms)
2104
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.065225', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.065225')
2105
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.073067', '2010-08-17 13:45:43.073067', 2000)
2106
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2107
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.078666', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.078666')
2108
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.086502', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.086502')
2109
+ Processing by AdminData::SearchController#advance_search as JS
2110
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"contains", "col3"=>"ruby"}}, "admin_data_advance_search_action_type"=>"destroy"}
2111
+ SQL (0.2ms) SELECT COUNT(*) AS count_id FROM "articles" WHERE (articles.short_desc LIKE '%ruby%')
2112
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc LIKE '%ruby%') AND ("articles"."article_id" >= 0) ORDER BY articles.article_id ASC LIMIT 1000
2113
+ Comment Load (0.1ms) SELECT "comments"."id", "comments"."article_id", "comments"."body", "comments"."body_html", "comments"."author_name", "comments"."author_website", "comments"."posted_by_admin", "comments"."created_at", "comments"."updated_at" FROM "comments" WHERE ("comments".article_id = 2)
2114
+ SQL (0.1ms) DELETE FROM "articles" WHERE ("articles"."article_id" = 2)
2115
+ Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 1.6ms)
2116
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.112725', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.112725')
2117
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.120594', '2010-08-17 13:45:43.120594', 2000)
2118
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2119
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.126157', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.126157')
2120
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.134063', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.134063')
2121
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.141792', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.141792')
2122
+ Processing by AdminData::SearchController#advance_search as JS
2123
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2124
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2125
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
2126
+ Completed 200 OK in 170ms (Views: 165.9ms | ActiveRecord: 1.6ms)
2127
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.338673', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.338673')
2128
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.346755', '2010-08-17 13:45:43.346755', 2000)
2129
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2130
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.352565', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.352565')
2131
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.360570', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.360570')
2132
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.368382', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.368382')
2133
+ Processing by AdminData::SearchController#advance_search as JS
2134
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2135
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2136
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
2137
+ Completed 200 OK in 19ms (Views: 14.3ms | ActiveRecord: 1.6ms)
2138
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.415921', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.415921')
2139
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.423952', '2010-08-17 13:45:43.423952', 2000)
2140
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2141
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.429642', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.429642')
2142
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.437510', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.437510')
2143
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.445364', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.445364')
2144
+ Processing by AdminData::SearchController#advance_search as JS
2145
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2146
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2147
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
2148
+ Completed 200 OK in 19ms (Views: 14.3ms | ActiveRecord: 1.6ms)
2149
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.492464', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.492464')
2150
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.500460', '2010-08-17 13:45:43.500460', 2000)
2151
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2152
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.506208', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.506208')
2153
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.513981', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.513981')
2154
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.521708', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.521708')
2155
+ Processing by AdminData::SearchController#advance_search as JS
2156
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2157
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2158
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.4ms)
2159
+ Completed 200 OK in 18ms (Views: 13.9ms | ActiveRecord: 1.6ms)
2160
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.555111', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.555111')
2161
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.562891', '2010-08-17 13:45:43.562891', 2000)
2162
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2163
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.568826', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.568826')
2164
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.576575', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.576575')
2165
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.584240', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.584240')
2166
+ Processing by AdminData::SearchController#advance_search as JS
2167
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2168
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2169
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2170
+ Completed 200 OK in 18ms (Views: 14.0ms | ActiveRecord: 1.5ms)
2171
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.629385', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.629385')
2172
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.637152', '2010-08-17 13:45:43.637152', 2000)
2173
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2174
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.642734', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.642734')
2175
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.650457', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.650457')
2176
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.658020', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.658020')
2177
+ Processing by AdminData::SearchController#advance_search as JS
2178
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2179
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2180
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2181
+ Completed 200 OK in 18ms (Views: 14.1ms | ActiveRecord: 1.5ms)
2182
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.853552', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.853552')
2183
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.861656', '2010-08-17 13:45:43.861656', 2000)
2184
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2185
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.867513', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.867513')
2186
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.875593', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.875593')
2187
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.883628', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.883628')
2188
+ Processing by AdminData::SearchController#advance_search as JS
2189
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2190
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2191
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2192
+ Completed 200 OK in 19ms (Views: 14.7ms | ActiveRecord: 1.6ms)
2193
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.930874', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.930874')
2194
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:43.939013', '2010-08-17 13:45:43.939013', 2000)
2195
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2196
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.944736', NULL, 1, NULL, NULL, NULL, 'ruby', 'published', 'this is a dummy title', '2010-08-17 13:45:43.944736')
2197
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.952626', NULL, 1, NULL, NULL, NULL, 'rails', 'published', 'this is a dummy title', '2010-08-17 13:45:43.952626')
2198
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.960453', NULL, 1, NULL, NULL, NULL, NULL, 'published', 'this is a dummy title', '2010-08-17 13:45:43.960453')
2199
+ Processing by AdminData::SearchController#advance_search as JS
2200
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"short_desc", "col2"=>"does_not_contain", "col3"=>"ruby"}}}
2201
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE (articles.short_desc IS NULL OR articles.short_desc NOT LIKE '%ruby%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2202
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2203
+ Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 1.6ms)
2204
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:43.994545', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:43.994545')
2205
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.002499', '2010-08-17 13:45:44.002499', 2000)
2206
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2207
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.008159', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.008159')
2208
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.015916', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.015916')
2209
+ Processing by AdminData::SearchController#advance_search as JS
2210
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>nil, "col3"=>nil}}}
2211
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 50 OFFSET 0
2212
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2213
+ Completed 200 OK in 19ms (Views: 14.5ms | ActiveRecord: 1.4ms)
2214
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.061455', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.061455')
2215
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.069295', '2010-08-17 13:45:44.069295', 2000)
2216
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2217
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.074824', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.074824')
2218
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.082712', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.082712')
2219
+ Processing by AdminData::SearchController#advance_search as JS
2220
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>nil, "col3"=>nil}}}
2221
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 50 OFFSET 0
2222
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2223
+ Completed 200 OK in 18ms (Views: 14.3ms | ActiveRecord: 1.4ms)
2224
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.115879', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.115879')
2225
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.123852', '2010-08-17 13:45:44.123852', 2000)
2226
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2227
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.129410', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.129410')
2228
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.137125', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.137125')
2229
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.144802', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:44.144802')
2230
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.152840', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:44.152840')
2231
+ Processing by AdminData::SearchController#advance_search as JS
2232
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>""}}}
2233
+ Article Load (0.7ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 50 OFFSET 0
2234
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2235
+ Completed 200 OK in 28ms (Views: 24.1ms | ActiveRecord: 1.8ms)
2236
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.364893', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.364893')
2237
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.372864', '2010-08-17 13:45:44.372864', 2000)
2238
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2239
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.378508', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.378508')
2240
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.386556', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.386556')
2241
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.394488', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:44.394488')
2242
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.402522', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:44.402522')
2243
+ Processing by AdminData::SearchController#advance_search as JS
2244
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>""}}}
2245
+ Article Load (0.7ms) SELECT "articles".* FROM "articles" ORDER BY article_id desc LIMIT 50 OFFSET 0
2246
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.7ms)
2247
+ Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 1.9ms)
2248
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.447624', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.447624')
2249
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.455585', '2010-08-17 13:45:44.455585', 2000)
2250
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2251
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.461240', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.461240')
2252
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'for beginners', 'for beginners', '2010-08-17 13:45:44.469185', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.469185')
2253
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.477020', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:44.477020')
2254
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'not for beginners', 'not for beginners', '2010-08-17 13:45:44.485215', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:44.485215')
2255
+ Processing by AdminData::SearchController#advance_search as JS
2256
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"2_row"=>{"col1"=>"body", "col2"=>"contains", "col3"=>"beginners"}, "1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
2257
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.body LIKE '%beginners%') AND (articles.title LIKE '%python%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2258
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
2259
+ Completed 200 OK in 13ms (Views: 9.0ms | ActiveRecord: 1.6ms)
2260
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.523644', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.523644')
2261
+ SQL (0.2ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.531844', '2010-08-17 13:45:44.531844', 2000)
2262
+ SQL (0.1ms) DELETE FROM "articles" WHERE 1=1
2263
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.537447', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python', '2010-08-17 13:45:44.537447')
2264
+ SQL (0.1ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'for beginners', 'for beginners', '2010-08-17 13:45:44.545306', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'python for beginners', '2010-08-17 13:45:44.545306')
2265
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.553103', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'java', '2010-08-17 13:45:44.553103')
2266
+ SQL (0.2ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'not for beginners', 'not for beginners', '2010-08-17 13:45:44.561271', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'clojure', '2010-08-17 13:45:44.561271')
2267
+ Processing by AdminData::SearchController#advance_search as JS
2268
+ Parameters: {"klass"=>"article", "sortby"=>"article_id desc", "adv_search"=>{"2_row"=>{"col1"=>"body", "col2"=>"contains", "col3"=>"beginners"}, "1_row"=>{"col1"=>"title", "col2"=>"contains", "col3"=>"python"}}}
2269
+ Article Load (0.4ms) SELECT "articles".* FROM "articles" WHERE (articles.body LIKE '%beginners%') AND (articles.title LIKE '%python%') ORDER BY article_id desc LIMIT 50 OFFSET 0
2270
+ Rendered /Users/nsingh/dev/admin_data/app/views/admin_data/search/search/_title.html.erb (0.5ms)
2271
+ Completed 200 OK in 13ms (Views: 8.8ms | ActiveRecord: 1.6ms)
2272
+ SQL (0.3ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.593215', '2010-08-17 13:45:44.593215', 2000)
2273
+ SQL (0.4ms) INSERT INTO "cars" ("brand", "created_at", "updated_at", "year") VALUES ('bmw', '2010-08-17 13:45:44.784303', '2010-08-17 13:45:44.784303', 2000)
2274
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.794032', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.794032')
2275
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.806301', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.806301')
2276
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.814922', 'f', '2010-08-17 13:45:44.814922')
2277
+ SQL (0.5ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.824529', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.824529')
2278
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.836720', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.836720')
2279
+ SQL (0.2ms) INSERT INTO "comments" ("article_id", "author_name", "author_website", "body", "body_html", "created_at", "posted_by_admin", "updated_at") VALUES (1, 'this is dummy author name', 'http://www.example.org', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.845714', 'f', '2010-08-17 13:45:44.845714')
2280
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.861369', NULL, 1, NULL, NULL, '1999-08-31 04:00:00.000000', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.861369')
2281
+ SQL (0.6ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.880313', NULL, 1, NULL, NULL, '1999-08-31 05:23:45.000000', 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.880313')
2282
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.894567', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.894567')
2283
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.907155', NULL, 100, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.907155')
2284
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.921335', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a very very very long long long title', '2010-08-17 13:45:44.921335')
2285
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.932601', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.932601')
2286
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.944555', '---
2287
+ :key: 123456789
2288
+ ', 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a dummy title', '2010-08-17 13:45:44.944555')
2289
+ SQL (0.4ms) INSERT INTO "articles" ("approved", "body", "body_html", "created_at", "data", "hits_count", "magazine_id", "magazine_type", "published_at", "short_desc", "status", "title", "updated_at") VALUES ('f', 'this is a dummy body', 'this is a dummy body', '2010-08-17 13:45:44.956669', NULL, 1, NULL, NULL, NULL, 'this is a dummy short_desc', 'published', 'this is a very very very long long long title', '2010-08-17 13:45:44.956669')