csv_rails 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,37 +1,289 @@
1
- SQL (0.3ms)  SELECT name
1
+ SQL (0.2ms)  SELECT name
2
+ FROM sqlite_master
3
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
+ 
5
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.799639', '2012-03-25 03:34:44.799639')
6
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:34:44.811482', '2012-03-25 03:34:44.811482')
7
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.813458', '2012-03-25 03:34:44.813458')
8
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.815282', '2012-03-25 03:34:44.815282')
9
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.817016', '2012-03-25 03:34:44.817016')
10
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.819655', '2012-03-25 03:34:44.819655')
11
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.821448', '2012-03-25 03:34:44.821448')
12
+ User Load (0.2ms) SELECT "users".* FROM "users"
13
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.829228', '2012-03-25 03:34:44.829228')
14
+ User Load (0.2ms) SELECT "users".* FROM "users"
15
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.832590', '2012-03-25 03:34:44.832590')
16
+ User Load (0.2ms) SELECT "users".* FROM "users"
17
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.836792', '2012-03-25 03:34:44.836792')
18
+ User Load (0.2ms) SELECT "users".* FROM "users"
19
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.839987', '2012-03-25 03:34:44.839987')
20
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:34:44.841176', '2012-03-25 03:34:44.841176')
21
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
22
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:34:44.843500', '2012-03-25 03:34:44.843500')
23
+ SQL (0.1ms) SELECT name
24
+ FROM sqlite_master
25
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
26
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 03:34:44.846788', '2012-03-25 03:34:44.846788')
27
+ User Load (0.2ms) SELECT "users".* FROM "users"
28
+ Processing by UsersController#index as CSV
29
+ User Load (0.2ms) SELECT "users".* FROM "users"
30
+ Rendered text template (0.0ms)
31
+ Sent data (2.1ms)
32
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 5.4ms)
33
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 03:34:44.888601', '2012-03-25 03:34:44.888601')
34
+ User Load (0.2ms) SELECT "users".* FROM "users"
35
+ Processing by UsersController#sjis as CSV
36
+ User Load (0.4ms) SELECT "users".* FROM "users"
37
+ Sent data (0.6ms)
38
+ Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.8ms)
39
+ SQL (0.2ms)  SELECT name
40
+ FROM sqlite_master
41
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
42
+ 
43
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.122742', '2012-03-25 03:35:52.122742')
44
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:35:52.132537', '2012-03-25 03:35:52.132537')
45
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.134031', '2012-03-25 03:35:52.134031')
46
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.135568', '2012-03-25 03:35:52.135568')
47
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.137351', '2012-03-25 03:35:52.137351')
48
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.139817', '2012-03-25 03:35:52.139817')
49
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.141506', '2012-03-25 03:35:52.141506')
50
+ User Load (0.3ms) SELECT "users".* FROM "users"
51
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.151224', '2012-03-25 03:35:52.151224')
52
+ User Load (0.1ms) SELECT "users".* FROM "users"
53
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.154685', '2012-03-25 03:35:52.154685')
54
+ User Load (0.1ms) SELECT "users".* FROM "users"
55
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.157876', '2012-03-25 03:35:52.157876')
56
+ User Load (0.1ms) SELECT "users".* FROM "users"
57
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.160162', '2012-03-25 03:35:52.160162')
58
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:35:52.161079', '2012-03-25 03:35:52.161079')
59
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
60
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:35:52.163104', '2012-03-25 03:35:52.163104')
61
+ SQL (0.1ms) SELECT name
62
+ FROM sqlite_master
63
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
64
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 03:35:52.165561', '2012-03-25 03:35:52.165561')
65
+ User Load (0.1ms) SELECT "users".* FROM "users"
66
+ Processing by UsersController#index as CSV
67
+ User Load (0.2ms) SELECT "users".* FROM "users"
68
+ Rendered text template (0.0ms)
69
+ Sent data (1.9ms)
70
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 4.5ms)
71
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 03:35:52.202949', '2012-03-25 03:35:52.202949')
72
+ User Load (0.2ms) SELECT "users".* FROM "users"
73
+ Processing by UsersController#sjis as CSV
74
+ User Load (0.2ms) SELECT "users".* FROM "users"
75
+ Sent data (0.3ms)
76
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.6ms)
77
+ SQL (0.2ms)  SELECT name
78
+ FROM sqlite_master
79
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
80
+ 
81
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.110988', '2012-03-25 03:36:14.110988')
82
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:36:14.121200', '2012-03-25 03:36:14.121200')
83
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.122767', '2012-03-25 03:36:14.122767')
84
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.124766', '2012-03-25 03:36:14.124766')
85
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.126548', '2012-03-25 03:36:14.126548')
86
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.129422', '2012-03-25 03:36:14.129422')
87
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.130997', '2012-03-25 03:36:14.130997')
88
+ User Load (0.2ms) SELECT "users".* FROM "users"
89
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.138848', '2012-03-25 03:36:14.138848')
90
+ User Load (0.1ms) SELECT "users".* FROM "users"
91
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.141740', '2012-03-25 03:36:14.141740')
92
+ User Load (0.2ms) SELECT "users".* FROM "users"
93
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.145148', '2012-03-25 03:36:14.145148')
94
+ User Load (0.1ms) SELECT "users".* FROM "users"
95
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.147631', '2012-03-25 03:36:14.147631')
96
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:36:14.148559', '2012-03-25 03:36:14.148559')
97
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
98
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:36:14.150407', '2012-03-25 03:36:14.150407')
99
+ SQL (0.1ms) SELECT name
100
+ FROM sqlite_master
101
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
102
+ SQL (0.2ms)  SELECT name
2
103
  FROM sqlite_master
3
104
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
4
105
  
5
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.814576', '2012-03-25 01:31:56.814576')
6
- AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 01:31:56.852509', '2012-03-25 01:31:56.852509')
7
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.854273', '2012-03-25 01:31:56.854273')
8
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.855837', '2012-03-25 01:31:56.855837')
9
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.857267', '2012-03-25 01:31:56.857267')
10
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.858754', '2012-03-25 01:31:56.858754')
11
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.860215', '2012-03-25 01:31:56.860215')
106
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.734785', '2012-03-25 03:37:08.734785')
107
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:37:08.744058', '2012-03-25 03:37:08.744058')
108
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.745475', '2012-03-25 03:37:08.745475')
109
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.746846', '2012-03-25 03:37:08.746846')
110
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.748143', '2012-03-25 03:37:08.748143')
111
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.750079', '2012-03-25 03:37:08.750079')
112
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.751371', '2012-03-25 03:37:08.751371')
12
113
  SQL (0.2ms)  SELECT name
13
114
  FROM sqlite_master
14
115
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
15
116
  
16
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.862516', '2012-03-25 01:31:56.862516')
117
+ User Load (0.2ms) SELECT "users".* FROM "users"
118
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.758550', '2012-03-25 03:37:08.758550')
119
+ SQL (0.1ms) SELECT name
120
+ FROM sqlite_master
121
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
122
+ User Load (0.1ms) SELECT "users".* FROM "users"
123
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.761773', '2012-03-25 03:37:08.761773')
124
+ SQL (0.1ms)  SELECT name
125
+ FROM sqlite_master
126
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
127
+ 
128
+ User Load (0.1ms) SELECT "users".* FROM "users"
129
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.765418', '2012-03-25 03:37:08.765418')
130
+ SQL (0.1ms) SELECT name
131
+ FROM sqlite_master
132
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
133
+ User Load (0.1ms) SELECT "users".* FROM "users"
134
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.768771', '2012-03-25 03:37:08.768771')
135
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:37:08.770072', '2012-03-25 03:37:08.770072')
136
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
137
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:08.772315', '2012-03-25 03:37:08.772315')
138
+ SQL (0.1ms) SELECT name
139
+ FROM sqlite_master
140
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
141
+ SQL (0.1ms)  SELECT name
142
+ FROM sqlite_master
143
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
144
+ 
145
+ SQL (0.3ms)  SELECT name
146
+ FROM sqlite_master
147
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
148
+ 
149
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.497177', '2012-03-25 03:37:17.497177')
150
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:37:17.507846', '2012-03-25 03:37:17.507846')
151
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.509322', '2012-03-25 03:37:17.509322')
152
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.510675', '2012-03-25 03:37:17.510675')
153
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.511922', '2012-03-25 03:37:17.511922')
154
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.513817', '2012-03-25 03:37:17.513817')
155
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.515024', '2012-03-25 03:37:17.515024')
156
+ SQL (0.1ms)  SELECT name
157
+ FROM sqlite_master
158
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
159
+ 
160
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.516609', '2012-03-25 03:37:17.516609')
17
161
  SQL (0.1ms)  SELECT name
18
162
  FROM sqlite_master
19
163
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
20
164
  
21
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.864308', '2012-03-25 01:31:56.864308')
165
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.518152', '2012-03-25 03:37:17.518152')
166
+ SQL (0.2ms)  SELECT name
167
+ FROM sqlite_master
168
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
169
+ 
170
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.520270', '2012-03-25 03:37:17.520270')
22
171
  SQL (0.1ms)  SELECT name
23
172
  FROM sqlite_master
24
173
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
25
174
  
26
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.865823', '2012-03-25 01:31:56.865823')
175
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.522168', '2012-03-25 03:37:17.522168')
176
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:37:17.523029', '2012-03-25 03:37:17.523029')
177
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
178
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:37:17.524880', '2012-03-25 03:37:17.524880')
179
+ SQL (0.1ms) SELECT name
180
+ FROM sqlite_master
181
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
182
+ SQL (0.2ms)  SELECT name
183
+ FROM sqlite_master
184
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
185
+ 
186
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.658631', '2012-03-25 03:38:23.658631')
187
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:38:23.667771', '2012-03-25 03:38:23.667771')
188
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.669270', '2012-03-25 03:38:23.669270')
189
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.670572', '2012-03-25 03:38:23.670572')
190
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.671833', '2012-03-25 03:38:23.671833')
191
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.673750', '2012-03-25 03:38:23.673750')
192
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.675021', '2012-03-25 03:38:23.675021')
193
+ User Load (0.2ms) SELECT "users".* FROM "users"
194
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.682008', '2012-03-25 03:38:23.682008')
195
+ User Load (0.1ms) SELECT "users".* FROM "users"
196
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.684796', '2012-03-25 03:38:23.684796')
197
+ User Load (0.1ms) SELECT "users".* FROM "users"
198
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.687948', '2012-03-25 03:38:23.687948')
199
+ User Load (0.3ms) SELECT "users".* FROM "users"
200
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.690690', '2012-03-25 03:38:23.690690')
201
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:38:23.691626', '2012-03-25 03:38:23.691626')
202
+ SQL (0.1ms) SELECT name
203
+ FROM sqlite_master
204
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
205
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
206
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:38:23.693759', '2012-03-25 03:38:23.693759')
27
207
  SQL (0.1ms)  SELECT name
28
208
  FROM sqlite_master
29
209
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
30
210
  
31
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.867274', '2012-03-25 01:31:56.867274')
32
- AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 01:31:56.868173', '2012-03-25 01:31:56.868173')
33
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
34
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:31:56.870151', '2012-03-25 01:31:56.870151')
211
+ SQL (0.3ms)  SELECT name
212
+ FROM sqlite_master
213
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
214
+ 
215
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.107235', '2012-03-25 03:39:03.107235')
216
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:39:03.118918', '2012-03-25 03:39:03.118918')
217
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.120379', '2012-03-25 03:39:03.120379')
218
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.121686', '2012-03-25 03:39:03.121686')
219
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.122908', '2012-03-25 03:39:03.122908')
220
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.124756', '2012-03-25 03:39:03.124756')
221
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.126020', '2012-03-25 03:39:03.126020')
222
+ User Load (0.2ms) SELECT "users".* FROM "users"
223
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.132043', '2012-03-25 03:39:03.132043')
224
+ User Load (0.1ms) SELECT "users".* FROM "users"
225
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.134668', '2012-03-25 03:39:03.134668')
226
+ User Load (0.1ms) SELECT "users".* FROM "users"
227
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.138014', '2012-03-25 03:39:03.138014')
228
+ User Load (0.1ms) SELECT "users".* FROM "users"
229
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.140414', '2012-03-25 03:39:03.140414')
230
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:39:03.141307', '2012-03-25 03:39:03.141307')
231
+ SQL (0.1ms) SELECT name
232
+ FROM sqlite_master
233
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
234
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:03.142648', '2012-03-25 03:39:03.142648')
235
+ SQL (0.1ms) SELECT name
236
+ FROM sqlite_master
237
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
238
+ SQL (0.2ms)  SELECT name
239
+ FROM sqlite_master
240
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
241
+ 
242
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.801867', '2012-03-25 03:39:18.801867')
243
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:39:18.812843', '2012-03-25 03:39:18.812843')
244
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.814775', '2012-03-25 03:39:18.814775')
245
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.816633', '2012-03-25 03:39:18.816633')
246
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.818204', '2012-03-25 03:39:18.818204')
247
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.820364', '2012-03-25 03:39:18.820364')
248
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.821801', '2012-03-25 03:39:18.821801')
249
+ User Load (0.2ms) SELECT "users".* FROM "users"
250
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.827924', '2012-03-25 03:39:18.827924')
251
+ User Load (0.1ms) SELECT "users".* FROM "users"
252
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.830809', '2012-03-25 03:39:18.830809')
253
+ User Load (0.1ms) SELECT "users".* FROM "users"
254
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.834091', '2012-03-25 03:39:18.834091')
255
+ User Load (0.1ms) SELECT "users".* FROM "users"
256
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.836551', '2012-03-25 03:39:18.836551')
257
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:39:18.837733', '2012-03-25 03:39:18.837733')
258
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
259
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:18.840275', '2012-03-25 03:39:18.840275')
260
+ SQL (0.1ms) SELECT name
261
+ FROM sqlite_master
262
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
263
+ SQL (0.2ms)  SELECT name
264
+ FROM sqlite_master
265
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
266
+ 
267
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.902904', '2012-03-25 03:39:56.902904')
268
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:39:56.912305', '2012-03-25 03:39:56.912305')
269
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.914057', '2012-03-25 03:39:56.914057')
270
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.915914', '2012-03-25 03:39:56.915914')
271
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.917227', '2012-03-25 03:39:56.917227')
272
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.919494', '2012-03-25 03:39:56.919494')
273
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.920928', '2012-03-25 03:39:56.920928')
274
+ User Load (0.2ms) SELECT "users".* FROM "users"
275
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.927720', '2012-03-25 03:39:56.927720')
276
+ User Load (0.2ms) SELECT "users".* FROM "users"
277
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.931258', '2012-03-25 03:39:56.931258')
278
+ User Load (0.1ms) SELECT "users".* FROM "users"
279
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.935113', '2012-03-25 03:39:56.935113')
280
+ User Load (0.1ms) SELECT "users".* FROM "users"
281
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.937620', '2012-03-25 03:39:56.937620')
282
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:39:56.938495', '2012-03-25 03:39:56.938495')
283
+ SQL (0.1ms) SELECT name
284
+ FROM sqlite_master
285
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
286
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:39:56.939871', '2012-03-25 03:39:56.939871')
35
287
  SQL (0.1ms) SELECT name
