twitter-auth 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 7
3
+ :patch: 8
4
4
  :major: 0
@@ -23,9 +23,9 @@ module TwitterAuth
23
23
  ]
24
24
 
25
25
  validates_presence_of :login
26
- validates_format_of :login, :with => /\A[a-z0-9_]+\z/
26
+ validates_format_of :login, :with => /\A[a-z0-9_]+\z/i
27
27
  validates_length_of :login, :in => 1..15
28
- validates_uniqueness_of :login
28
+ validates_uniqueness_of :login, :case_sensitive => false
29
29
 
30
30
  def self.table_name; 'users' end
31
31
 
data/spec/debug.log CHANGED
@@ -293201,3 +293201,860 @@ e', "updated_at" = '2009-03-20 22:27:28', "salt" = '2ce6b016' WHERE "id" = 1
293201
293201
  TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293202
293202
  TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293203
293203
  User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('31938082', 'Twitter Man', NULL, '2009-03-20 23:56:18', '�6�''�� %00�vFA7>', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-20 23:56:18')
293204
+ SQL (0.3ms) select sqlite_version(*)
293205
+ SQL (1.2ms)  SELECT name
293206
+ FROM sqlite_master
293207
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293208
+ 
293209
+ SQL (2.6ms) DROP TABLE "twitter_auth_users"
293210
+ SQL (2.3ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
293211
+ SQL (0.4ms)  SELECT name
293212
+ FROM sqlite_master
293213
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293214
+ 
293215
+ SQL (0.2ms) SELECT version FROM "schema_migrations"
293216
+ SQL (0.3ms)  SELECT name
293217
+ FROM sqlite_master
293218
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293219
+ 
293220
+ SQL (1.9ms) DROP TABLE "twitter_auth_users"
293221
+ SQL (2.0ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
293222
+ SQL (0.3ms)  SELECT name
293223
+ FROM sqlite_master
293224
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293225
+ 
293226
+ SQL (0.2ms) SELECT version FROM "schema_migrations"
293227
+ SQL (0.3ms)  SELECT name
293228
+ FROM sqlite_master
293229
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293230
+ 
293231
+ SQL (1.9ms) DROP TABLE "twitter_auth_users"
293232
+ SQL (1.7ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
293233
+ SQL (0.3ms)  SELECT name
293234
+ FROM sqlite_master
293235
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293236
+ 
293237
+ SQL (0.3ms) SELECT version FROM "schema_migrations"
293238
+ SQL (0.3ms)  SELECT name
293239
+ FROM sqlite_master
293240
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293241
+ 
293242
+ SQL (2.0ms) DROP TABLE "twitter_auth_users"
293243
+ SQL (1.7ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
293244
+ SQL (0.3ms)  SELECT name
293245
+ FROM sqlite_master
293246
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293247
+ 
293248
+ SQL (0.2ms) SELECT version FROM "schema_migrations"
293249
+ SQL (0.3ms)  SELECT name
293250
+ FROM sqlite_master
293251
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293252
+ 
293253
+ SQL (1.9ms) DROP TABLE "twitter_auth_users"
293254
+ SQL (1.9ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
293255
+ SQL (0.3ms)  SELECT name
293256
+ FROM sqlite_master
293257
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
293258
+ 
293259
+ SQL (0.2ms) SELECT version FROM "schema_migrations"
293260
+ User Load (0.2ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293261
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293262
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293263
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293264
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293265
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293266
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293267
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakeaccesstokensecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'fakeaccesstoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293268
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293269
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293270
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293271
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293272
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293273
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293274
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293275
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293276
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293277
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293278
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293279
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293280
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293281
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293282
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293283
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293284
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293285
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293286
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293287
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293288
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293289
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293290
+ User Load (0.6ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293291
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293292
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293293
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293294
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293295
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293296
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293297
+ User Update (0.2ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293298
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293299
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293300
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293301
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293302
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293303
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293304
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293305
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293306
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293307
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293308
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293309
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293310
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293311
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293312
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293313
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293314
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293315
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293316
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293317
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293318
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293319
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293320
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293321
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293322
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293323
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293324
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293325
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293326
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293327
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293328
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293329
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293330
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293331
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293332
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293333
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293334
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293335
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293336
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293337
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293338
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293339
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293340
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293341
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293342
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293343
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293344
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293345
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293346
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293347
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293348
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293349
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293350
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293351
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293352
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293353
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293354
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293355
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293356
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293357
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293358
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293359
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293360
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293361
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293362
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293363
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293364
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293365
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293366
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293367
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293368
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293369
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293370
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293371
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293372
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293373
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293374
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293375
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293376
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293377
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293378
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293379
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('c500a041', 'Twitter Man', NULL, '2009-03-21 17:46:18', '�H�� [3�|��An�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293380
+ User Load (0.7ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293381
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293382
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293383
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293384
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293385
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293386
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293387
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "crypted_password" = NULL, "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0, "salt" = 'def280bb' WHERE "id" = 1
293388
+ TwitterAuth::GenericUser Exists (0.3ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293389
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293390
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293391
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293392
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293393
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293394
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('a1cc4b0f', 'Twitter Man', NULL, '2009-03-21 17:46:18', ')�b!��*��1l��G', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293395
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293396
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293397
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293398
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293399
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293400
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293401
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('b8fc149f', 'Twitter Man', NULL, '2009-03-21 17:46:18', '����y���h���''7�6', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293402
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293403
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293404
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293405
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293406
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293407
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293408
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('684f16ba', 'Twitter Man', NULL, '2009-03-21 17:46:18', '�;�i��UYk��z�Pz', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293409
+ User Load (0.2ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293410
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293411
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293412
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293413
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293414
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293415
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293416
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakesecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'faketoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293417
+ User Load (0.2ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293418
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293419
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293420
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293421
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293422
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293423
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293424
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakesecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'faketoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293425
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293426
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293427
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293428
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293429
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293430
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293431
+ User Create (0.6ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakesecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'faketoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293432
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293433
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293434
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293435
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293436
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293437
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293438
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293439
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) 
293440
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293441
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293442
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293443
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293444
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293445
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293446
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293447
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "access_token" = 'faketoken', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "access_secret" = 'fakesecret', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293448
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293449
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293450
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293451
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293452
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293453
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293454
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'someothersecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'someothertoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293455
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293456
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293457
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293458
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293459
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293460
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293461
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293462
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "access_token" = 'faketoken', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "access_secret" = 'fakesecret', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293463
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) 
293464
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293465
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293466
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293467
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293468
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293469
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293470
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Not Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293471
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293472
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293473
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293474
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293475
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293476
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293477
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293478
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "access_token" = 'faketoken', "name" = 'Twitter Man', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "access_secret" = 'fakesecret', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0 WHERE "id" = 1
293479
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "twitter_auth_users" 
293480
+ User Load (0.2ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293481
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293482
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293483
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293484
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293485
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293486
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293487
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakesecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'faketoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293488
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "twitter_auth_users" 
293489
+ User Load (0.3ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293490
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293491
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293492
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293493
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293494
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293495
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293496
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', 'e0ff92', '2009-03-21 17:46:18', NULL, '0000ff', '87bc44', 'fakesecret', NULL, 0, 'Saving the world for all Twitter kind.', 'f', '000000', NULL, 'faketoken', '9ae4e8', NULL, 'twitterman', 2, 0, 2, NULL, 'http://static.twitter.com/images/default_profile_normal.png', '2009-03-21 17:46:18')
293497
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293498
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293499
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293500
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293501
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293502
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293503
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293504
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293505
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293506
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293507
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293508
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293509
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293510
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293511
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293512
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293513
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293514
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293515
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293516
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293517
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293518
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293519
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293520
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293521
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293522
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293523
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293524
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:18', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293525
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293526
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293527
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293528
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293529
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293530
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293531
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('dc213cdd', 'Twitter Man', NULL, '2009-03-21 17:46:18', '�҇��(3���<��\', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293532
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293533
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293534
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293535
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293536
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293537
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293538
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('ebe41f2f', 'Twitter Man', NULL, '2009-03-21 17:46:18', '4�����˥~�=''N�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293539
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293540
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293541
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293542
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293543
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293544
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293545
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('011829e0', 'Twitter Man', NULL, '2009-03-21 17:46:18', 'H����
293546
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293547
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293548
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293549
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293550
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293551
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293552
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('3c6dfd0f', 'Twitter Man', NULL, '2009-03-21 17:46:18', 'Uj�>?�r���w�9�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293553
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293554
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293555
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293556
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293557
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293558
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293559
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('0eb67cba', 'Twitter Man', NULL, '2009-03-21 17:46:18', 'ر�����Z�do_��', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293560
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293561
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293562
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293563
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293564
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293565
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293566
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293567
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "protected" = 'f', "profile_sidebar_fill_color" = 'e0ff92', "profile_sidebar_border_color" = '87bc44', "statuses_count" = 0, "profile_link_color" = '0000ff', "profile_background_color" = '9ae4e8', "profile_text_color" = '000000', "profile_image_url" = 'http://static.twitter.com/images/default_profile_normal.png', "crypted_password" = '�����X������jd', "followers_count" = 2, "friends_count" = 2, "updated_at" = '2009-03-21 17:46:18', "favourites_count" = 0, "salt" = '6471a23d' WHERE "id" = 1
293568
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293569
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293570
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293571
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293572
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293573
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293574
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('e8f87551', 'Twitter Man', NULL, '2009-03-21 17:46:18', '�� ��^$S�z�<', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293575
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293576
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293577
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293578
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293579
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293580
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293581
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293582
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = NULL, "description" = NULL, "crypted_password" = '�H\є�#tH e-�', "updated_at" = '2009-03-21 17:46:18', "salt" = '924bd41f' WHERE "id" = 1
293583
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293584
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293585
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293586
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293587
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293588
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293589
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('d93e0a30', 'Twitter Man', NULL, '2009-03-21 17:46:18', '��%25֢��5���\#�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293590
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293591
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293592
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293593
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293594
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293595
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293596
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293597
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'New Name', "description" = NULL, "crypted_password" = '@?��d��u@ ��׆�', "updated_at" = '2009-03-21 17:46:18', "salt" = 'b2185ee7' WHERE "id" = 1
293598
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293599
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293600
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293601
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293602
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293603
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293604
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('862c2734', 'Twitter Man', NULL, '2009-03-21 17:46:18', 'F�C���Դ`}�6', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293605
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'twitterman') LIMIT 1
293606
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293607
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293608
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293609
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293610
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293611
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293612
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'New Name', "description" = NULL, "crypted_password" = 'e����z���b���&�', "updated_at" = '2009-03-21 17:46:18', "salt" = '3ae6ce95' WHERE "id" = 1
293613
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293614
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293615
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293616
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293617
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293618
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293619
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('9c48b5bc', 'Twitter Man', NULL, '2009-03-21 17:46:18', '���
293620
+ mal�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293621
+ SQL (0.1ms) SELECT count(*) AS count_all FROM "twitter_auth_users" 
293622
+ User Load (0.1ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'dude') LIMIT 1
293623
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293624
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293625
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293626
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293627
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293628
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293629
+ User Create (0.1ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('70debd2a', 'Lebowski', NULL, '2009-03-21 17:46:18', '�_:�W�D�:8���9', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'dude', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:18')
293630
+ SQL (0.1ms) SELECT count(*) AS count_all FROM "twitter_auth_users" 
293631
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293632
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293633
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293634
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293635
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293636
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293637
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('e94da645', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�� l��h��Ɣ�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293638
+ User Load (0.1ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" = 'dude') LIMIT 1
293639
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293640
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293641
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293642
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293643
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293644
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'dude') LIMIT 1
293645
+ User Create (0.1ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('82d666f9', 'Lebowski', NULL, '2009-03-21 17:46:19', 'ab&�fQx:��5�?���', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'dude', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293646
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293647
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293648
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293649
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293650
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293651
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293652
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('af602018', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�c&�=�(�lkYx�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293653
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293654
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293655
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293656
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293657
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293658
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293659
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('7c081bff', 'Twitter Man', NULL, '2009-03-21 17:46:19', 'y�<���> "H���', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293660
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293661
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293662
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293663
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293664
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293665
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293666
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293667
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293668
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293669
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293670
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293671
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293672
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293673
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293674
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293675
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293676
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293677
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293678
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293679
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293680
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293681
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293682
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293683
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293684
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293685
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293686
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293687
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293688
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293689
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293690
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293691
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293692
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293693
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293694
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293695
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293696
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293697
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293698
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293699
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293700
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293701
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293702
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293703
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293704
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293705
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293706
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293707
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293708
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293709
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293710
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293711
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293712
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293713
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293714
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293715
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293716
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293717
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293718
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293719
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293720
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293721
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293722
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293723
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293724
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293725
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293726
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293727
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293728
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293729
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293730
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293731
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293732
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293733
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293734
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293735
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293736
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'secret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'token', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293737
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293738
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293739
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293740
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293741
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293742
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293743
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293744
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) LIMIT 1
293745
+ User Load (0.2ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 2345) LIMIT 1
293746
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293747
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293748
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293749
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293750
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293751
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293752
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293753
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293754
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293755
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293756
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293757
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293758
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293759
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293760
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293761
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293762
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293763
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293764
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293765
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293766
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293767
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293768
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293769
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293770
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293771
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293772
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293773
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293774
+ User Load (0.5ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) LIMIT 1
293775
+ User Load (0.1ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" IS NULL) LIMIT 1
293776
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293777
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293778
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293779
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293780
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293781
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
293782
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293783
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293784
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293785
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293786
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293787
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
293788
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293789
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293790
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293791
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293792
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293793
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
293794
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293795
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293796
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293797
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293798
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293799
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
293800
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293801
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293802
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293803
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293804
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293805
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
293806
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293807
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293808
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293809
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293810
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293811
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
293812
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293813
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293814
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293815
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293816
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293817
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
293818
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293819
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293820
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293821
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293822
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293823
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
293824
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293825
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293826
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293827
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293828
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293829
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
293830
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293831
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293832
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293833
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293834
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293835
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
293836
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293837
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293838
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293839
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293840
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293841
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293842
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293843
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293844
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293845
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293846
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293847
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293848
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293849
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293850
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293851
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293852
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293853
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293854
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293855
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293856
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293857
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293858
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293859
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293860
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293861
+ User Create (0.5ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Dude', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Awesome, man.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293862
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293863
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293864
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293865
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293866
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293867
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293868
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'Twitter Man', "description" = 'Works.', "updated_at" = '2009-03-21 17:46:19' WHERE "id" = 1
293869
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) 
293870
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293871
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293872
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293873
+ TwitterAuth::GenericUser Exists (0.7ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293874
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293875
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293876
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Dude', NULL, '2009-03-21 17:46:19', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Awesome, man.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293877
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293878
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293879
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293880
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293881
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293882
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
293883
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'Twitter Man', "description" = 'Works.', "updated_at" = '2009-03-21 17:46:19' WHERE "id" = 1
293884
+ TwitterAuth::GenericUser Exists (0.3ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293885
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293886
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293887
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293888
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293889
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293890
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('598cca22', 'Twitter Man', NULL, '2009-03-21 17:46:19', 'vȍD�
293891
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293892
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293893
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293894
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293895
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293896
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293897
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('7f6bed5b', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�����Қ8a�����', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293898
+ TwitterAuth::GenericUser Exists (0.3ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293899
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293900
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293901
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293902
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293903
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293904
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('15bc81f2', 'Twitter Man', NULL, '2009-03-21 17:46:19', 'z�ƴ;؜3m����F', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293905
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293906
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293907
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293908
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293909
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293910
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293911
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('46eb80d5', 'Twitter Man', NULL, '2009-03-21 17:46:19', '2~ RbI��Y}�f��', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293912
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293913
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293914
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293915
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293916
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293917
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293918
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('e4bfef8f', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�� ��"ʪ.(���', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293919
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293920
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293921
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293922
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293923
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293924
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293925
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('abf89f89', 'Twitter Man', NULL, '2009-03-21 17:46:19', 'k��E��TI�?ls�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293926
+ TwitterAuth::GenericUser Exists (0.3ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293927
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293928
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293929
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293930
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293931
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293932
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('60e1a823', 'Twitter Man', NULL, '2009-03-21 17:46:19', '!1�$���[�圥�%25�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293933
+ TwitterAuth::GenericUser Exists (0.5ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293934
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293935
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293936
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293937
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293938
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293939
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('f171f374', 'Twitter Man', NULL, '2009-03-21 17:46:19', '��z�h��0���WC�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293940
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293941
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293942
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293943
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293944
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293945
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293946
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('bd17b0cf', 'Twitter Man', NULL, '2009-03-21 17:46:19', '}�K��%252���T�6�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293947
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293948
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293949
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293950
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293951
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293952
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293953
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('74e61368', 'Twitter Man', NULL, '2009-03-21 17:46:19', ':B��؄-e''�'' A�Id', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293954
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293955
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293956
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293957
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293958
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293959
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293960
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('ebe7b2e7', 'Twitter Man', NULL, '2009-03-21 17:46:19', '���s���-|CmK�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293961
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293962
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293963
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293964
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293965
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293966
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293967
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('8b108aa5', 'Twitter Man', NULL, '2009-03-21 17:46:19', '���΋?�)���/�', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293968
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293969
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293970
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293971
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293972
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293973
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293974
+ User Create (0.4ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('f65b5754', 'Twitter Man', NULL, '2009-03-21 17:46:19', '߭x��!��3�řR', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293975
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293976
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293977
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293978
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293979
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293980
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293981
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('8eaed53e', 'Twitter Man', NULL, '2009-03-21 17:46:19', '���;�?�6N��pz', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293982
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293983
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293984
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293985
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293986
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293987
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293988
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('938f6a25', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�j�r�T�.����v��', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293989
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293990
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293991
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293992
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293993
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293994
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293995
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('dfc7d03d', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�O��B
293996
+ S;Nv��', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
293997
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293998
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
293999
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294000
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294001
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294002
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294003
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES('41c1611a', 'Twitter Man', NULL, '2009-03-21 17:46:19', '�WQ�s,d� 5�aP�G', NULL, NULL, NULL, NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, NULL, NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:46:19')
294004
+ SQL (0.2ms) select sqlite_version(*)
294005
+ SQL (0.5ms)  SELECT name
294006
+ FROM sqlite_master
294007
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
294008
+ 
294009
+ SQL (2.4ms) DROP TABLE "twitter_auth_users"
294010
+ SQL (2.0ms) CREATE TABLE "twitter_auth_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255), "access_token" varchar(255), "access_secret" varchar(255), "crypted_password" blob, "salt" varchar(255), "name" varchar(255), "location" varchar(255), "description" varchar(255), "profile_image_url" varchar(255), "url" varchar(255), "protected" boolean, "profile_background_color" varchar(255), "profile_sidebar_fill_color" varchar(255), "profile_link_color" varchar(255), "profile_sidebar_border_color" varchar(255), "profile_text_color" varchar(255), "friends_count" integer, "statuses_count" integer, "followers_count" integer, "favourites_count" integer, "utc_offset" integer, "time_zone" varchar(255), "created_at" datetime, "updated_at" datetime) 
294011
+ SQL (0.4ms)  SELECT name
294012
+ FROM sqlite_master
294013
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
294014
+ 
294015
+ SQL (0.3ms) SELECT version FROM "schema_migrations"
294016
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
294017
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE ("twitter_auth_users"."login" IS NULL) LIMIT 1
294018
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
294019
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'some_guy') LIMIT 1
294020
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
294021
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'awesome') LIMIT 1
294022
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
294023
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'cool_man') LIMIT 1
294024
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
294025
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with-dashes') LIMIT 1
294026
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
294027
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with.periods') LIMIT 1
294028
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
294029
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'with spaces') LIMIT 1
294030
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
294031
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'x') LIMIT 1
294032
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
294033
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxxx') LIMIT 1
294034
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
294035
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'xxxxxxxxxxxxxxx') LIMIT 1
294036
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294037
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294038
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:47:17', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:47:17')
294039
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294040
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294041
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294042
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294043
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294044
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294045
+ User Create (0.5ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Twitter Man', NULL, '2009-03-21 17:47:17', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Saving the world for all Twitter kind.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:47:17')
294046
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294047
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294048
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294049
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294050
+ User Create (0.3ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Dude', NULL, '2009-03-21 17:47:17', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Awesome, man.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:47:17')
294051
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
294052
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
294053
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'Twitter Man', "description" = 'Works.', "updated_at" = '2009-03-21 17:47:17' WHERE "id" = 1
294054
+ User Load (0.4ms) SELECT * FROM "twitter_auth_users" WHERE ("twitter_auth_users"."id" = 1) 
294055
+ TwitterAuth::GenericUser Exists (0.2ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294056
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman') LIMIT 1
294057
+ User Create (0.2ms) INSERT INTO "twitter_auth_users" ("salt", "name", "profile_sidebar_fill_color", "updated_at", "crypted_password", "profile_link_color", "profile_sidebar_border_color", "access_secret", "url", "favourites_count", "description", "protected", "profile_text_color", "utc_offset", "access_token", "profile_background_color", "time_zone", "login", "friends_count", "statuses_count", "followers_count", "location", "profile_image_url", "created_at") VALUES(NULL, 'Dude', NULL, '2009-03-21 17:47:17', NULL, NULL, NULL, 'fakeaccesstokensecret', NULL, NULL, 'Awesome, man.', NULL, NULL, NULL, 'fakeaccesstoken', NULL, NULL, 'twitterman', NULL, NULL, NULL, NULL, NULL, '2009-03-21 17:47:17')
294058
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
294059
+ TwitterAuth::GenericUser Exists (0.1ms) SELECT "twitter_auth_users".id FROM "twitter_auth_users" WHERE (LOWER("twitter_auth_users"."login") = 'twitterman' AND "twitter_auth_users".id <> 1) LIMIT 1
294060
+ User Update (0.1ms) UPDATE "twitter_auth_users" SET "name" = 'Twitter Man', "description" = 'Works.', "updated_at" = '2009-03-21 17:47:17' WHERE "id" = 1