36
288
  FROM sqlite_master
37
289
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
@@ -39,1561 +291,438 @@
39
291
  FROM sqlite_master
40
292
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
41
293
  
42
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 01:31:58.711985', '2012-03-25 01:31:58.711985')
43
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 01:31:58.750966', '2012-03-25 01:31:58.750966')
44
- SQL (0.5ms)  SELECT name
294
+ AREL (0.5ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.824906', '2012-03-25 03:40:13.824906')
295
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:40:13.836497', '2012-03-25 03:40:13.836497')
296
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.838293', '2012-03-25 03:40:13.838293')
297
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.839573', '2012-03-25 03:40:13.839573')
298
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.840806', '2012-03-25 03:40:13.840806')
299
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.842938', '2012-03-25 03:40:13.842938')
300
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.844384', '2012-03-25 03:40:13.844384')
301
+ User Load (0.3ms) SELECT "users".* FROM "users"
302
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.851326', '2012-03-25 03:40:13.851326')
303
+ User Load (0.2ms) SELECT "users".* FROM "users"
304
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.854340', '2012-03-25 03:40:13.854340')
305
+ User Load (0.1ms) SELECT "users".* FROM "users"
306
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.857748', '2012-03-25 03:40:13.857748')
307
+ User Load (0.1ms) SELECT "users".* FROM "users"
308
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.860242', '2012-03-25 03:40:13.860242')
309
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:40:13.861206', '2012-03-25 03:40:13.861206')
310
+ SQL (0.1ms) SELECT name
311
+ FROM sqlite_master
312
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
313
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
314
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:13.863294', '2012-03-25 03:40:13.863294')
315
+ SQL (0.1ms)  SELECT name
316
+ FROM sqlite_master
317
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
318
+ 
319
+ SQL (0.2ms)  SELECT name
320
+ FROM sqlite_master
321
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
322
+ 
323
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.059307', '2012-03-25 03:40:29.059307')
324
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:40:29.068978', '2012-03-25 03:40:29.068978')
325
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.070600', '2012-03-25 03:40:29.070600')
326
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.071882', '2012-03-25 03:40:29.071882')
327
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.073060', '2012-03-25 03:40:29.073060')
328
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.074880', '2012-03-25 03:40:29.074880')
329
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.076058', '2012-03-25 03:40:29.076058')
330
+ User Load (0.2ms) SELECT "users".* FROM "users"
331
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.082753', '2012-03-25 03:40:29.082753')
332
+ User Load (0.3ms) SELECT "users".* FROM "users"
333
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.086723', '2012-03-25 03:40:29.086723')
334
+ User Load (0.1ms) SELECT "users".* FROM "users"
335
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.090554', '2012-03-25 03:40:29.090554')
336
+ User Load (0.1ms) SELECT "users".* FROM "users"
337
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.093218', '2012-03-25 03:40:29.093218')
338
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:40:29.094185', '2012-03-25 03:40:29.094185')
339
+ SQL (0.1ms) SELECT name
340
+ FROM sqlite_master
341
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
342
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:40:29.095593', '2012-03-25 03:40:29.095593')
343
+ SQL (0.1ms) SELECT name
344
+ FROM sqlite_master
345
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
346
+ SQL (0.2ms)  SELECT name
347
+ FROM sqlite_master
348
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
349
+ 
350
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.825520', '2012-03-25 03:41:03.825520')
351
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:41:03.836625', '2012-03-25 03:41:03.836625')
352
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.838738', '2012-03-25 03:41:03.838738')
353
+ AREL (0.5ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.841378', '2012-03-25 03:41:03.841378')
354
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.844349', '2012-03-25 03:41:03.844349')
355
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.847384', '2012-03-25 03:41:03.847384')
356
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.849223', '2012-03-25 03:41:03.849223')
357
+ User Load (0.3ms) SELECT "users".* FROM "users"
358
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.857328', '2012-03-25 03:41:03.857328')
359
+ User Load (0.3ms) SELECT "users".* FROM "users"
360
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.862107', '2012-03-25 03:41:03.862107')
361
+ User Load (0.1ms) SELECT "users".* FROM "users"
362
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.865923', '2012-03-25 03:41:03.865923')
363
+ User Load (0.2ms) SELECT "users".* FROM "users"
364
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.868847', '2012-03-25 03:41:03.868847')
365
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:41:03.869794', '2012-03-25 03:41:03.869794')
366
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
367
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:03.871896', '2012-03-25 03:41:03.871896')
368
+ SQL (0.1ms) SELECT name
369
+ FROM sqlite_master
370
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
371
+ SQL (0.2ms)  SELECT name
372
+ FROM sqlite_master
373
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
374
+ 
375
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.697005', '2012-03-25 03:41:20.697005')
376
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:41:20.706176', '2012-03-25 03:41:20.706176')
377
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.707776', '2012-03-25 03:41:20.707776')
378
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.709373', '2012-03-25 03:41:20.709373')
379
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.711269', '2012-03-25 03:41:20.711269')
380
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.713596', '2012-03-25 03:41:20.713596')
381
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.714982', '2012-03-25 03:41:20.714982')
382
+ SQL (0.1ms)  SELECT name
383
+ FROM sqlite_master
384
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
385
+ 
386
+ User Load (0.2ms) SELECT "users".* FROM "users"
387
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.722009', '2012-03-25 03:41:20.722009')
388
+ SQL (0.1ms) SELECT name
389
+ FROM sqlite_master
390
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
391
+ User Load (0.2ms) SELECT "users".* FROM "users"
392
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.725484', '2012-03-25 03:41:20.725484')
393
+ SQL (0.1ms)  SELECT name
394
+ FROM sqlite_master
395
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
396
+ 
397
+ User Load (0.2ms) SELECT "users".* FROM "users"
398
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.729988', '2012-03-25 03:41:20.729988')
399
+ SQL (0.1ms) SELECT name
400
+ FROM sqlite_master
401
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
402
+ User Load (0.2ms) SELECT "users".* FROM "users"
403
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.733384', '2012-03-25 03:41:20.733384')
404
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:41:20.734610', '2012-03-25 03:41:20.734610')
405
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
406
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:20.738126', '2012-03-25 03:41:20.738126')
407
+ SQL (0.2ms) SELECT name
408
+ FROM sqlite_master
409
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
410
+ SQL (0.1ms)  SELECT name
411
+ FROM sqlite_master
412
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
413
+ 
414
+ SQL (0.2ms)  SELECT name
415
+ FROM sqlite_master
416
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
417
+ 
418
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.624544', '2012-03-25 03:41:57.624544')
419
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:41:57.634273', '2012-03-25 03:41:57.634273')
420
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.635825', '2012-03-25 03:41:57.635825')
421
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.637083', '2012-03-25 03:41:57.637083')
422
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.638277', '2012-03-25 03:41:57.638277')
423
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.640192', '2012-03-25 03:41:57.640192')
424
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.641595', '2012-03-25 03:41:57.641595')
425
+ User Load (0.2ms) SELECT "users".* FROM "users"
426
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.647739', '2012-03-25 03:41:57.647739')
427
+ User Load (0.2ms) SELECT "users".* FROM "users"
428
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.652000', '2012-03-25 03:41:57.652000')
429
+ User Load (0.2ms) SELECT "users".* FROM "users"
430
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.656954', '2012-03-25 03:41:57.656954')
431
+ User Load (0.2ms) SELECT "users".* FROM "users"
432
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.660139', '2012-03-25 03:41:57.660139')
433
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:41:57.661054', '2012-03-25 03:41:57.661054')
434
+ SQL (0.1ms) SELECT name
435
+ FROM sqlite_master
436
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
437
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
438
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:41:57.663740', '2012-03-25 03:41:57.663740')
439
+ SQL (0.1ms)  SELECT name
440
+ FROM sqlite_master
441
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
442
+ 
443
+ SQL (0.2ms)  SELECT name
444
+ FROM sqlite_master
445
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
446
+ 
447
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.584301', '2012-03-25 03:42:08.584301')
448
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:42:08.593731', '2012-03-25 03:42:08.593731')
449
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.595140', '2012-03-25 03:42:08.595140')
450
+ AREL (0.5ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.596518', '2012-03-25 03:42:08.596518')
451
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.598511', '2012-03-25 03:42:08.598511')
452
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.600790', '2012-03-25 03:42:08.600790')
453
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.602310', '2012-03-25 03:42:08.602310')
454
+ SQL (0.1ms)  SELECT name
455
+ FROM sqlite_master
456
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
457
+ 
458
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.604285', '2012-03-25 03:42:08.604285')
459
+ SQL (0.1ms)  SELECT name
460
+ FROM sqlite_master
461
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
462
+ 
463
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.606247', '2012-03-25 03:42:08.606247')
464
+ SQL (0.1ms)  SELECT name
465
+ FROM sqlite_master
466
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
467
+ 
468
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.608589', '2012-03-25 03:42:08.608589')
469
+ SQL (0.1ms)  SELECT name
470
+ FROM sqlite_master
471
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
472
+ 
473
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.610767', '2012-03-25 03:42:08.610767')
474
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:42:08.612145', '2012-03-25 03:42:08.612145')
475
+ SQL (0.1ms) SELECT name
476
+ FROM sqlite_master
477
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
478
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:42:08.613933', '2012-03-25 03:42:08.613933')
479
+ SQL (0.2ms) SELECT name
480
+ FROM sqlite_master
481
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
482
+ SQL (0.2ms)  SELECT name
483
+ FROM sqlite_master
484
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
485
+ 
486
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.098130', '2012-03-25 03:43:49.098130')
487
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:43:49.107464', '2012-03-25 03:43:49.107464')
488
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.109019', '2012-03-25 03:43:49.109019')
489
+ AREL (0.5ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.111058', '2012-03-25 03:43:49.111058')
490
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.113651', '2012-03-25 03:43:49.113651')
491
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.115883', '2012-03-25 03:43:49.115883')
492
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.117316', '2012-03-25 03:43:49.117316')
493
+ SQL (0.1ms)  SELECT name
494
+ FROM sqlite_master
495
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
496
+ 
497
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.119106', '2012-03-25 03:43:49.119106')
498
+ SQL (0.1ms)  SELECT name
499
+ FROM sqlite_master
500
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
501
+ 
502
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.120750', '2012-03-25 03:43:49.120750')
503
+ SQL (0.1ms)  SELECT name
504
+ FROM sqlite_master
505
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
506
+ 
507
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.122397', '2012-03-25 03:43:49.122397')
508
+ SQL (0.1ms)  SELECT name
45
509
  FROM sqlite_master
46
510
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
47
511
  
48
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.256384', '2012-03-25 01:32:41.256384')
49
- AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 01:32:41.295691', '2012-03-25 01:32:41.295691')
50
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.297357', '2012-03-25 01:32:41.297357')
51
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.298860', '2012-03-25 01:32:41.298860')
52
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.300270', '2012-03-25 01:32:41.300270')
53
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.301756', '2012-03-25 01:32:41.301756')
54
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.303086', '2012-03-25 01:32:41.303086')
512
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.124006', '2012-03-25 03:43:49.124006')
513
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:43:49.124868', '2012-03-25 03:43:49.124868')
514
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
515
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:43:49.126920', '2012-03-25 03:43:49.126920')
516
+ SQL (0.1ms) SELECT name
517
+ FROM sqlite_master
518
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
55
519
  SQL (0.2ms)  SELECT name
56
520
  FROM sqlite_master
57
521
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
58
522
  
59
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.305306', '2012-03-25 01:32:41.305306')
523
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.332904', '2012-03-25 03:44:05.332904')
524
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:44:05.342909', '2012-03-25 03:44:05.342909')
525
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.344591', '2012-03-25 03:44:05.344591')
526
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.346834', '2012-03-25 03:44:05.346834')
527
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.348679', '2012-03-25 03:44:05.348679')
528
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.351544', '2012-03-25 03:44:05.351544')
529
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.352994', '2012-03-25 03:44:05.352994')
60
530
  SQL (0.1ms)  SELECT name
61
531
  FROM sqlite_master
62
532
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
63
533
  
64
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.307039', '2012-03-25 01:32:41.307039')
534
+ User Load (0.2ms) SELECT "users".* FROM "users"
535
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.359378', '2012-03-25 03:44:05.359378')
536
+ SQL (0.1ms) SELECT name
537
+ FROM sqlite_master
538
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
539
+ User Load (0.1ms) SELECT "users".* FROM "users"
540
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.362338', '2012-03-25 03:44:05.362338')
65
541
  SQL (0.1ms)  SELECT name
66
542
  FROM sqlite_master
67
543
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
68
544
  
69
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.308481', '2012-03-25 01:32:41.308481')
545
+ User Load (0.1ms) SELECT "users".* FROM "users"
546
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.366100', '2012-03-25 03:44:05.366100')
547
+ SQL (0.1ms) SELECT name
548
+ FROM sqlite_master
549
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
550
+ User Load (0.1ms) SELECT "users".* FROM "users"
551
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.369764', '2012-03-25 03:44:05.369764')
552
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:44:05.370789', '2012-03-25 03:44:05.370789')
553
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
554
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:05.372816', '2012-03-25 03:44:05.372816')
555
+ SQL (0.1ms) SELECT name
556
+ FROM sqlite_master
557
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
70
558
  SQL (0.1ms)  SELECT name
71
559
  FROM sqlite_master
72
560
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
73
561
  
74
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.310027', '2012-03-25 01:32:41.310027')
75
- AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 01:32:41.310928', '2012-03-25 01:32:41.310928')
76
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (id > 1)
77
- AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 01:32:41.313014', '2012-03-25 01:32:41.313014')
562
+ SQL (0.2ms)  SELECT name
563
+ FROM sqlite_master
564
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
565
+ 
566
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.562298', '2012-03-25 03:44:22.562298')
567
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:44:22.571767', '2012-03-25 03:44:22.571767')
568
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.573277', '2012-03-25 03:44:22.573277')
569
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.575198', '2012-03-25 03:44:22.575198')
570
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.576816', '2012-03-25 03:44:22.576816')
571
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.578768', '2012-03-25 03:44:22.578768')
572
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.579990', '2012-03-25 03:44:22.579990')
573
+ User Load (0.3ms) SELECT "users".* FROM "users"
574
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.587432', '2012-03-25 03:44:22.587432')
575
+ User Load (0.2ms) SELECT "users".* FROM "users"
576
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.591035', '2012-03-25 03:44:22.591035')
577
+ User Load (0.1ms) SELECT "users".* FROM "users"
578
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.594690', '2012-03-25 03:44:22.594690')
579
+ User Load (0.1ms) SELECT "users".* FROM "users"
580
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.597231', '2012-03-25 03:44:22.597231')
581
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:44:22.598140', '2012-03-25 03:44:22.598140')
582
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
583
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:44:22.600113', '2012-03-25 03:44:22.600113')
78
584
  SQL (0.1ms) SELECT name
79
585
  FROM sqlite_master
80
586
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
587
+ SQL (0.2ms)  SELECT name
588
+ FROM sqlite_master
589
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
590
+ 
591
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.079662', '2012-03-25 03:47:09.079662')
592
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:47:09.088925', '2012-03-25 03:47:09.088925')
593
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.090454', '2012-03-25 03:47:09.090454')
594
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.092094', '2012-03-25 03:47:09.092094')
595
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.093436', '2012-03-25 03:47:09.093436')
596
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.095472', '2012-03-25 03:47:09.095472')
597
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.096756', '2012-03-25 03:47:09.096756')
598
+ User Load (0.2ms) SELECT "users".* FROM "users"
599
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.103423', '2012-03-25 03:47:09.103423')
600
+ User Load (0.1ms) SELECT "users".* FROM "users"
601
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.106476', '2012-03-25 03:47:09.106476')
602
+ User Load (0.1ms) SELECT "users".* FROM "users"
603
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.109826', '2012-03-25 03:47:09.109826')
604
+ User Load (0.1ms) SELECT "users".* FROM "users"
605
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.112234', '2012-03-25 03:47:09.112234')
606
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:47:09.113254', '2012-03-25 03:47:09.113254')
607
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:09.140629', '2012-03-25 03:47:09.140629')
81
608
  SQL (0.3ms)  SELECT name
82
609
  FROM sqlite_master
83
610
  WHERE type = 'table' AND NOT name = 'sqlite_sequence'
84
611
  
85
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 01:32:43.230864', '2012-03-25 01:32:43.230864')
86
- Processing by UsersController#index as CSV
87
- Completed 500 Internal Server Error in 25ms
88
- AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 01:32:43.306901', '2012-03-25 01:32:43.306901')
89
-  (0.1ms) begin transaction
90
-  (0.0ms) rollback transaction
91
-  (0.0ms) begin transaction
92
-  (0.1ms) SAVEPOINT active_record_1
93
- SQL (24.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:18 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:18 UTC +00:00]]
94
-  (0.1ms) RELEASE SAVEPOINT active_record_1
95
-  (0.0ms) SAVEPOINT active_record_1
96
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:35:18 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:35:18 UTC +00:00]]
97
-  (0.0ms) RELEASE SAVEPOINT active_record_1
98
-  (0.2ms) rollback transaction
99
-  (0.0ms) begin transaction
100
-  (0.0ms) SAVEPOINT active_record_1
101
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
102
-  (0.1ms) RELEASE SAVEPOINT active_record_1
103
-  (0.1ms) rollback transaction
104
-  (0.0ms) begin transaction
105
-  (0.0ms) SAVEPOINT active_record_1
106
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
612
+ AREL (0.6ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.582940', '2012-03-25 03:47:27.582940')
613
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 03:47:27.601534', '2012-03-25 03:47:27.601534')
614
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.604436', '2012-03-25 03:47:27.604436')
615
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.607106', '2012-03-25 03:47:27.607106')
616
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.609632', '2012-03-25 03:47:27.609632')
617
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.613241', '2012-03-25 03:47:27.613241')
618
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.615526', '2012-03-25 03:47:27.615526')
619
+ User Load (0.3ms) SELECT "users".* FROM "users"
620
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.625918', '2012-03-25 03:47:27.625918')
621
+ User Load (0.2ms) SELECT "users".* FROM "users"
622
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.630614', '2012-03-25 03:47:27.630614')
623
+ User Load (0.2ms) SELECT "users".* FROM "users"
624
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.635260', '2012-03-25 03:47:27.635260')
625
+ User Load (0.2ms) SELECT "users".* FROM "users"
626
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.638942', '2012-03-25 03:47:27.638942')
627
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 03:47:27.640124', '2012-03-25 03:47:27.640124')
628
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
629
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 03:47:27.642490', '2012-03-25 03:47:27.642490')
630
+ User Load (0.3ms) SELECT "users".* FROM "users"
631
+  (0.1ms) SAVEPOINT active_record_1
632
+ SQL (4.8ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
107
633
   (0.1ms) RELEASE SAVEPOINT active_record_1
108
-  (0.2ms) rollback transaction
109
-  (0.1ms) begin transaction
110
634
   (0.0ms) SAVEPOINT active_record_1
111
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
635
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
112
636
   (0.0ms) RELEASE SAVEPOINT active_record_1
113
-  (0.2ms) rollback transaction
114
-  (0.0ms) begin transaction
115
637
   (0.0ms) SAVEPOINT active_record_1
116
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
638
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
117
639
   (0.0ms) RELEASE SAVEPOINT active_record_1
118
-  (0.2ms) rollback transaction
119
-  (0.0ms) begin transaction
120
-  (0.0ms) SAVEPOINT active_record_1
121
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
122
-  (0.1ms) RELEASE SAVEPOINT active_record_1
123
- User Load (0.2ms) SELECT "users".* FROM "users" 
124
-  (0.2ms) rollback transaction
125
-  (0.0ms) begin transaction
126
-  (0.0ms) SAVEPOINT active_record_1
127
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
128
-  (0.0ms) RELEASE SAVEPOINT active_record_1
129
- User Load (0.1ms) SELECT "users".* FROM "users" 
130
-  (0.2ms) rollback transaction
131
-  (0.0ms) begin transaction
132
640
   (0.0ms) SAVEPOINT active_record_1
133
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
641
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
134
642
   (0.0ms) RELEASE SAVEPOINT active_record_1
135
- User Load (0.2ms) SELECT "users".* FROM "users" 
136
-  (0.3ms) rollback transaction
137
-  (0.1ms) begin transaction
643
+  (0.0ms) SAVEPOINT active_record_1
644
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
138
646
   (0.0ms) SAVEPOINT active_record_1
139
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
647
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
140
648
   (0.1ms) RELEASE SAVEPOINT active_record_1
141
- User Load (0.2ms) SELECT "users".* FROM "users" 
142
-  (0.3ms) rollback transaction
143
-  (0.1ms) begin transaction
144
-  (0.1ms) SAVEPOINT active_record_1
145
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
146
-  (0.0ms) RELEASE SAVEPOINT active_record_1
147
649
   (0.0ms) SAVEPOINT active_record_1
148
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
650
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
149
651
   (0.0ms) RELEASE SAVEPOINT active_record_1
150
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
151
-  (0.2ms) rollback transaction
152
-  (0.0ms) begin transaction
652
+ User Load (0.1ms) SELECT "users".* FROM "users"
153
653
   (0.0ms) SAVEPOINT active_record_1
154
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
654
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
155
655
   (0.0ms) RELEASE SAVEPOINT active_record_1
156
- User Load (0.2ms) SELECT "users".* FROM "users"
157
-  (0.2ms) rollback transaction
158
-  (0.1ms) begin transaction
159
-  (0.1ms) SAVEPOINT active_record_1
160
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
656
+ User Load (0.1ms) SELECT "users".* FROM "users"
657
+  (0.0ms) SAVEPOINT active_record_1
658
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
161
659
   (0.1ms) RELEASE SAVEPOINT active_record_1
162
- Processing by UsersController#index as CSV
163
- User Load (0.2ms) SELECT "users".* FROM "users"
164
- Rendered text template (0.0ms)
165
- Sent data (31.4ms)
166
- Completed 200 OK in 33ms (Views: 33.0ms | ActiveRecord: 0.0ms)
167
-  (0.3ms) rollback transaction
168
-  (0.1ms) begin transaction
169
-  (0.1ms) SAVEPOINT active_record_1
170
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:35:19 UTC +00:00]]
171
-  (0.0ms) RELEASE SAVEPOINT active_record_1
172
- Processing by UsersController#sjis as CSV
173
660
  User Load (0.2ms) SELECT "users".* FROM "users"
174
- Sent data (0.3ms)
175
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
176
-  (0.2ms) rollback transaction
177
-  (0.1ms) begin transaction
178
-  (0.1ms) rollback transaction
179
-  (0.0ms) begin transaction
180
-  (0.1ms) SAVEPOINT active_record_1
181
- SQL (24.1ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
182
-  (0.1ms) RELEASE SAVEPOINT active_record_1
183
661
   (0.0ms) SAVEPOINT active_record_1
184
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
662
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
185
663
   (0.0ms) RELEASE SAVEPOINT active_record_1
186
-  (0.2ms) rollback transaction
187
-  (0.0ms) begin transaction
188
-  (0.0ms) SAVEPOINT active_record_1
189
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
190
-  (0.0ms) RELEASE SAVEPOINT active_record_1
191
-  (0.1ms) rollback transaction
192
-  (0.0ms) begin transaction
664
+ User Load (0.1ms) SELECT "users".* FROM "users"
193
665
   (0.0ms) SAVEPOINT active_record_1
194
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
666
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
195
667
   (0.0ms) RELEASE SAVEPOINT active_record_1
196
-  (0.1ms) rollback transaction
197
-  (0.0ms) begin transaction
198
668
   (0.0ms) SAVEPOINT active_record_1
199
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
669
+ SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
200
670
   (0.0ms) RELEASE SAVEPOINT active_record_1
201
-  (0.1ms) rollback transaction
202
-  (0.0ms) begin transaction
203
-  (0.0ms) SAVEPOINT active_record_1
204
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
205
-  (0.0ms) RELEASE SAVEPOINT active_record_1
206
-  (0.1ms) rollback transaction
207
-  (0.0ms) begin transaction
671
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
208
672
   (0.0ms) SAVEPOINT active_record_1
209
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
210
-  (0.1ms) RELEASE SAVEPOINT active_record_1
211
- User Load (0.1ms) SELECT "users".* FROM "users" 
212
-  (0.2ms) rollback transaction
213
-  (0.0ms) begin transaction
214
-  (0.0ms) SAVEPOINT active_record_1
215
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
216
-  (0.0ms) RELEASE SAVEPOINT active_record_1
217
- User Load (0.1ms) SELECT "users".* FROM "users" 
218
-  (0.2ms) rollback transaction
219
-  (0.0ms) begin transaction
220
-  (0.0ms) SAVEPOINT active_record_1
221
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
222
-  (0.0ms) RELEASE SAVEPOINT active_record_1
223
- User Load (0.1ms) SELECT "users".* FROM "users" 
224
-  (0.2ms) rollback transaction
225
-  (0.0ms) begin transaction
226
-  (0.0ms) SAVEPOINT active_record_1
227
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
228
-  (0.0ms) RELEASE SAVEPOINT active_record_1
229
- User Load (0.1ms) SELECT "users".* FROM "users" 
230
-  (0.3ms) rollback transaction
231
-  (0.0ms) begin transaction
232
-  (0.0ms) SAVEPOINT active_record_1
233
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
234
-  (0.0ms) RELEASE SAVEPOINT active_record_1
235
-  (0.0ms) SAVEPOINT active_record_1
236
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
237
-  (0.0ms) RELEASE SAVEPOINT active_record_1
238
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (id > 1)
239
-  (0.2ms) rollback transaction
240
-  (0.0ms) begin transaction
241
-  (0.0ms) SAVEPOINT active_record_1
242
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
243
-  (0.0ms) RELEASE SAVEPOINT active_record_1
244
- User Load (0.2ms) SELECT "users".* FROM "users"
245
-  (0.2ms) rollback transaction
246
-  (0.1ms) begin transaction
247
-  (0.0ms) SAVEPOINT active_record_1
248
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
249
-  (0.0ms) RELEASE SAVEPOINT active_record_1
250
- Processing by UsersController#index as CSV
251
- User Load (0.2ms) SELECT "users".* FROM "users"
252
- Rendered text template (0.0ms)
253
- Sent data (30.3ms)
254
- Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms)
255
-  (0.2ms) rollback transaction
256
-  (0.0ms) begin transaction
257
-  (0.0ms) SAVEPOINT active_record_1
258
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:36:45 UTC +00:00]]
259
-  (0.0ms) RELEASE SAVEPOINT active_record_1
260
- Processing by UsersController#sjis as CSV
261
- User Load (0.1ms) SELECT "users".* FROM "users"
262
- Sent data (0.3ms)
263
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
264
-  (0.2ms) rollback transaction
265
-  (0.1ms) begin transaction
266
-  (0.0ms) rollback transaction
267
-  (0.0ms) begin transaction
268
-  (0.1ms) SAVEPOINT active_record_1
269
- SQL (24.9ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
270
-  (0.1ms) RELEASE SAVEPOINT active_record_1
271
-  (0.0ms) SAVEPOINT active_record_1
272
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
273
-  (0.0ms) RELEASE SAVEPOINT active_record_1
274
-  (0.2ms) rollback transaction
275
-  (0.0ms) begin transaction
276
-  (0.0ms) SAVEPOINT active_record_1
277
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
278
-  (0.0ms) RELEASE SAVEPOINT active_record_1
279
-  (0.2ms) rollback transaction
280
-  (0.1ms) begin transaction
281
-  (0.1ms) SAVEPOINT active_record_1
282
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
283
-  (0.1ms) RELEASE SAVEPOINT active_record_1
284
-  (0.2ms) rollback transaction
285
-  (0.1ms) begin transaction
286
-  (0.0ms) SAVEPOINT active_record_1
287
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
288
-  (0.0ms) RELEASE SAVEPOINT active_record_1
289
-  (0.1ms) rollback transaction
290
-  (0.0ms) begin transaction
291
-  (0.0ms) SAVEPOINT active_record_1
292
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
293
-  (0.0ms) RELEASE SAVEPOINT active_record_1
294
-  (0.1ms) rollback transaction
295
-  (0.0ms) begin transaction
296
-  (0.0ms) SAVEPOINT active_record_1
297
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
298
-  (0.0ms) RELEASE SAVEPOINT active_record_1
299
- User Load (0.1ms) SELECT "users".* FROM "users" 
300
-  (0.2ms) rollback transaction
301
-  (0.0ms) begin transaction
302
-  (0.1ms) SAVEPOINT active_record_1
303
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
304
-  (0.1ms) RELEASE SAVEPOINT active_record_1
305
- User Load (0.1ms) SELECT "users".* FROM "users" 
306
-  (0.2ms) rollback transaction
307
-  (0.1ms) begin transaction
308
-  (0.0ms) SAVEPOINT active_record_1
309
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
310
-  (0.0ms) RELEASE SAVEPOINT active_record_1
311
- User Load (0.1ms) SELECT "users".* FROM "users" 
312
-  (0.2ms) rollback transaction
313
-  (0.0ms) begin transaction
314
-  (0.0ms) SAVEPOINT active_record_1
315
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
316
-  (0.0ms) RELEASE SAVEPOINT active_record_1
317
- User Load (0.1ms) SELECT "users".* FROM "users" 
318
-  (0.2ms) rollback transaction
319
-  (0.0ms) begin transaction
320
-  (0.0ms) SAVEPOINT active_record_1
321
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
322
-  (0.0ms) RELEASE SAVEPOINT active_record_1
323
-  (0.0ms) SAVEPOINT active_record_1
324
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
325
-  (0.0ms) RELEASE SAVEPOINT active_record_1
326
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE (id > 1)
327
-  (0.3ms) rollback transaction
328
-  (0.0ms) begin transaction
329
-  (0.0ms) SAVEPOINT active_record_1
330
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
331
-  (0.1ms) RELEASE SAVEPOINT active_record_1
332
- User Load (0.2ms) SELECT "users".* FROM "users"
333
-  (0.2ms) rollback transaction
334
-  (0.0ms) begin transaction
335
-  (0.0ms) SAVEPOINT active_record_1
336
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
337
-  (0.0ms) RELEASE SAVEPOINT active_record_1
338
- Processing by UsersController#index as CSV
339
- User Load (0.2ms) SELECT "users".* FROM "users"
340
- Rendered text template (0.0ms)
341
- Sent data (31.6ms)
342
- Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)
343
-  (0.3ms) rollback transaction
344
-  (0.0ms) begin transaction
345
-  (0.0ms) SAVEPOINT active_record_1
346
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:37:49 UTC +00:00]]
347
-  (0.0ms) RELEASE SAVEPOINT active_record_1
348
- Processing by UsersController#sjis as CSV
349
- User Load (0.2ms) SELECT "users".* FROM "users"
350
- Sent data (0.3ms)
351
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
352
-  (0.2ms) rollback transaction
353
-  (0.1ms) begin transaction
354
-  (0.1ms) rollback transaction
355
-  (0.0ms) begin transaction
356
-  (0.1ms) SAVEPOINT active_record_1
357
- SQL (24.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
358
-  (0.1ms) RELEASE SAVEPOINT active_record_1
359
-  (0.0ms) SAVEPOINT active_record_1
360
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
361
-  (0.0ms) RELEASE SAVEPOINT active_record_1
362
-  (0.2ms) rollback transaction
363
-  (0.0ms) begin transaction
364
-  (0.0ms) SAVEPOINT active_record_1
365
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
366
-  (0.0ms) RELEASE SAVEPOINT active_record_1
367
-  (0.1ms) rollback transaction
368
-  (0.0ms) begin transaction
369
-  (0.0ms) SAVEPOINT active_record_1
370
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
371
-  (0.0ms) RELEASE SAVEPOINT active_record_1
372
-  (0.1ms) rollback transaction
373
-  (0.1ms) begin transaction
374
-  (0.0ms) SAVEPOINT active_record_1
375
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
376
-  (0.0ms) RELEASE SAVEPOINT active_record_1
377
-  (0.1ms) rollback transaction
378
-  (0.0ms) begin transaction
379
-  (0.0ms) SAVEPOINT active_record_1
380
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
381
-  (0.1ms) RELEASE SAVEPOINT active_record_1
382
-  (0.3ms) rollback transaction
383
-  (0.1ms) begin transaction
384
-  (0.1ms) SAVEPOINT active_record_1
385
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
386
-  (0.1ms) RELEASE SAVEPOINT active_record_1
387
- User Load (0.1ms) SELECT "users".* FROM "users" 
388
-  (0.2ms) rollback transaction
389
-  (0.0ms) begin transaction
390
-  (0.0ms) SAVEPOINT active_record_1
391
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
392
-  (0.0ms) RELEASE SAVEPOINT active_record_1
393
- User Load (0.1ms) SELECT "users".* FROM "users" 
394
-  (0.2ms) rollback transaction
395
-  (0.0ms) begin transaction
396
-  (0.0ms) SAVEPOINT active_record_1
397
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
398
-  (0.0ms) RELEASE SAVEPOINT active_record_1
399
- User Load (0.1ms) SELECT "users".* FROM "users" 
400
-  (0.2ms) rollback transaction
401
-  (0.0ms) begin transaction
402
-  (0.0ms) SAVEPOINT active_record_1
403
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
404
-  (0.0ms) RELEASE SAVEPOINT active_record_1
405
- User Load (0.1ms) SELECT "users".* FROM "users" 
406
- User Load (0.1ms) SELECT "users".* FROM "users"
407
-  (0.2ms) rollback transaction
408
-  (0.0ms) begin transaction
409
-  (0.0ms) SAVEPOINT active_record_1
410
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
411
-  (0.1ms) RELEASE SAVEPOINT active_record_1
412
-  (0.0ms) SAVEPOINT active_record_1
413
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
414
-  (0.0ms) RELEASE SAVEPOINT active_record_1
415
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
416
-  (0.3ms) rollback transaction
417
-  (0.0ms) begin transaction
418
-  (0.0ms) SAVEPOINT active_record_1
419
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
420
-  (0.0ms) RELEASE SAVEPOINT active_record_1
421
- User Load (0.1ms) SELECT "users".* FROM "users" 
422
-  (0.2ms) rollback transaction
423
-  (0.1ms) begin transaction
424
-  (0.0ms) SAVEPOINT active_record_1
425
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
426
-  (0.0ms) RELEASE SAVEPOINT active_record_1
427
- Processing by UsersController#index as CSV
428
- User Load (0.2ms) SELECT "users".* FROM "users" 
429
- Rendered text template (0.0ms)
430
- Sent data (31.2ms)
431
- Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)
432
-  (0.3ms) rollback transaction
433
-  (0.0ms) begin transaction
434
-  (0.0ms) SAVEPOINT active_record_1
435
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:40:39 UTC +00:00]]
436
-  (0.0ms) RELEASE SAVEPOINT active_record_1
437
- Processing by UsersController#sjis as CSV
438
- User Load (0.2ms) SELECT "users".* FROM "users" 
439
- Sent data (0.3ms)
440
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
441
-  (0.2ms) rollback transaction
442
-  (0.1ms) begin transaction
443
-  (0.0ms) rollback transaction
444
-  (0.0ms) begin transaction
445
-  (0.1ms) SAVEPOINT active_record_1
446
- SQL (24.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
447
-  (0.1ms) RELEASE SAVEPOINT active_record_1
448
-  (0.0ms) SAVEPOINT active_record_1
449
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
450
-  (0.0ms) RELEASE SAVEPOINT active_record_1
451
-  (0.2ms) rollback transaction
452
-  (0.0ms) begin transaction
453
-  (0.0ms) SAVEPOINT active_record_1
454
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
455
-  (0.0ms) RELEASE SAVEPOINT active_record_1
456
-  (0.1ms) rollback transaction
457
-  (0.0ms) begin transaction
458
-  (0.0ms) SAVEPOINT active_record_1
459
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
460
-  (0.1ms) RELEASE SAVEPOINT active_record_1
461
-  (0.2ms) rollback transaction
462
-  (0.1ms) begin transaction
463
-  (0.1ms) SAVEPOINT active_record_1
464
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
465
-  (0.0ms) RELEASE SAVEPOINT active_record_1
466
-  (0.2ms) rollback transaction
467
-  (0.0ms) begin transaction
468
-  (0.0ms) SAVEPOINT active_record_1
469
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
470
-  (0.0ms) RELEASE SAVEPOINT active_record_1
471
-  (0.2ms) rollback transaction
472
-  (0.1ms) begin transaction
473
-  (0.1ms) SAVEPOINT active_record_1
474
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
475
-  (0.0ms) RELEASE SAVEPOINT active_record_1
476
- User Load (0.2ms) SELECT "users".* FROM "users" 
477
-  (0.2ms) rollback transaction
478
-  (0.0ms) begin transaction
479
-  (0.0ms) SAVEPOINT active_record_1
480
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
481
-  (0.0ms) RELEASE SAVEPOINT active_record_1
482
- User Load (0.1ms) SELECT "users".* FROM "users" 
483
-  (0.2ms) rollback transaction
484
-  (0.0ms) begin transaction
485
-  (0.0ms) SAVEPOINT active_record_1
486
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
487
-  (0.0ms) RELEASE SAVEPOINT active_record_1
488
- User Load (0.2ms) SELECT "users".* FROM "users" 
489
-  (0.2ms) rollback transaction
490
-  (0.0ms) begin transaction
491
-  (0.0ms) SAVEPOINT active_record_1
492
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
493
-  (0.0ms) RELEASE SAVEPOINT active_record_1
494
- User Load (0.2ms) SELECT "users".* FROM "users" 
495
- User Load (0.2ms) SELECT "users".* FROM "users"
496
-  (0.2ms) rollback transaction
497
-  (0.0ms) begin transaction
498
-  (0.0ms) SAVEPOINT active_record_1
499
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
500
-  (0.0ms) RELEASE SAVEPOINT active_record_1
501
-  (0.0ms) SAVEPOINT active_record_1
502
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
503
-  (0.0ms) RELEASE SAVEPOINT active_record_1
504
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (id > 1)
505
-  (0.2ms) rollback transaction
506
-  (0.0ms) begin transaction
507
-  (0.0ms) SAVEPOINT active_record_1
508
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
509
-  (0.0ms) RELEASE SAVEPOINT active_record_1
510
- User Load (0.1ms) SELECT "users".* FROM "users" 
511
-  (0.2ms) rollback transaction
512
-  (0.1ms) begin transaction
513
-  (0.0ms) SAVEPOINT active_record_1
514
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
515
-  (0.0ms) RELEASE SAVEPOINT active_record_1
516
- Processing by UsersController#index as CSV
517
- User Load (0.3ms) SELECT "users".* FROM "users" 
518
- Rendered text template (0.0ms)
519
- Sent data (30.7ms)
520
- Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.0ms)
521
-  (0.3ms) rollback transaction
522
-  (0.0ms) begin transaction
523
-  (0.0ms) SAVEPOINT active_record_1
524
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:41:10 UTC +00:00]]
525
-  (0.1ms) RELEASE SAVEPOINT active_record_1
526
- Processing by UsersController#sjis as CSV
527
- User Load (0.2ms) SELECT "users".* FROM "users" 
528
- Sent data (0.3ms)
529
- Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
530
-  (0.4ms) rollback transaction
531
-  (0.1ms) begin transaction
532
-  (0.0ms) rollback transaction
533
-  (0.0ms) begin transaction
534
-  (0.1ms) SAVEPOINT active_record_1
535
- SQL (23.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
536
-  (0.1ms) RELEASE SAVEPOINT active_record_1
537
-  (0.0ms) SAVEPOINT active_record_1
538
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
539
-  (0.0ms) RELEASE SAVEPOINT active_record_1
540
-  (0.2ms) rollback transaction
541
-  (0.0ms) begin transaction
542
-  (0.0ms) SAVEPOINT active_record_1
543
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
544
-  (0.0ms) RELEASE SAVEPOINT active_record_1
545
-  (0.1ms) rollback transaction
546
-  (0.0ms) begin transaction
547
-  (0.0ms) SAVEPOINT active_record_1
548
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
549
-  (0.0ms) RELEASE SAVEPOINT active_record_1
550
-  (0.1ms) rollback transaction
551
-  (0.0ms) begin transaction
552
-  (0.0ms) SAVEPOINT active_record_1
553
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
554
-  (0.0ms) RELEASE SAVEPOINT active_record_1
555
-  (0.1ms) rollback transaction
556
-  (0.0ms) begin transaction
557
-  (0.0ms) SAVEPOINT active_record_1
558
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
559
-  (0.0ms) RELEASE SAVEPOINT active_record_1
560
-  (0.1ms) rollback transaction
561
-  (0.0ms) begin transaction
562
-  (0.0ms) SAVEPOINT active_record_1
563
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
564
-  (0.1ms) RELEASE SAVEPOINT active_record_1
565
- User Load (0.2ms) SELECT "users".* FROM "users" 
566
-  (0.2ms) rollback transaction
567
-  (0.0ms) begin transaction
568
-  (0.0ms) SAVEPOINT active_record_1
569
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
570
-  (0.0ms) RELEASE SAVEPOINT active_record_1
571
- User Load (0.1ms) SELECT "users".* FROM "users" 
572
-  (0.2ms) rollback transaction
573
-  (0.1ms) begin transaction
574
-  (0.1ms) SAVEPOINT active_record_1
575
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
576
-  (0.0ms) RELEASE SAVEPOINT active_record_1
577
- User Load (0.1ms) SELECT "users".* FROM "users" 
578
-  (0.2ms) rollback transaction
579
-  (0.0ms) begin transaction
580
-  (0.0ms) SAVEPOINT active_record_1
581
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
582
-  (0.0ms) RELEASE SAVEPOINT active_record_1
583
- User Load (0.1ms) SELECT "users".* FROM "users" 
584
- User Load (0.1ms) SELECT "users".* FROM "users"
585
-  (0.2ms) rollback transaction
586
-  (0.0ms) begin transaction
587
-  (0.0ms) SAVEPOINT active_record_1
588
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
589
-  (0.1ms) RELEASE SAVEPOINT active_record_1
590
-  (0.1ms) SAVEPOINT active_record_1
591
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
592
-  (0.1ms) RELEASE SAVEPOINT active_record_1
593
- User Load (0.3ms) SELECT "users".* FROM "users" WHERE (id > 1)
594
-  (0.4ms) rollback transaction
595
-  (0.1ms) begin transaction
596
-  (0.1ms) SAVEPOINT active_record_1
597
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
598
-  (0.1ms) RELEASE SAVEPOINT active_record_1
599
- User Load (0.2ms) SELECT "users".* FROM "users" 
600
-  (0.3ms) rollback transaction
601
-  (0.1ms) begin transaction
602
-  (0.0ms) SAVEPOINT active_record_1
603
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
604
-  (0.0ms) RELEASE SAVEPOINT active_record_1
605
- Processing by UsersController#index as CSV
606
- User Load (0.2ms) SELECT "users".* FROM "users" 
607
- Rendered text template (0.0ms)
608
- Sent data (30.3ms)
609
- Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
610
-  (0.3ms) rollback transaction
611
-  (0.0ms) begin transaction
612
-  (0.0ms) SAVEPOINT active_record_1
613
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:41:26 UTC +00:00]]
614
-  (0.0ms) RELEASE SAVEPOINT active_record_1
615
- Processing by UsersController#sjis as CSV
616
- User Load (0.2ms) SELECT "users".* FROM "users" 
617
- Sent data (0.3ms)
618
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
619
-  (0.2ms) rollback transaction
620
-  (0.1ms) begin transaction
621
-  (0.0ms) rollback transaction
622
-  (0.1ms) begin transaction
623
-  (0.1ms) SAVEPOINT active_record_1
624
- SQL (24.8ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
625
-  (0.1ms) RELEASE SAVEPOINT active_record_1
626
-  (0.0ms) SAVEPOINT active_record_1
627
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
628
-  (0.1ms) RELEASE SAVEPOINT active_record_1
629
-  (0.3ms) rollback transaction
630
-  (0.1ms) begin transaction
631
-  (0.1ms) SAVEPOINT active_record_1
632
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
633
-  (0.1ms) RELEASE SAVEPOINT active_record_1
634
-  (0.2ms) rollback transaction
635
-  (0.0ms) begin transaction
636
-  (0.0ms) SAVEPOINT active_record_1
637
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
638
-  (0.0ms) RELEASE SAVEPOINT active_record_1
639
-  (0.2ms) rollback transaction
640
-  (0.0ms) begin transaction
641
-  (0.0ms) SAVEPOINT active_record_1
642
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
643
-  (0.0ms) RELEASE SAVEPOINT active_record_1
644
-  (0.2ms) rollback transaction
645
-  (0.1ms) begin transaction
646
-  (0.0ms) SAVEPOINT active_record_1
647
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
648
-  (0.1ms) RELEASE SAVEPOINT active_record_1
649
-  (0.2ms) rollback transaction
650
-  (0.1ms) begin transaction
651
-  (0.0ms) SAVEPOINT active_record_1
652
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
653
-  (0.0ms) RELEASE SAVEPOINT active_record_1
654
- User Load (0.1ms) SELECT "users".* FROM "users" 
655
-  (0.2ms) rollback transaction
656
-  (0.0ms) begin transaction
657
-  (0.0ms) SAVEPOINT active_record_1
658
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:17 UTC +00:00]]
659
-  (0.1ms) RELEASE SAVEPOINT active_record_1
660
- User Load (0.1ms) SELECT "users".* FROM "users" 
661
-  (0.2ms) rollback transaction
662
-  (0.1ms) begin transaction
663
-  (0.0ms) SAVEPOINT active_record_1
664
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
665
-  (0.0ms) RELEASE SAVEPOINT active_record_1
666
- User Load (0.1ms) SELECT "users".* FROM "users" 
667
-  (0.1ms) rollback transaction
668
-  (0.0ms) begin transaction
669
-  (0.1ms) SAVEPOINT active_record_1
670
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
671
-  (0.0ms) RELEASE SAVEPOINT active_record_1
672
- User Load (0.1ms) SELECT "users".* FROM "users" 
673
-  (0.1ms) rollback transaction
674
-  (0.0ms) begin transaction
675
-  (0.0ms) SAVEPOINT active_record_1
676
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
677
-  (0.0ms) RELEASE SAVEPOINT active_record_1
678
-  (0.0ms) SAVEPOINT active_record_1
679
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
680
-  (0.0ms) RELEASE SAVEPOINT active_record_1
681
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
682
-  (0.3ms) rollback transaction
683
-  (0.0ms) begin transaction
684
-  (0.0ms) SAVEPOINT active_record_1
685
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
686
-  (0.1ms) RELEASE SAVEPOINT active_record_1
687
- User Load (0.1ms) SELECT "users".* FROM "users"
688
-  (0.2ms) rollback transaction
689
-  (0.1ms) begin transaction
690
-  (0.0ms) SAVEPOINT active_record_1
691
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
692
-  (0.0ms) RELEASE SAVEPOINT active_record_1
693
- Processing by UsersController#index as CSV
694
- User Load (0.2ms) SELECT "users".* FROM "users"
695
- Rendered text template (0.0ms)
696
- Sent data (31.9ms)
697
- Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.0ms)
698
-  (0.3ms) rollback transaction
699
-  (0.0ms) begin transaction
700
-  (0.0ms) SAVEPOINT active_record_1
701
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:42:18 UTC +00:00]]
702
-  (0.0ms) RELEASE SAVEPOINT active_record_1
703
- Processing by UsersController#sjis as CSV
704
- User Load (0.2ms) SELECT "users".* FROM "users"
705
- Sent data (0.4ms)
706
- Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms)
707
-  (0.3ms) rollback transaction
708
-  (0.1ms) begin transaction
709
-  (0.1ms) rollback transaction
710
-  (0.0ms) begin transaction
711
-  (0.1ms) SAVEPOINT active_record_1
712
- SQL (26.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
713
-  (0.1ms) RELEASE SAVEPOINT active_record_1
714
-  (0.0ms) SAVEPOINT active_record_1
715
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
716
-  (0.0ms) RELEASE SAVEPOINT active_record_1
717
-  (0.2ms) rollback transaction
718
-  (0.0ms) begin transaction
719
-  (0.0ms) SAVEPOINT active_record_1
720
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
721
-  (0.0ms) RELEASE SAVEPOINT active_record_1
722
-  (0.1ms) rollback transaction
723
-  (0.0ms) begin transaction
724
-  (0.0ms) SAVEPOINT active_record_1
725
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
726
-  (0.0ms) RELEASE SAVEPOINT active_record_1
727
-  (0.2ms) rollback transaction
728
-  (0.0ms) begin transaction
729
-  (0.0ms) SAVEPOINT active_record_1
730
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
731
-  (0.0ms) RELEASE SAVEPOINT active_record_1
732
-  (0.2ms) rollback transaction
733
-  (0.1ms) begin transaction
734
-  (0.1ms) SAVEPOINT active_record_1
735
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
736
-  (0.1ms) RELEASE SAVEPOINT active_record_1
737
-  (0.2ms) rollback transaction
738
-  (0.1ms) begin transaction
739
-  (0.0ms) SAVEPOINT active_record_1
740
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
741
-  (0.0ms) RELEASE SAVEPOINT active_record_1
742
- User Load (0.1ms) SELECT "users".* FROM "users" 
743
-  (0.2ms) rollback transaction
744
-  (0.0ms) begin transaction
745
-  (0.0ms) SAVEPOINT active_record_1
746
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
747
-  (0.0ms) RELEASE SAVEPOINT active_record_1
748
- User Load (0.1ms) SELECT "users".* FROM "users" 
749
-  (0.2ms) rollback transaction
750
-  (0.0ms) begin transaction
751
-  (0.0ms) SAVEPOINT active_record_1
752
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
753
-  (0.0ms) RELEASE SAVEPOINT active_record_1
754
- User Load (0.1ms) SELECT "users".* FROM "users" 
755
-  (0.2ms) rollback transaction
756
-  (0.0ms) begin transaction
757
-  (0.0ms) SAVEPOINT active_record_1
758
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:24 UTC +00:00]]
759
-  (0.0ms) RELEASE SAVEPOINT active_record_1
760
- User Load (0.1ms) SELECT "users".* FROM "users" 
761
-  (0.1ms) rollback transaction
762
-  (0.0ms) begin transaction
763
-  (0.0ms) SAVEPOINT active_record_1
764
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00]]
765
-  (0.0ms) RELEASE SAVEPOINT active_record_1
766
-  (0.0ms) SAVEPOINT active_record_1
767
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00]]
768
-  (0.0ms) RELEASE SAVEPOINT active_record_1
769
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
770
-  (0.3ms) rollback transaction
771
-  (0.0ms) begin transaction
772
-  (0.0ms) SAVEPOINT active_record_1
773
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00]]
774
-  (0.0ms) RELEASE SAVEPOINT active_record_1
775
- User Load (0.1ms) SELECT "users".* FROM "users"
776
-  (0.3ms) rollback transaction
777
-  (0.1ms) begin transaction
778
-  (0.0ms) SAVEPOINT active_record_1
779
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00]]
780
-  (0.0ms) RELEASE SAVEPOINT active_record_1
781
- Processing by UsersController#index as CSV
782
- User Load (0.2ms) SELECT "users".* FROM "users"
783
- Rendered text template (0.0ms)
784
- Sent data (33.3ms)
785
- Completed 200 OK in 35ms (Views: 35.0ms | ActiveRecord: 0.0ms)
786
-  (0.3ms) rollback transaction
787
-  (0.0ms) begin transaction
788
-  (0.0ms) SAVEPOINT active_record_1
789
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:42:25 UTC +00:00]]
790
-  (0.1ms) RELEASE SAVEPOINT active_record_1
791
- Processing by UsersController#sjis as CSV
792
- User Load (0.2ms) SELECT "users".* FROM "users"
793
- Sent data (0.3ms)
794
- Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
795
-  (0.2ms) rollback transaction
796
-  (0.1ms) begin transaction
797
-  (0.1ms) rollback transaction
798
-  (0.1ms) begin transaction
799
-  (0.1ms) SAVEPOINT active_record_1
800
- SQL (26.0ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
801
-  (0.1ms) RELEASE SAVEPOINT active_record_1
802
-  (0.1ms) SAVEPOINT active_record_1
803
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
804
-  (0.0ms) RELEASE SAVEPOINT active_record_1
805
-  (0.2ms) rollback transaction
806
-  (0.0ms) begin transaction
807
-  (0.0ms) SAVEPOINT active_record_1
808
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
809
-  (0.0ms) RELEASE SAVEPOINT active_record_1
810
-  (0.2ms) rollback transaction
811
-  (0.1ms) begin transaction
812
-  (0.0ms) SAVEPOINT active_record_1
813
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
814
-  (0.0ms) RELEASE SAVEPOINT active_record_1
815
-  (0.2ms) rollback transaction
816
-  (0.0ms) begin transaction
817
-  (0.0ms) SAVEPOINT active_record_1
818
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
819
-  (0.1ms) RELEASE SAVEPOINT active_record_1
820
-  (0.2ms) rollback transaction
821
-  (0.1ms) begin transaction
822
-  (0.1ms) SAVEPOINT active_record_1
823
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
824
-  (0.1ms) RELEASE SAVEPOINT active_record_1
825
-  (0.2ms) rollback transaction
826
-  (0.1ms) begin transaction
827
-  (0.0ms) SAVEPOINT active_record_1
828
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
829
-  (0.0ms) RELEASE SAVEPOINT active_record_1
830
- User Load (0.2ms) SELECT "users".* FROM "users" 
831
-  (0.3ms) rollback transaction
832
-  (0.1ms) begin transaction
833
-  (0.1ms) SAVEPOINT active_record_1
834
- SQL (0.8ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
835
-  (0.1ms) RELEASE SAVEPOINT active_record_1
836
- User Load (0.2ms) SELECT "users".* FROM "users" 
837
-  (0.2ms) rollback transaction
838
-  (0.1ms) begin transaction
839
-  (0.0ms) SAVEPOINT active_record_1
840
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
841
-  (0.1ms) RELEASE SAVEPOINT active_record_1
842
- User Load (0.1ms) SELECT "users".* FROM "users" 
843
-  (0.3ms) rollback transaction
844
-  (0.1ms) begin transaction
845
-  (0.0ms) SAVEPOINT active_record_1
846
- SQL (0.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
847
-  (0.1ms) RELEASE SAVEPOINT active_record_1
848
- User Load (0.1ms) SELECT "users".* FROM "users" 
849
-  (0.2ms) rollback transaction
850
-  (0.0ms) begin transaction
851
-  (0.0ms) SAVEPOINT active_record_1
852
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
853
-  (0.1ms) RELEASE SAVEPOINT active_record_1
854
-  (0.1ms) SAVEPOINT active_record_1
855
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
856
-  (0.0ms) RELEASE SAVEPOINT active_record_1
857
-  (0.2ms) rollback transaction
858
-  (0.1ms) begin transaction
859
-  (0.0ms) SAVEPOINT active_record_1
860
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
861
-  (0.0ms) RELEASE SAVEPOINT active_record_1
862
- User Load (0.1ms) SELECT "users".* FROM "users" 
863
-  (0.2ms) rollback transaction
864
-  (0.1ms) begin transaction
865
-  (0.0ms) SAVEPOINT active_record_1
866
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
867
-  (0.0ms) RELEASE SAVEPOINT active_record_1
868
- Processing by UsersController#index as CSV
869
- User Load (0.2ms) SELECT "users".* FROM "users" 
870
- Rendered text template (0.0ms)
871
- Sent data (32.2ms)
872
- Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
873
-  (0.2ms) rollback transaction
874
-  (0.0ms) begin transaction
875
-  (0.0ms) SAVEPOINT active_record_1
876
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:43:21 UTC +00:00]]
877
-  (0.0ms) RELEASE SAVEPOINT active_record_1
878
- Processing by UsersController#sjis as CSV
879
- User Load (0.2ms) SELECT "users".* FROM "users" 
880
- Sent data (0.3ms)
881
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
882
-  (0.2ms) rollback transaction
883
-  (0.1ms) begin transaction
884
-  (0.0ms) rollback transaction
885
-  (0.0ms) begin transaction
886
-  (0.1ms) SAVEPOINT active_record_1
887
- SQL (24.8ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
888
-  (0.1ms) RELEASE SAVEPOINT active_record_1
889
-  (0.1ms) SAVEPOINT active_record_1
890
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
891
-  (0.1ms) RELEASE SAVEPOINT active_record_1
892
-  (0.3ms) rollback transaction
893
-  (0.0ms) begin transaction
894
-  (0.0ms) SAVEPOINT active_record_1
895
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
896
-  (0.0ms) RELEASE SAVEPOINT active_record_1
897
-  (0.1ms) rollback transaction
898
-  (0.0ms) begin transaction
899
-  (0.0ms) SAVEPOINT active_record_1
900
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
901
-  (0.0ms) RELEASE SAVEPOINT active_record_1
902
-  (0.1ms) rollback transaction
903
-  (0.0ms) begin transaction
904
-  (0.0ms) SAVEPOINT active_record_1
905
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
906
-  (0.0ms) RELEASE SAVEPOINT active_record_1
907
-  (0.2ms) rollback transaction
908
-  (0.0ms) begin transaction
909
-  (0.0ms) SAVEPOINT active_record_1
910
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
911
-  (0.1ms) RELEASE SAVEPOINT active_record_1
912
-  (0.2ms) rollback transaction
913
-  (0.0ms) begin transaction
914
-  (0.0ms) SAVEPOINT active_record_1
915
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
916
-  (0.0ms) RELEASE SAVEPOINT active_record_1
917
- User Load (0.1ms) SELECT "users".* FROM "users" 
918
-  (0.2ms) rollback transaction
919
-  (0.0ms) begin transaction
920
-  (0.0ms) SAVEPOINT active_record_1
921
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
922
-  (0.0ms) RELEASE SAVEPOINT active_record_1
923
- User Load (0.1ms) SELECT "users".* FROM "users" 
924
-  (0.2ms) rollback transaction
925
-  (0.0ms) begin transaction
926
-  (0.0ms) SAVEPOINT active_record_1
927
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
928
-  (0.0ms) RELEASE SAVEPOINT active_record_1
929
- User Load (0.1ms) SELECT "users".* FROM "users" 
930
-  (0.2ms) rollback transaction
931
-  (0.0ms) begin transaction
932
-  (0.0ms) SAVEPOINT active_record_1
933
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
934
-  (0.0ms) RELEASE SAVEPOINT active_record_1
935
- User Load (0.1ms) SELECT "users".* FROM "users" 
936
-  (0.1ms) rollback transaction
937
-  (0.0ms) begin transaction
938
-  (0.0ms) SAVEPOINT active_record_1
939
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
940
-  (0.0ms) RELEASE SAVEPOINT active_record_1
941
-  (0.0ms) SAVEPOINT active_record_1
942
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
943
-  (0.0ms) RELEASE SAVEPOINT active_record_1
944
-  (0.1ms) SELECT COUNT(*) FROM "users"
945
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (id > 1)
946
-  (0.3ms) rollback transaction
947
-  (0.0ms) begin transaction
948
-  (0.0ms) SAVEPOINT active_record_1
949
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
950
-  (0.0ms) RELEASE SAVEPOINT active_record_1
951
- User Load (0.1ms) SELECT "users".* FROM "users" 
952
-  (0.2ms) rollback transaction
953
-  (0.1ms) begin transaction
954
-  (0.0ms) SAVEPOINT active_record_1
955
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
956
-  (0.0ms) RELEASE SAVEPOINT active_record_1
957
- Processing by UsersController#index as CSV
958
- User Load (0.2ms) SELECT "users".* FROM "users" 
959
- Rendered text template (0.0ms)
960
- Sent data (30.3ms)
961
- Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
962
-  (0.3ms) rollback transaction
963
-  (0.1ms) begin transaction
964
-  (0.1ms) SAVEPOINT active_record_1
965
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:43:32 UTC +00:00]]
966
-  (0.1ms) RELEASE SAVEPOINT active_record_1
967
- Processing by UsersController#sjis as CSV
968
- User Load (0.2ms) SELECT "users".* FROM "users" 
969
- Sent data (0.3ms)
970
- Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
971
-  (0.4ms) rollback transaction
972
-  (0.1ms) begin transaction
973
-  (0.0ms) rollback transaction
974
-  (0.0ms) begin transaction
975
-  (0.1ms) SAVEPOINT active_record_1
976
- SQL (23.9ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
977
-  (0.1ms) RELEASE SAVEPOINT active_record_1
978
-  (0.0ms) SAVEPOINT active_record_1
979
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
980
-  (0.0ms) RELEASE SAVEPOINT active_record_1
981
-  (0.2ms) rollback transaction
982
-  (0.0ms) begin transaction
983
-  (0.0ms) SAVEPOINT active_record_1
984
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
985
-  (0.1ms) RELEASE SAVEPOINT active_record_1
986
-  (0.2ms) rollback transaction
987
-  (0.0ms) begin transaction
988
-  (0.0ms) SAVEPOINT active_record_1
989
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
990
-  (0.0ms) RELEASE SAVEPOINT active_record_1
991
-  (0.1ms) rollback transaction
992
-  (0.0ms) begin transaction
993
-  (0.0ms) SAVEPOINT active_record_1
994
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
995
-  (0.0ms) RELEASE SAVEPOINT active_record_1
996
-  (0.1ms) rollback transaction
997
-  (0.0ms) begin transaction
998
-  (0.0ms) SAVEPOINT active_record_1
999
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1000
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1001
-  (0.2ms) rollback transaction
1002
-  (0.0ms) begin transaction
1003
-  (0.0ms) SAVEPOINT active_record_1
1004
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1005
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1006
- User Load (0.2ms) SELECT "users".* FROM "users" 
1007
-  (0.2ms) rollback transaction
1008
-  (0.0ms) begin transaction
1009
-  (0.0ms) SAVEPOINT active_record_1
1010
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1011
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1012
- User Load (0.2ms) SELECT "users".* FROM "users" 
1013
-  (0.2ms) rollback transaction
1014
-  (0.0ms) begin transaction
1015
-  (0.0ms) SAVEPOINT active_record_1
1016
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1017
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1018
- User Load (0.1ms) SELECT "users".* FROM "users" 
1019
-  (0.2ms) rollback transaction
1020
-  (0.1ms) begin transaction
1021
-  (0.0ms) SAVEPOINT active_record_1
1022
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1023
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1024
- User Load (0.1ms) SELECT "users".* FROM "users" 
1025
-  (0.1ms) rollback transaction
1026
-  (0.0ms) begin transaction
1027
-  (0.0ms) SAVEPOINT active_record_1
1028
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1029
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1030
-  (0.0ms) SAVEPOINT active_record_1
1031
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1032
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1033
- User Load (0.1ms) SELECT "users".* FROM "users"
1034
-  (0.1ms) SELECT COUNT(*) FROM "users" 
1035
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (id > 1)
1036
-  (0.2ms) rollback transaction
1037
-  (0.0ms) begin transaction
1038
-  (0.0ms) SAVEPOINT active_record_1
1039
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1040
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1041
- User Load (0.1ms) SELECT "users".* FROM "users"
1042
-  (0.2ms) rollback transaction
1043
-  (0.1ms) begin transaction
1044
-  (0.0ms) SAVEPOINT active_record_1
1045
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1046
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1047
- Processing by UsersController#index as CSV
1048
- User Load (0.2ms) SELECT "users".* FROM "users"
1049
- Rendered text template (0.0ms)
1050
- Sent data (30.8ms)
1051
- Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)
1052
-  (0.3ms) rollback transaction
1053
-  (0.1ms) begin transaction
1054
-  (0.1ms) SAVEPOINT active_record_1
1055
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:13 UTC +00:00]]
1056
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1057
- Processing by UsersController#sjis as CSV
1058
- User Load (0.2ms) SELECT "users".* FROM "users"
1059
- Sent data (0.3ms)
1060
- Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
1061
-  (0.2ms) rollback transaction
1062
-  (0.1ms) begin transaction
1063
-  (0.0ms) rollback transaction
1064
-  (0.0ms) begin transaction
1065
-  (0.1ms) SAVEPOINT active_record_1
1066
- SQL (24.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1067
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1068
-  (0.1ms) SAVEPOINT active_record_1
1069
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1070
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1071
-  (0.2ms) rollback transaction
1072
-  (0.0ms) begin transaction
1073
-  (0.1ms) SAVEPOINT active_record_1
1074
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1075
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1076
-  (0.1ms) rollback transaction
1077
-  (0.0ms) begin transaction
1078
-  (0.0ms) SAVEPOINT active_record_1
1079
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1080
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1081
-  (0.1ms) rollback transaction
1082
-  (0.0ms) begin transaction
1083
-  (0.0ms) SAVEPOINT active_record_1
1084
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1085
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1086
-  (0.1ms) rollback transaction
1087
-  (0.0ms) begin transaction
1088
-  (0.0ms) SAVEPOINT active_record_1
1089
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1090
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1091
-  (0.1ms) rollback transaction
1092
-  (0.0ms) begin transaction
1093
-  (0.0ms) SAVEPOINT active_record_1
1094
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1095
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1096
- User Load (0.2ms) SELECT "users".* FROM "users" 
1097
-  (0.3ms) rollback transaction
1098
-  (0.1ms) begin transaction
1099
-  (0.1ms) SAVEPOINT active_record_1
1100
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1101
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1102
- User Load (0.1ms) SELECT "users".* FROM "users" 
1103
-  (0.2ms) rollback transaction
1104
-  (0.1ms) begin transaction
1105
-  (0.0ms) SAVEPOINT active_record_1
1106
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1107
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1108
- User Load (0.1ms) SELECT "users".* FROM "users" 
1109
-  (0.1ms) rollback transaction
1110
-  (0.0ms) begin transaction
1111
-  (0.0ms) SAVEPOINT active_record_1
1112
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1113
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1114
- User Load (0.1ms) SELECT "users".* FROM "users" 
1115
-  (0.2ms) rollback transaction
1116
-  (0.0ms) begin transaction
1117
-  (0.0ms) SAVEPOINT active_record_1
1118
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1119
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1120
-  (0.0ms) SAVEPOINT active_record_1
1121
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1122
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1123
- User Load (0.1ms) SELECT "users".* FROM "users"
1124
-  (0.2ms) SELECT COUNT(*) FROM "users" 
1125
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (id > 1)
1126
-  (0.2ms) rollback transaction
1127
-  (0.0ms) begin transaction
1128
-  (0.0ms) SAVEPOINT active_record_1
1129
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:25 UTC +00:00]]
1130
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1131
- User Load (0.1ms) SELECT "users".* FROM "users"
1132
-  (0.2ms) rollback transaction
1133
-  (0.1ms) begin transaction
1134
-  (0.0ms) SAVEPOINT active_record_1
1135
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:26 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:26 UTC +00:00]]
1136
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1137
- Processing by UsersController#index as CSV
1138
- User Load (0.2ms) SELECT "users".* FROM "users"
1139
- Rendered text template (0.0ms)
1140
- Sent data (32.2ms)
1141
- Completed 200 OK in 34ms (Views: 34.0ms | ActiveRecord: 0.0ms)
1142
-  (0.3ms) rollback transaction
1143
-  (0.0ms) begin transaction
1144
-  (0.0ms) SAVEPOINT active_record_1
1145
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:26 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:26 UTC +00:00]]
1146
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1147
- Processing by UsersController#sjis as CSV
1148
- User Load (0.1ms) SELECT "users".* FROM "users"
1149
- Sent data (0.3ms)
1150
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1151
-  (0.2ms) rollback transaction
1152
-  (0.1ms) begin transaction
1153
-  (0.0ms) rollback transaction
1154
-  (0.0ms) begin transaction
1155
-  (0.1ms) SAVEPOINT active_record_1
1156
- SQL (25.1ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1157
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1158
-  (0.0ms) SAVEPOINT active_record_1
1159
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1160
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1161
-  (0.2ms) rollback transaction
1162
-  (0.0ms) begin transaction
1163
-  (0.0ms) SAVEPOINT active_record_1
1164
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1165
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1166
-  (0.2ms) rollback transaction
1167
-  (0.0ms) begin transaction
1168
-  (0.0ms) SAVEPOINT active_record_1
1169
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1170
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1171
-  (0.2ms) rollback transaction
1172
-  (0.0ms) begin transaction
1173
-  (0.0ms) SAVEPOINT active_record_1
1174
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1175
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1176
-  (0.3ms) rollback transaction
1177
-  (0.1ms) begin transaction
1178
-  (0.0ms) SAVEPOINT active_record_1
1179
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1180
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1181
-  (0.2ms) rollback transaction
1182
-  (0.0ms) begin transaction
1183
-  (0.0ms) SAVEPOINT active_record_1
1184
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1185
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1186
- User Load (0.2ms) SELECT "users".* FROM "users" 
1187
-  (0.2ms) rollback transaction
1188
-  (0.0ms) begin transaction
1189
-  (0.0ms) SAVEPOINT active_record_1
1190
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1191
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1192
- User Load (0.1ms) SELECT "users".* FROM "users" 
1193
-  (0.1ms) rollback transaction
1194
-  (0.0ms) begin transaction
1195
-  (0.0ms) SAVEPOINT active_record_1
1196
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
673
+ SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
1197
674
   (0.0ms) RELEASE SAVEPOINT active_record_1
1198
675
  User Load (0.1ms) SELECT "users".* FROM "users" 
1199
-  (0.3ms) rollback transaction
1200
-  (0.1ms) begin transaction
1201
676
   (0.0ms) SAVEPOINT active_record_1
1202
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
677
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 03:51:37 UTC +00:00]]
1203
678
   (0.0ms) RELEASE SAVEPOINT active_record_1
1204
679
  User Load (0.1ms) SELECT "users".* FROM "users" 
1205
-  (0.2ms) rollback transaction
1206
-  (0.0ms) begin transaction
1207
-  (0.0ms) SAVEPOINT active_record_1
1208
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1209
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1210
-  (0.0ms) SAVEPOINT active_record_1
1211
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1212
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1213
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
1214
-  (0.2ms) rollback transaction
1215
-  (0.0ms) begin transaction
1216
-  (0.0ms) SAVEPOINT active_record_1
1217
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1218
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1219
- User Load (0.1ms) SELECT "users".* FROM "users"
1220
-  (0.2ms) rollback transaction
1221
-  (0.1ms) begin transaction
1222
-  (0.0ms) SAVEPOINT active_record_1
1223
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1224
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1225
- Processing by UsersController#index as CSV
680
+ Processing by UsersController#index as CSV
1226
681
  User Load (0.2ms) SELECT "users".* FROM "users"
1227
- Rendered text template (0.0ms)
1228
- Sent data (31.0ms)
1229
- Completed 200 OK in 33ms (Views: 32.5ms | ActiveRecord: 0.0ms)
1230
-  (0.2ms) rollback transaction
1231
-  (0.0ms) begin transaction
1232
-  (0.0ms) SAVEPOINT active_record_1
1233
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:44:54 UTC +00:00]]
1234
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1235
- Processing by UsersController#sjis as CSV
1236
- User Load (0.1ms) SELECT "users".* FROM "users"
1237
- Sent data (0.3ms)
1238
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
1239
-  (0.2ms) rollback transaction
1240
-  (0.1ms) begin transaction
1241
-  (0.0ms) rollback transaction
1242
-  (0.0ms) begin transaction
1243
-  (0.1ms) SAVEPOINT active_record_1
1244
- SQL (24.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1245
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1246
-  (0.1ms) SAVEPOINT active_record_1
1247
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1248
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1249
-  (0.3ms) rollback transaction
1250
-  (0.0ms) begin transaction
1251
-  (0.0ms) SAVEPOINT active_record_1
1252
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1253
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1254
-  (0.2ms) rollback transaction
1255
-  (0.0ms) begin transaction
1256
-  (0.0ms) SAVEPOINT active_record_1
1257
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1258
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1259
-  (0.1ms) rollback transaction
1260
-  (0.0ms) begin transaction
1261
-  (0.0ms) SAVEPOINT active_record_1
1262
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1263
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1264
-  (0.1ms) rollback transaction
1265
-  (0.0ms) begin transaction
1266
-  (0.0ms) SAVEPOINT active_record_1
1267
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1268
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1269
-  (0.2ms) rollback transaction
1270
-  (0.0ms) begin transaction
1271
-  (0.0ms) SAVEPOINT active_record_1
1272
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1273
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1274
- User Load (0.1ms) SELECT "users".* FROM "users" 
1275
-  (0.2ms) rollback transaction
1276
-  (0.0ms) begin transaction
1277
-  (0.0ms) SAVEPOINT active_record_1
1278
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1279
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1280
- User Load (0.1ms) SELECT "users".* FROM "users" 
1281
-  (0.2ms) rollback transaction
1282
-  (0.0ms) begin transaction
1283
-  (0.0ms) SAVEPOINT active_record_1
1284
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1285
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1286
- User Load (0.2ms) SELECT "users".* FROM "users" 
1287
-  (0.2ms) rollback transaction
1288
-  (0.0ms) begin transaction
1289
-  (0.0ms) SAVEPOINT active_record_1
1290
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1291
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1292
- User Load (0.1ms) SELECT "users".* FROM "users" 
1293
-  (0.1ms) rollback transaction
1294
-  (0.0ms) begin transaction
1295
-  (0.0ms) SAVEPOINT active_record_1
1296
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1297
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1298
-  (0.0ms) SAVEPOINT active_record_1
1299
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1300
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1301
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
1302
-  (0.2ms) rollback transaction
1303
-  (0.0ms) begin transaction
682
+ Rendered text template (0.0ms)
683
+ Sent data (9.8ms)
684
+ Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
1304
685
   (0.0ms) SAVEPOINT active_record_1
1305
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
686
+ SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 03:51:38 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 03:51:38 UTC +00:00]]
1306
687
   (0.0ms) RELEASE SAVEPOINT active_record_1
1307
688
  User Load (0.1ms) SELECT "users".* FROM "users"
1308
-  (0.2ms) rollback transaction
1309
-  (0.1ms) begin transaction
1310
-  (0.0ms) SAVEPOINT active_record_1
1311
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1312
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1313
- User Load (0.1ms) SELECT "users".* FROM "users"
1314
- Processing by UsersController#index as CSV
689
+ Processing by UsersController#sjis as CSV
1315
690
  User Load (0.2ms) SELECT "users".* FROM "users" 
1316
- Rendered text template (0.0ms)
1317
- Sent data (31.5ms)
1318
- Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)
1319
-  (0.3ms) rollback transaction
1320
-  (0.1ms) begin transaction
1321
-  (0.1ms) SAVEPOINT active_record_1
1322
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:46:30 UTC +00:00]]
1323
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1324
- User Load (0.1ms) SELECT "users".* FROM "users" 
1325
- Processing by UsersController#sjis as CSV
1326
- User Load (0.2ms) SELECT "users".* FROM "users"
1327
691
  Sent data (0.3ms)
1328
- Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)
1329
-  (0.2ms) rollback transaction
1330
-  (0.1ms) begin transaction
1331
-  (0.0ms) rollback transaction
1332
-  (0.0ms) begin transaction
1333
-  (0.1ms) SAVEPOINT active_record_1
1334
- SQL (24.8ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1335
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1336
-  (0.1ms) SAVEPOINT active_record_1
1337
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1338
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1339
-  (0.2ms) rollback transaction
1340
-  (0.0ms) begin transaction
1341
-  (0.0ms) SAVEPOINT active_record_1
1342
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1343
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1344
-  (0.2ms) rollback transaction
1345
-  (0.1ms) begin transaction
1346
-  (0.0ms) SAVEPOINT active_record_1
1347
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1348
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1349
-  (0.2ms) rollback transaction
1350
-  (0.0ms) begin transaction
1351
-  (0.0ms) SAVEPOINT active_record_1
1352
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1353
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1354
-  (0.2ms) rollback transaction
1355
-  (0.0ms) begin transaction
1356
-  (0.0ms) SAVEPOINT active_record_1
1357
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1358
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1359
-  (0.1ms) rollback transaction
1360
-  (0.0ms) begin transaction
1361
-  (0.0ms) SAVEPOINT active_record_1
1362
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1363
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1364
- User Load (0.2ms) SELECT "users".* FROM "users" 
1365
-  (0.2ms) rollback transaction
1366
-  (0.1ms) begin transaction
1367
-  (0.0ms) SAVEPOINT active_record_1
1368
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1369
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1370
- User Load (0.2ms) SELECT "users".* FROM "users" 
1371
-  (0.3ms) rollback transaction
1372
-  (0.1ms) begin transaction
1373
-  (0.0ms) SAVEPOINT active_record_1
1374
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1375
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1376
- User Load (0.2ms) SELECT "users".* FROM "users" 
1377
-  (0.2ms) rollback transaction
1378
-  (0.0ms) begin transaction
1379
-  (0.0ms) SAVEPOINT active_record_1
1380
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1381
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1382
- User Load (0.1ms) SELECT "users".* FROM "users" 
1383
-  (0.2ms) rollback transaction
1384
-  (0.0ms) begin transaction
1385
-  (0.0ms) SAVEPOINT active_record_1
1386
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1387
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1388
-  (0.0ms) SAVEPOINT active_record_1
1389
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1390
-  (0.0ms) RELEASE SAVEPOINT active_record_1
692
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms)
693
+ SQL (0.2ms)  SELECT name
694
+ FROM sqlite_master
695
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
696
+ 
697
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.817126', '2012-03-25 04:16:02.817126')
698
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('よしだ', NULL, NULL, '2012-03-25 04:16:02.827534', '2012-03-25 04:16:02.827534')
699
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.830325', '2012-03-25 04:16:02.830325')
700
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.832936', '2012-03-25 04:16:02.832936')
701
+ AREL (0.5ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.835527', '2012-03-25 04:16:02.835527')
702
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.839121', '2012-03-25 04:16:02.839121')
703
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.840696', '2012-03-25 04:16:02.840696')
704
+ User Load (0.2ms) SELECT "users".* FROM "users"
705
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.846774', '2012-03-25 04:16:02.846774')
706
+ User Load (0.2ms) SELECT "users".* FROM "users"
707
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.849908', '2012-03-25 04:16:02.849908')
708
+ User Load (0.1ms) SELECT "users".* FROM "users"
709
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.853566', '2012-03-25 04:16:02.853566')
710
+ User Load (0.1ms) SELECT "users".* FROM "users"
711
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.856416', '2012-03-25 04:16:02.856416')
712
+ AREL (0.1ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('atsushi', 45, 'none', '2012-03-25 04:16:02.857671', '2012-03-25 04:16:02.857671')
1391
713
  User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
1392
-  (0.2ms) rollback transaction
1393
-  (0.0ms) begin transaction
1394
-  (0.0ms) SAVEPOINT active_record_1
1395
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1396
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1397
- User Load (0.1ms) SELECT "users".* FROM "users"
1398
-  (0.2ms) rollback transaction
1399
-  (0.1ms) begin transaction
1400
-  (0.0ms) SAVEPOINT active_record_1
1401
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1402
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1403
- User Load (0.1ms) SELECT "users".* FROM "users"
1404
- Processing by UsersController#index as CSV
1405
- User Load (0.2ms) SELECT "users".* FROM "users" 
1406
- Rendered text template (0.0ms)
1407
- Sent data (30.2ms)
1408
- Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
1409
-  (0.3ms) rollback transaction
1410
-  (0.0ms) begin transaction
1411
-  (0.0ms) SAVEPOINT active_record_1
1412
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:46:50 UTC +00:00]]
1413
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1414
- User Load (0.2ms) SELECT "users".* FROM "users" 
1415
- Processing by UsersController#sjis as CSV
1416
- User Load (0.2ms) SELECT "users".* FROM "users"
714
+ AREL (0.2ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 29, 'password', '2012-03-25 04:16:02.860027', '2012-03-25 04:16:02.860027')
715
+ User Load (0.1ms) SELECT "users".* FROM "users"
716
+ AREL (0.4ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 04:16:02.865171', '2012-03-25 04:16:02.865171')
717
+ User Load (0.2ms) SELECT "users".* FROM "users"
718
+ Processing by UsersController#index as CSV
719
+ User Load (0.2ms) SELECT "users".* FROM "users"
720
+ Rendered text template (0.0ms)
721
+ Sent data (1.9ms)
722
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 5.4ms)
723
+ AREL (0.3ms) INSERT INTO "users" ("name", "age", "secret", "created_at", "updated_at") VALUES ('yalab', 4, 'secret', '2012-03-25 04:16:02.903095', '2012-03-25 04:16:02.903095')
724
+ User Load (0.2ms) SELECT "users".* FROM "users"
725
+ Processing by UsersController#sjis as CSV
726
+ User Load (0.3ms) SELECT "users".* FROM "users"
1417
727
  Sent data (0.3ms)
1418
- Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
1419
-  (0.2ms) rollback transaction
1420
-  (0.1ms) begin transaction
1421
-  (0.0ms) rollback transaction
1422
-  (0.1ms) begin transaction
1423
-  (0.1ms) SAVEPOINT active_record_1
1424
- SQL (27.7ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1425
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1426
-  (0.0ms) SAVEPOINT active_record_1
1427
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1428
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1429
-  (0.2ms) rollback transaction
1430
-  (0.0ms) begin transaction
1431
-  (0.0ms) SAVEPOINT active_record_1
1432
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1433
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1434
-  (0.1ms) rollback transaction
1435
-  (0.0ms) begin transaction
1436
-  (0.0ms) SAVEPOINT active_record_1
1437
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1438
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1439
-  (0.1ms) rollback transaction
1440
-  (0.0ms) begin transaction
1441
-  (0.0ms) SAVEPOINT active_record_1
1442
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1443
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1444
-  (0.2ms) rollback transaction
1445
-  (0.0ms) begin transaction
1446
-  (0.0ms) SAVEPOINT active_record_1
1447
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1448
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1449
-  (0.1ms) rollback transaction
1450
-  (0.0ms) begin transaction
1451
-  (0.0ms) SAVEPOINT active_record_1
1452
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1453
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1454
- User Load (0.2ms) SELECT "users".* FROM "users" 
1455
-  (0.2ms) rollback transaction
1456
-  (0.0ms) begin transaction
1457
-  (0.0ms) SAVEPOINT active_record_1
1458
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1459
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1460
- User Load (0.1ms) SELECT "users".* FROM "users" 
1461
-  (0.2ms) rollback transaction
1462
-  (0.0ms) begin transaction
1463
-  (0.0ms) SAVEPOINT active_record_1
1464
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1465
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1466
- User Load (0.1ms) SELECT "users".* FROM "users" 
1467
-  (0.2ms) rollback transaction
1468
-  (0.0ms) begin transaction
1469
-  (0.0ms) SAVEPOINT active_record_1
1470
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1471
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1472
- User Load (0.1ms) SELECT "users".* FROM "users" 
1473
-  (0.2ms) rollback transaction
1474
-  (0.0ms) begin transaction
1475
-  (0.0ms) SAVEPOINT active_record_1
1476
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1477
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1478
-  (0.0ms) SAVEPOINT active_record_1
1479
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1480
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1481
- User Load (0.1ms) SELECT "users".* FROM "users" WHERE (age > 39)
1482
-  (0.2ms) rollback transaction
1483
-  (0.0ms) begin transaction
1484
-  (0.0ms) SAVEPOINT active_record_1
1485
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1486
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1487
- User Load (0.1ms) SELECT "users".* FROM "users"
1488
-  (0.2ms) rollback transaction
1489
-  (0.1ms) begin transaction
1490
-  (0.1ms) SAVEPOINT active_record_1
1491
- SQL (0.5ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1492
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1493
- User Load (0.1ms) SELECT "users".* FROM "users"
1494
- Processing by UsersController#index as CSV
1495
- User Load (0.2ms) SELECT "users".* FROM "users" 
1496
- Rendered text template (0.0ms)
1497
- Sent data (33.8ms)
1498
- Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms)
1499
-  (0.4ms) rollback transaction
1500
-  (0.1ms) begin transaction
1501
-  (0.1ms) SAVEPOINT active_record_1
1502
- SQL (0.6ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:47:15 UTC +00:00]]
1503
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1504
- User Load (0.2ms) SELECT "users".* FROM "users" 
1505
- Processing by UsersController#sjis as CSV
1506
- User Load (0.2ms) SELECT "users".* FROM "users"
1507
- Sent data (0.5ms)
1508
- Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
1509
-  (0.2ms) rollback transaction
1510
-  (0.1ms) begin transaction
1511
-  (0.0ms) rollback transaction
1512
-  (0.1ms) begin transaction
1513
-  (0.1ms) SAVEPOINT active_record_1
1514
- SQL (27.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1515
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1516
-  (0.0ms) SAVEPOINT active_record_1
1517
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", nil], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "よしだ"], ["secret", nil], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1518
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1519
-  (0.2ms) rollback transaction
1520
-  (0.0ms) begin transaction
1521
-  (0.0ms) SAVEPOINT active_record_1
1522
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1523
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1524
-  (0.1ms) rollback transaction
1525
-  (0.0ms) begin transaction
1526
-  (0.0ms) SAVEPOINT active_record_1
1527
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1528
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1529
-  (0.1ms) rollback transaction
1530
-  (0.0ms) begin transaction
1531
-  (0.0ms) SAVEPOINT active_record_1
1532
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1533
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1534
-  (0.1ms) rollback transaction
1535
-  (0.0ms) begin transaction
1536
-  (0.0ms) SAVEPOINT active_record_1
1537
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1538
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1539
-  (0.1ms) rollback transaction
1540
-  (0.0ms) begin transaction
1541
-  (0.0ms) SAVEPOINT active_record_1
1542
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1543
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1544
- User Load (0.2ms) SELECT "users".* FROM "users" 
1545
-  (0.2ms) rollback transaction
1546
-  (0.0ms) begin transaction
1547
-  (0.0ms) SAVEPOINT active_record_1
1548
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1549
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1550
- User Load (0.1ms) SELECT "users".* FROM "users" 
1551
-  (0.2ms) rollback transaction
1552
-  (0.1ms) begin transaction
1553
-  (0.0ms) SAVEPOINT active_record_1
1554
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1555
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1556
- User Load (0.1ms) SELECT "users".* FROM "users" 
1557
-  (0.2ms) rollback transaction
1558
-  (0.0ms) begin transaction
1559
-  (0.0ms) SAVEPOINT active_record_1
1560
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1561
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1562
- User Load (0.1ms) SELECT "users".* FROM "users" 
1563
-  (0.2ms) rollback transaction
1564
-  (0.0ms) begin transaction
1565
-  (0.0ms) SAVEPOINT active_record_1
1566
- SQL (0.3ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1567
-  (0.1ms) RELEASE SAVEPOINT active_record_1
1568
-  (0.0ms) SAVEPOINT active_record_1
1569
- SQL (0.2ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 45], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "atsushi"], ["secret", "none"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1570
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1571
- User Load (0.2ms) SELECT "users".* FROM "users" WHERE (age > 39)
1572
-  (0.2ms) rollback transaction
1573
-  (0.0ms) begin transaction
1574
-  (0.0ms) SAVEPOINT active_record_1
1575
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 29], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "password"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1576
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1577
- User Load (0.1ms) SELECT "users".* FROM "users"
1578
-  (0.2ms) rollback transaction
1579
-  (0.1ms) begin transaction
1580
-  (0.0ms) SAVEPOINT active_record_1
1581
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1582
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1583
- User Load (0.1ms) SELECT "users".* FROM "users"
1584
- Processing by UsersController#index as CSV
1585
- User Load (0.2ms) SELECT "users".* FROM "users" 
1586
- Rendered text template (0.0ms)
1587
- Sent data (31.3ms)
1588
- Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms)
1589
-  (0.3ms) rollback transaction
1590
-  (0.0ms) begin transaction
1591
-  (0.0ms) SAVEPOINT active_record_1
1592
- SQL (0.4ms) INSERT INTO "users" ("age", "created_at", "name", "secret", "updated_at") VALUES (?, ?, ?, ?, ?) [["age", 4], ["created_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00], ["name", "yalab"], ["secret", "secret"], ["updated_at", Sun, 25 Mar 2012 01:47:53 UTC +00:00]]
1593
-  (0.0ms) RELEASE SAVEPOINT active_record_1
1594
- User Load (0.1ms) SELECT "users".* FROM "users" 
1595
- Processing by UsersController#sjis as CSV
1596
- User Load (0.2ms) SELECT "users".* FROM "users"
1597
- Sent data (0.4ms)
1598
- Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms)
1599
-  (0.3ms) rollback transaction
728
+ Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.7ms)