audit_rails 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjUyN2Y5YWI3YzUzODM2NmY0ZGY0NjkwNzIwYzg2ZTExMmIyZTZjNA==
4
+ MjIwMTdhZmQ0ZDQ5NGI4MjQ3YzY1NzJhMDY4MWIxZThhNGRhMmQ2NA==
5
5
  data.tar.gz: !binary |-
6
- ODcwODQ5NGE4YWUxYjI1ZmNjY2U0NjVkNWY2Y2ZiMmQ5YzkzYjk4OQ==
6
+ NTRlYjU3NWZhMmM0YzRmY2RiOGY0ZGZiYjhjYzg4NTMxODZkMjBhOQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDMzYzdiMGU2NjZhNTI3MTk1ZDFlZThlM2ViYmU5NzU3NmE5ZGY1ZTg5M2Rh
10
- MWYzYzJiODAxZTk5ODhlNjFkNzQ0NDViY2VhMTk2Nzg4OGFhYThjNDg3MDEy
11
- NjQ0YWZmYTI0MzM1M2U3MTQwOThhMzEwODRlNDJkMTI2ODJiZTk=
9
+ M2JkYTRkYWEwYzdmZmYxNjQwNzM5OTI1YmQ4ZTM0MTg2NjRjNjBhYjk3YjQy
10
+ ZDVmNGZiNDc5NTYzYzBmZjJiMDIyY2QxOWIzMjcyNDAxNDYyYTQ0Y2U3YjZk
11
+ MWY4YjliNzIwOGY1OTY5ZmFmZjBhMmEzYWI4ZDU4ODVhZDRhY2Q=
12
12
  data.tar.gz: !binary |-
13
- N2U4ZTQ4YjBiOTQ3NmEzM2E3YzQ2ZTU2NmI0NjBhZjE4NDc3MjdmYTJkZWZm
14
- NjJmMGI0Nzk5YTM1NmVlNjljOTI3ZDA3NDljMzBjM2I1YTVlY2JiM2EzNDQ0
15
- NjBmYTk1MjlkNzk1MzNjNGYwM2FkNzk5YzBiM2YzZjM5OTkwMWM=
13
+ OWI4YjkxNmQ3N2FkMmViODg5Nzk4ZjQ2Y2E3ZDU2ZjgzMDMxNDlhMGY5ZTdk
14
+ MjY2Yzk1MThlODZlNjM4ZjM2MTFiOGE0OTI0MTc3Y2NiYmM1NmI0MmZiMDY2
15
+ OTVmZTQxMjM4YzBmMjRhNzIyYmY3ZmVhNjYwMTk0OTJlYmEyNzM=
@@ -1,3 +1,3 @@
1
1
  module AuditRails
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
Binary file
@@ -393,3 +393,131 @@ Connecting to database specified by database.yml
393
393
   (1.2ms) DROP TABLE "audit_rails_audits"
394
394
   (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
395
395
   (0.1ms) SELECT version FROM "schema_migrations"
396
+ Connecting to database specified by database.yml
397
+  (2.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
398
+  (0.3ms) select sqlite_version(*)
399
+  (1.9ms) DROP TABLE "audit_rails_audits"
400
+  (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
401
+  (0.3ms) SELECT version FROM "schema_migrations"
402
+ Connecting to database specified by database.yml
403
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
404
+  (0.3ms) select sqlite_version(*)
405
+  (3.2ms) DROP TABLE "audit_rails_audits"
406
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
407
+  (0.1ms) SELECT version FROM "schema_migrations"
408
+ Connecting to database specified by database.yml
409
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
410
+  (0.3ms) select sqlite_version(*)
411
+  (3.0ms) DROP TABLE "audit_rails_audits"
412
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
413
+  (0.1ms) SELECT version FROM "schema_migrations"
414
+ Connecting to database specified by database.yml
415
+  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
416
+  (0.3ms) select sqlite_version(*)
417
+  (2.9ms) DROP TABLE "audit_rails_audits"
418
+  (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
419
+  (0.1ms) SELECT version FROM "schema_migrations"
420
+ Connecting to database specified by database.yml
421
+  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
422
+  (0.3ms) select sqlite_version(*)
423
+  (1.2ms) DROP TABLE "audit_rails_audits"
424
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
425
+  (0.1ms) SELECT version FROM "schema_migrations"
426
+ Connecting to database specified by database.yml
427
+  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
428
+  (0.3ms) select sqlite_version(*)
429
+  (3.0ms) DROP TABLE "audit_rails_audits"
430
+  (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
431
+  (0.1ms) SELECT version FROM "schema_migrations"
432
+ Connecting to database specified by database.yml
433
+  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
434
+  (0.3ms) select sqlite_version(*)
435
+  (3.5ms) DROP TABLE "audit_rails_audits"
436
+  (1.0ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
437
+  (0.1ms) SELECT version FROM "schema_migrations"
438
+ Connecting to database specified by database.yml
439
+  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
440
+  (0.3ms) select sqlite_version(*)
441
+  (3.5ms) DROP TABLE "audit_rails_audits"
442
+  (1.4ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
443
+  (0.1ms) SELECT version FROM "schema_migrations"
444
+ Connecting to database specified by database.yml
445
+  (3.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
446
+  (0.3ms) select sqlite_version(*)
447
+  (1.6ms) DROP TABLE "audit_rails_audits"
448
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
449
+  (0.1ms) SELECT version FROM "schema_migrations"
450
+ Connecting to database specified by database.yml
451
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
452
+  (0.3ms) select sqlite_version(*)
453
+  (3.5ms) DROP TABLE "audit_rails_audits"
454
+  (1.1ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
455
+  (0.1ms) SELECT version FROM "schema_migrations"
456
+ Connecting to database specified by database.yml
457
+  (3.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
458
+  (0.3ms) select sqlite_version(*)
459
+  (1.1ms) DROP TABLE "audit_rails_audits"
460
+  (1.1ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
461
+  (0.1ms) SELECT version FROM "schema_migrations"
462
+ Connecting to database specified by database.yml
463
+ Connecting to database specified by database.yml
464
+ Connecting to database specified by database.yml
465
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
466
+  (0.3ms) select sqlite_version(*)
467
+  (1.2ms) DROP TABLE "audit_rails_audits"
468
+  (0.7ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
469
+  (0.1ms) SELECT version FROM "schema_migrations"
470
+ Connecting to database specified by database.yml
471
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
472
+  (0.3ms) select sqlite_version(*)
473
+  (101.4ms) DROP TABLE "audit_rails_audits"
474
+  (3.3ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
475
+  (0.1ms) SELECT version FROM "schema_migrations"
476
+ Connecting to database specified by database.yml
477
+  (3.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
478
+  (0.3ms) select sqlite_version(*)
479
+  (1.2ms) DROP TABLE "audit_rails_audits"
480
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
481
+  (0.1ms) SELECT version FROM "schema_migrations"
482
+ Connecting to database specified by database.yml
483
+  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
484
+  (0.3ms) select sqlite_version(*)
485
+  (2.9ms) DROP TABLE "audit_rails_audits"
486
+  (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
487
+  (0.1ms) SELECT version FROM "schema_migrations"
488
+ Connecting to database specified by database.yml
489
+  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
490
+  (0.3ms) select sqlite_version(*)
491
+  (2.9ms) DROP TABLE "audit_rails_audits"
492
+  (1.0ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
493
+  (0.1ms) SELECT version FROM "schema_migrations"
494
+ Connecting to database specified by database.yml
495
+  (20.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
496
+  (0.3ms) select sqlite_version(*)
497
+  (3.2ms) DROP TABLE "audit_rails_audits"
498
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
499
+  (0.1ms) SELECT version FROM "schema_migrations"
500
+ Connecting to database specified by database.yml
501
+  (19.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
502
+  (0.2ms) select sqlite_version(*)
503
+  (2.8ms) DROP TABLE "audit_rails_audits"
504
+  (1.1ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
505
+  (0.1ms) SELECT version FROM "schema_migrations"
506
+ Connecting to database specified by database.yml
507
+  (17.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
508
+  (0.3ms) select sqlite_version(*)
509
+  (3.0ms) DROP TABLE "audit_rails_audits"
510
+  (0.9ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
511
+  (0.1ms) SELECT version FROM "schema_migrations"
512
+ Connecting to database specified by database.yml
513
+  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
514
+  (0.3ms) select sqlite_version(*)
515
+  (2.7ms) DROP TABLE "audit_rails_audits"
516
+  (0.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
517
+  (0.1ms) SELECT version FROM "schema_migrations"
518
+ Connecting to database specified by database.yml
519
+  (19.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
520
+  (0.3ms) select sqlite_version(*)
521
+  (100.4ms) DROP TABLE "audit_rails_audits"
522
+  (2.8ms) CREATE TABLE "audit_rails_audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "action" varchar(255), "controller" varchar(255), "description" varchar(255), "user_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
523
+  (0.1ms) SELECT version FROM "schema_migrations"
@@ -2514,3 +2514,1361 @@ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)
2514
2514
   (0.0ms) RELEASE SAVEPOINT active_record_1
2515
2515
   (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2516
2516
   (0.3ms) rollback transaction
2517
+ Connecting to database specified by database.yml
2518
+  (0.3ms) begin transaction
2519
+ Processing by AnonymousController#login as HTML
2520
+ Parameters: {"id"=>"1"}
2521
+  (1.6ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2522
+  (0.1ms) SAVEPOINT active_record_1
2523
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2525
+ Rendered text template (0.0ms)
2526
+ Completed 200 OK in 55ms (Views: 30.0ms | ActiveRecord: 4.1ms)
2527
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2528
+  (0.3ms) rollback transaction
2529
+  (0.1ms) begin transaction
2530
+  (0.1ms) rollback transaction
2531
+  (0.1ms) begin transaction
2532
+  (0.0ms) rollback transaction
2533
+  (0.0ms) begin transaction
2534
+  (0.1ms) rollback transaction
2535
+  (0.1ms) begin transaction
2536
+  (0.0ms) SAVEPOINT active_record_1
2537
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-21 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2539
+  (0.0ms) SAVEPOINT active_record_1
2540
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-20 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2542
+  (0.0ms) SAVEPOINT active_record_1
2543
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-19 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2545
+ Processing by AuditRails::AuditsController#index as HTML
2546
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
2547
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.1ms)
2548
+  (0.4ms) rollback transaction
2549
+  (0.1ms) begin transaction
2550
+  (0.1ms) SAVEPOINT active_record_1
2551
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-21 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2553
+  (0.0ms) SAVEPOINT active_record_1
2554
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-20 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2556
+  (0.0ms) SAVEPOINT active_record_1
2557
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", "User logged on at 2013-09-19 09:26:49 UTC"], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2559
+ Processing by AuditRails::AuditsController#index as XLS
2560
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
2561
+ Sent data audits.xls (0.5ms)
2562
+ Completed 200 OK in 15ms (Views: 0.4ms | ActiveRecord: 0.1ms)
2563
+  (0.4ms) rollback transaction
2564
+  (0.1ms) begin transaction
2565
+ Processing by AuditRails::AuditsController#analytics as HTML
2566
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
2567
+  (0.1ms) rollback transaction
2568
+  (0.1ms) begin transaction
2569
+ Processing by AuditRails::AuditsController#create as HTML
2570
+  (0.1ms) SAVEPOINT active_record_1
2571
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2573
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)
2574
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2575
+  (0.3ms) rollback transaction
2576
+  (0.1ms) begin transaction
2577
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2578
+  (0.1ms) rollback transaction
2579
+  (0.1ms) begin transaction
2580
+  (0.0ms) SAVEPOINT active_record_1
2581
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "John Smith"]]
2582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2583
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2584
+  (0.3ms) rollback transaction
2585
+  (0.1ms) begin transaction
2586
+  (0.0ms) SAVEPOINT active_record_1
2587
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "John Smith"]]
2588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2589
+  (0.0ms) SAVEPOINT active_record_1
2590
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2592
+  (0.0ms) SAVEPOINT active_record_1
2593
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "John Smith"]]
2594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2595
+  (0.0ms) SAVEPOINT active_record_1
2596
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2598
+  (0.0ms) SAVEPOINT active_record_1
2599
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "John Smith"]]
2600
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2601
+  (0.0ms) SAVEPOINT active_record_1
2602
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:26:49 UTC +00:00], ["user_name", "Fake User"]]
2603
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2604
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2605
+  (0.4ms) rollback transaction
2606
+ Connecting to database specified by database.yml
2607
+  (0.3ms) begin transaction
2608
+  (2.4ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2609
+  (0.1ms) rollback transaction
2610
+  (0.0ms) begin transaction
2611
+  (0.1ms) SAVEPOINT active_record_1
2612
+ SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "John Smith"]]
2613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2614
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2615
+  (0.3ms) rollback transaction
2616
+  (0.1ms) begin transaction
2617
+  (0.0ms) SAVEPOINT active_record_1
2618
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "John Smith"]]
2619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2620
+  (0.0ms) SAVEPOINT active_record_1
2621
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2623
+  (0.0ms) SAVEPOINT active_record_1
2624
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "John Smith"]]
2625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2626
+  (0.0ms) SAVEPOINT active_record_1
2627
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2629
+  (0.0ms) SAVEPOINT active_record_1
2630
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "John Smith"]]
2631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2632
+  (0.0ms) SAVEPOINT active_record_1
2633
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2635
+  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2636
+  (0.4ms) rollback transaction
2637
+  (0.1ms) begin transaction
2638
+  (0.1ms) rollback transaction
2639
+  (0.1ms) begin transaction
2640
+  (0.0ms) rollback transaction
2641
+  (0.0ms) begin transaction
2642
+  (0.1ms) rollback transaction
2643
+  (0.1ms) begin transaction
2644
+  (0.1ms) rollback transaction
2645
+  (0.1ms) begin transaction
2646
+  (0.1ms) rollback transaction
2647
+  (0.1ms) begin transaction
2648
+  (0.0ms) SAVEPOINT active_record_1
2649
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-21 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2650
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2651
+  (0.0ms) SAVEPOINT active_record_1
2652
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-20 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2654
+  (0.0ms) SAVEPOINT active_record_1
2655
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-19 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2656
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2657
+  (0.5ms) rollback transaction
2658
+  (0.1ms) begin transaction
2659
+  (0.1ms) SAVEPOINT active_record_1
2660
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-21 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2662
+  (0.0ms) SAVEPOINT active_record_1
2663
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-20 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2665
+  (0.0ms) SAVEPOINT active_record_1
2666
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged on at 2013-09-19 09:33:06 UTC"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2668
+  (0.4ms) rollback transaction
2669
+  (0.1ms) begin transaction
2670
+ Processing by AnonymousController#login as HTML
2671
+ Parameters: {"id"=>"1"}
2672
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2673
+  (0.0ms) SAVEPOINT active_record_1
2674
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:33:06 UTC +00:00], ["user_name", "Fake User"]]
2675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2676
+ Completed 200 OK in 22ms (Views: 17.3ms | ActiveRecord: 0.9ms)
2677
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2678
+  (0.4ms) rollback transaction
2679
+ Connecting to database specified by database.yml
2680
+  (0.3ms) begin transaction
2681
+ Processing by AnonymousController#login as HTML
2682
+ Parameters: {"id"=>"1"}
2683
+  (2.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2684
+  (0.1ms) SAVEPOINT active_record_1
2685
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2687
+ Rendered text template (0.0ms)
2688
+ Completed 200 OK in 36ms (Views: 10.3ms | ActiveRecord: 5.0ms)
2689
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2690
+  (0.4ms) rollback transaction
2691
+  (0.1ms) begin transaction
2692
+  (0.1ms) rollback transaction
2693
+  (0.1ms) begin transaction
2694
+  (0.1ms) rollback transaction
2695
+  (0.1ms) begin transaction
2696
+  (0.1ms) rollback transaction
2697
+  (0.1ms) begin transaction
2698
+  (0.1ms) SAVEPOINT active_record_1
2699
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-21 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2701
+  (0.0ms) SAVEPOINT active_record_1
2702
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-20 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2704
+  (0.0ms) SAVEPOINT active_record_1
2705
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-19 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2707
+  (0.4ms) rollback transaction
2708
+  (0.1ms) begin transaction
2709
+  (0.0ms) SAVEPOINT active_record_1
2710
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-21 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2712
+  (0.0ms) SAVEPOINT active_record_1
2713
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-20 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2715
+  (0.1ms) SAVEPOINT active_record_1
2716
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", "User logged on at 2013-09-19 09:36:26 UTC"], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2718
+  (0.4ms) rollback transaction
2719
+  (0.1ms) begin transaction
2720
+  (0.1ms) rollback transaction
2721
+  (0.1ms) begin transaction
2722
+  (0.1ms) rollback transaction
2723
+  (0.1ms) begin transaction
2724
+  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2725
+  (0.1ms) rollback transaction
2726
+  (0.1ms) begin transaction
2727
+  (0.1ms) SAVEPOINT active_record_1
2728
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "John Smith"]]
2729
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2730
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2731
+  (0.3ms) rollback transaction
2732
+  (0.1ms) begin transaction
2733
+  (0.0ms) SAVEPOINT active_record_1
2734
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "John Smith"]]
2735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2736
+  (0.1ms) SAVEPOINT active_record_1
2737
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2739
+  (0.0ms) SAVEPOINT active_record_1
2740
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "John Smith"]]
2741
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2742
+  (0.0ms) SAVEPOINT active_record_1
2743
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2745
+  (0.0ms) SAVEPOINT active_record_1
2746
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "John Smith"]]
2747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2748
+  (0.0ms) SAVEPOINT active_record_1
2749
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:36:26 UTC +00:00], ["user_name", "Fake User"]]
2750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2751
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2752
+  (0.5ms) rollback transaction
2753
+ Connecting to database specified by database.yml
2754
+  (0.3ms) begin transaction
2755
+ Processing by AnonymousController#login as HTML
2756
+ Parameters: {"id"=>"1"}
2757
+  (3.8ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2758
+  (0.1ms) SAVEPOINT active_record_1
2759
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2761
+ Rendered text template (0.0ms)
2762
+ Completed 200 OK in 36ms (Views: 10.4ms | ActiveRecord: 6.4ms)
2763
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2764
+  (0.5ms) rollback transaction
2765
+  (0.1ms) begin transaction
2766
+  (0.1ms) rollback transaction
2767
+  (0.1ms) begin transaction
2768
+  (0.1ms) rollback transaction
2769
+  (0.1ms) begin transaction
2770
+  (0.0ms) rollback transaction
2771
+  (0.1ms) begin transaction
2772
+  (0.0ms) rollback transaction
2773
+  (0.1ms) begin transaction
2774
+  (0.1ms) rollback transaction
2775
+  (0.1ms) begin transaction
2776
+  (0.0ms) SAVEPOINT active_record_1
2777
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-21 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2779
+  (0.0ms) SAVEPOINT active_record_1
2780
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-20 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2782
+  (0.2ms) SAVEPOINT active_record_1
2783
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-19 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2784
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2785
+  (0.4ms) rollback transaction
2786
+  (0.1ms) begin transaction
2787
+  (0.0ms) SAVEPOINT active_record_1
2788
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-21 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2790
+  (0.1ms) SAVEPOINT active_record_1
2791
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-20 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2792
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2793
+  (0.0ms) SAVEPOINT active_record_1
2794
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", "User logged on at 2013-09-19 09:38:29 UTC"], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2796
+  (0.4ms) rollback transaction
2797
+  (0.1ms) begin transaction
2798
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2799
+  (0.1ms) rollback transaction
2800
+  (0.1ms) begin transaction
2801
+  (0.0ms) SAVEPOINT active_record_1
2802
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "John Smith"]]
2803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2804
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2805
+  (0.4ms) rollback transaction
2806
+  (0.1ms) begin transaction
2807
+  (0.0ms) SAVEPOINT active_record_1
2808
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "John Smith"]]
2809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2810
+  (0.0ms) SAVEPOINT active_record_1
2811
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2813
+  (0.0ms) SAVEPOINT active_record_1
2814
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "John Smith"]]
2815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2816
+  (0.1ms) SAVEPOINT active_record_1
2817
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2819
+  (0.0ms) SAVEPOINT active_record_1
2820
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "John Smith"]]
2821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2822
+  (0.0ms) SAVEPOINT active_record_1
2823
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:38:29 UTC +00:00], ["user_name", "Fake User"]]
2824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2825
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2826
+  (0.6ms) rollback transaction
2827
+ Connecting to database specified by database.yml
2828
+  (0.5ms) begin transaction
2829
+  (2.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2830
+  (0.1ms) rollback transaction
2831
+  (0.1ms) begin transaction
2832
+  (0.1ms) SAVEPOINT active_record_1
2833
+ SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "John Smith"]]
2834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2835
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2836
+  (2.3ms) rollback transaction
2837
+  (0.1ms) begin transaction
2838
+  (0.1ms) SAVEPOINT active_record_1
2839
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "John Smith"]]
2840
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2841
+  (0.0ms) SAVEPOINT active_record_1
2842
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2844
+  (0.0ms) SAVEPOINT active_record_1
2845
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "John Smith"]]
2846
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2847
+  (0.0ms) SAVEPOINT active_record_1
2848
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2850
+  (0.0ms) SAVEPOINT active_record_1
2851
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "John Smith"]]
2852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2853
+  (0.0ms) SAVEPOINT active_record_1
2854
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2856
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2857
+  (0.4ms) rollback transaction
2858
+  (0.1ms) begin transaction
2859
+  (0.1ms) rollback transaction
2860
+  (0.1ms) begin transaction
2861
+  (0.1ms) rollback transaction
2862
+  (0.1ms) begin transaction
2863
+  (0.1ms) rollback transaction
2864
+  (0.1ms) begin transaction
2865
+  (0.1ms) rollback transaction
2866
+  (0.1ms) begin transaction
2867
+  (0.1ms) SAVEPOINT active_record_1
2868
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-21 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2870
+  (0.0ms) SAVEPOINT active_record_1
2871
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-20 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2873
+  (0.0ms) SAVEPOINT active_record_1
2874
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-19 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2875
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2876
+  (0.5ms) rollback transaction
2877
+  (0.1ms) begin transaction
2878
+  (0.1ms) SAVEPOINT active_record_1
2879
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-21 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2881
+  (0.1ms) SAVEPOINT active_record_1
2882
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-20 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2883
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2884
+  (0.0ms) SAVEPOINT active_record_1
2885
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged on at 2013-09-19 09:39:34 UTC"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2887
+  (0.5ms) rollback transaction
2888
+  (0.1ms) begin transaction
2889
+  (0.1ms) rollback transaction
2890
+  (0.1ms) begin transaction
2891
+ Processing by AnonymousController#login as HTML
2892
+ Parameters: {"id"=>"1"}
2893
+  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2894
+  (0.1ms) SAVEPOINT active_record_1
2895
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:39:34 UTC +00:00], ["user_name", "Fake User"]]
2896
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2897
+ Completed 200 OK in 43ms (Views: 37.7ms | ActiveRecord: 0.9ms)
2898
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2899
+  (2.0ms) rollback transaction
2900
+ Connecting to database specified by database.yml
2901
+  (0.3ms) begin transaction
2902
+ Processing by AnonymousController#login as HTML
2903
+ Parameters: {"id"=>"1"}
2904
+  (2.8ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2905
+  (0.1ms) SAVEPOINT active_record_1
2906
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2908
+ Rendered text template (0.0ms)
2909
+ Completed 200 OK in 62ms (Views: 33.1ms | ActiveRecord: 5.6ms)
2910
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2911
+  (2.5ms) rollback transaction
2912
+  (0.1ms) begin transaction
2913
+  (0.1ms) rollback transaction
2914
+  (0.1ms) begin transaction
2915
+  (0.1ms) rollback transaction
2916
+  (0.1ms) begin transaction
2917
+  (0.1ms) rollback transaction
2918
+  (0.1ms) begin transaction
2919
+  (0.1ms) SAVEPOINT active_record_1
2920
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-21 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2921
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2922
+  (0.0ms) SAVEPOINT active_record_1
2923
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-20 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2925
+  (0.0ms) SAVEPOINT active_record_1
2926
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-19 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2928
+  (0.5ms) rollback transaction
2929
+  (0.1ms) begin transaction
2930
+  (0.0ms) SAVEPOINT active_record_1
2931
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-21 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2933
+  (0.0ms) SAVEPOINT active_record_1
2934
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-20 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2936
+  (0.0ms) SAVEPOINT active_record_1
2937
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", "User logged on at 2013-09-19 09:40:03 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2938
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2939
+  (0.3ms) rollback transaction
2940
+  (0.1ms) begin transaction
2941
+  (0.1ms) rollback transaction
2942
+  (0.1ms) begin transaction
2943
+  (0.1ms) rollback transaction
2944
+  (0.1ms) begin transaction
2945
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2946
+  (0.1ms) rollback transaction
2947
+  (0.0ms) begin transaction
2948
+  (0.0ms) SAVEPOINT active_record_1
2949
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "John Smith"]]
2950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2951
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
2952
+  (0.3ms) rollback transaction
2953
+  (0.1ms) begin transaction
2954
+  (0.0ms) SAVEPOINT active_record_1
2955
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "John Smith"]]
2956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2957
+  (0.0ms) SAVEPOINT active_record_1
2958
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2959
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2960
+  (0.0ms) SAVEPOINT active_record_1
2961
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "John Smith"]]
2962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2963
+  (0.0ms) SAVEPOINT active_record_1
2964
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2966
+  (0.0ms) SAVEPOINT active_record_1
2967
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "John Smith"]]
2968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2969
+  (0.0ms) SAVEPOINT active_record_1
2970
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:03 UTC +00:00], ["user_name", "Fake User"]]
2971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2972
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
2973
+  (0.5ms) rollback transaction
2974
+ Connecting to database specified by database.yml
2975
+  (0.3ms) begin transaction
2976
+  (0.1ms) SAVEPOINT active_record_1
2977
+ SQL (8.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-21 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2979
+  (0.0ms) SAVEPOINT active_record_1
2980
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-20 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2982
+  (0.0ms) SAVEPOINT active_record_1
2983
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-19 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2985
+  (112.8ms) rollback transaction
2986
+  (0.1ms) begin transaction
2987
+  (0.1ms) SAVEPOINT active_record_1
2988
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-21 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2990
+  (0.0ms) SAVEPOINT active_record_1
2991
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-20 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2993
+  (0.0ms) SAVEPOINT active_record_1
2994
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged on at 2013-09-19 09:40:21 UTC"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
2995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2996
+  (0.3ms) rollback transaction
2997
+  (0.1ms) begin transaction
2998
+  (0.0ms) rollback transaction
2999
+  (0.0ms) begin transaction
3000
+  (0.0ms) rollback transaction
3001
+  (0.0ms) begin transaction
3002
+  (0.0ms) rollback transaction
3003
+  (0.0ms) begin transaction
3004
+  (0.1ms) rollback transaction
3005
+  (0.0ms) begin transaction
3006
+  (0.0ms) rollback transaction
3007
+  (0.0ms) begin transaction
3008
+ Processing by AnonymousController#login as HTML
3009
+ Parameters: {"id"=>"1"}
3010
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3011
+  (0.0ms) SAVEPOINT active_record_1
3012
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
3013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3014
+ Completed 200 OK in 18ms (Views: 10.4ms | ActiveRecord: 0.8ms)
3015
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3016
+  (0.5ms) rollback transaction
3017
+  (0.1ms) begin transaction
3018
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3019
+  (0.1ms) rollback transaction
3020
+  (0.0ms) begin transaction
3021
+  (0.0ms) SAVEPOINT active_record_1
3022
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "John Smith"]]
3023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3024
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3025
+  (0.3ms) rollback transaction
3026
+  (0.1ms) begin transaction
3027
+  (0.0ms) SAVEPOINT active_record_1
3028
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "John Smith"]]
3029
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3030
+  (0.0ms) SAVEPOINT active_record_1
3031
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
3032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3033
+  (0.0ms) SAVEPOINT active_record_1
3034
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "John Smith"]]
3035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3036
+  (0.0ms) SAVEPOINT active_record_1
3037
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
3038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3039
+  (0.0ms) SAVEPOINT active_record_1
3040
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "John Smith"]]
3041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3042
+  (0.0ms) SAVEPOINT active_record_1
3043
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:40:21 UTC +00:00], ["user_name", "Fake User"]]
3044
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3045
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3046
+  (0.3ms) rollback transaction
3047
+ Connecting to database specified by database.yml
3048
+  (0.3ms) begin transaction
3049
+ Processing by AnonymousController#login as HTML
3050
+ Parameters: {"id"=>"1"}
3051
+  (1.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3052
+  (0.1ms) SAVEPOINT active_record_1
3053
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3055
+ Rendered text template (0.0ms)
3056
+ Completed 200 OK in 39ms (Views: 12.7ms | ActiveRecord: 4.0ms)
3057
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3058
+  (0.3ms) rollback transaction
3059
+  (0.1ms) begin transaction
3060
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3061
+  (0.0ms) rollback transaction
3062
+  (0.1ms) begin transaction
3063
+  (0.0ms) SAVEPOINT active_record_1
3064
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "John Smith"]]
3065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3066
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3067
+  (0.3ms) rollback transaction
3068
+  (0.1ms) begin transaction
3069
+  (0.0ms) SAVEPOINT active_record_1
3070
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "John Smith"]]
3071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3072
+  (0.0ms) SAVEPOINT active_record_1
3073
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3075
+  (0.0ms) SAVEPOINT active_record_1
3076
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "John Smith"]]
3077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3078
+  (0.0ms) SAVEPOINT active_record_1
3079
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3081
+  (0.0ms) SAVEPOINT active_record_1
3082
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "John Smith"]]
3083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3084
+  (0.0ms) SAVEPOINT active_record_1
3085
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3087
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3088
+  (0.4ms) rollback transaction
3089
+  (0.1ms) begin transaction
3090
+  (0.0ms) rollback transaction
3091
+  (0.0ms) begin transaction
3092
+  (0.0ms) rollback transaction
3093
+  (0.0ms) begin transaction
3094
+  (0.1ms) rollback transaction
3095
+  (0.0ms) begin transaction
3096
+  (0.0ms) rollback transaction
3097
+  (0.1ms) begin transaction
3098
+  (0.1ms) SAVEPOINT active_record_1
3099
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-21 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3101
+  (0.0ms) SAVEPOINT active_record_1
3102
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-20 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3104
+  (0.0ms) SAVEPOINT active_record_1
3105
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-19 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3107
+  (0.4ms) rollback transaction
3108
+  (0.1ms) begin transaction
3109
+  (0.0ms) SAVEPOINT active_record_1
3110
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-21 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3111
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3112
+  (0.0ms) SAVEPOINT active_record_1
3113
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-20 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3115
+  (0.0ms) SAVEPOINT active_record_1
3116
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["description", "User logged on at 2013-09-19 09:48:19 UTC"], ["updated_at", Sun, 22 Sep 2013 09:48:19 UTC +00:00], ["user_name", "Fake User"]]
3117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3118
+  (0.5ms) rollback transaction
3119
+  (0.1ms) begin transaction
3120
+  (0.1ms) rollback transaction
3121
+ Connecting to database specified by database.yml
3122
+  (0.3ms) begin transaction
3123
+  (0.1ms) rollback transaction
3124
+  (0.1ms) begin transaction
3125
+  (0.1ms) SAVEPOINT active_record_1
3126
+ SQL (24.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-21 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3128
+  (0.0ms) SAVEPOINT active_record_1
3129
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-20 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3131
+  (0.0ms) SAVEPOINT active_record_1
3132
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-19 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3134
+  (0.4ms) rollback transaction
3135
+  (0.1ms) begin transaction
3136
+  (0.0ms) SAVEPOINT active_record_1
3137
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-21 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3139
+  (0.1ms) SAVEPOINT active_record_1
3140
+ SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-20 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3142
+  (0.0ms) SAVEPOINT active_record_1
3143
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged on at 2013-09-19 10:12:11 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3145
+  (0.5ms) rollback transaction
3146
+  (0.1ms) begin transaction
3147
+  (0.1ms) rollback transaction
3148
+  (0.0ms) begin transaction
3149
+  (0.0ms) rollback transaction
3150
+  (0.0ms) begin transaction
3151
+  (0.0ms) rollback transaction
3152
+  (0.1ms) begin transaction
3153
+  (0.0ms) rollback transaction
3154
+  (0.1ms) begin transaction
3155
+ Processing by AnonymousController#login as HTML
3156
+ Parameters: {"id"=>"1"}
3157
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3158
+  (0.0ms) SAVEPOINT active_record_1
3159
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3161
+ Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 0.6ms)
3162
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3163
+  (0.4ms) rollback transaction
3164
+  (0.1ms) begin transaction
3165
+  (0.0ms) SAVEPOINT active_record_1
3166
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "John Smith"]]
3167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3168
+  (0.0ms) SAVEPOINT active_record_1
3169
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3171
+  (0.0ms) SAVEPOINT active_record_1
3172
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "John Smith"]]
3173
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3174
+  (0.0ms) SAVEPOINT active_record_1
3175
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3177
+  (0.0ms) SAVEPOINT active_record_1
3178
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "John Smith"]]
3179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3180
+  (0.0ms) SAVEPOINT active_record_1
3181
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "Fake User"]]
3182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3183
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3184
+  (0.4ms) rollback transaction
3185
+  (0.1ms) begin transaction
3186
+  (0.1ms) SAVEPOINT active_record_1
3187
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:11 UTC +00:00], ["user_name", "John Smith"]]
3188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3189
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3190
+  (0.3ms) rollback transaction
3191
+  (0.1ms) begin transaction
3192
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3193
+  (0.0ms) rollback transaction
3194
+ Connecting to database specified by database.yml
3195
+  (0.3ms) begin transaction
3196
+  (0.1ms) rollback transaction
3197
+  (0.1ms) begin transaction
3198
+  (0.1ms) SAVEPOINT active_record_1
3199
+ SQL (24.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-21 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3200
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3201
+  (0.0ms) SAVEPOINT active_record_1
3202
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-20 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3203
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3204
+  (0.0ms) SAVEPOINT active_record_1
3205
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-19 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3207
+  (2.5ms) rollback transaction
3208
+  (0.1ms) begin transaction
3209
+  (0.1ms) SAVEPOINT active_record_1
3210
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-21 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3212
+  (0.0ms) SAVEPOINT active_record_1
3213
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-20 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3215
+  (0.0ms) SAVEPOINT active_record_1
3216
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged on at 2013-09-19 10:12:22 UTC"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3218
+  (0.4ms) rollback transaction
3219
+  (0.1ms) begin transaction
3220
+  (0.0ms) rollback transaction
3221
+  (0.0ms) begin transaction
3222
+  (0.0ms) rollback transaction
3223
+  (0.0ms) begin transaction
3224
+  (0.0ms) rollback transaction
3225
+  (0.0ms) begin transaction
3226
+  (0.0ms) rollback transaction
3227
+  (0.0ms) begin transaction
3228
+ Processing by AnonymousController#login as HTML
3229
+ Parameters: {"id"=>"1"}
3230
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3231
+  (0.0ms) SAVEPOINT active_record_1
3232
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3234
+ Completed 200 OK in 20ms (Views: 13.6ms | ActiveRecord: 0.6ms)
3235
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3236
+  (0.4ms) rollback transaction
3237
+  (0.1ms) begin transaction
3238
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3239
+  (0.0ms) rollback transaction
3240
+  (0.1ms) begin transaction
3241
+  (0.0ms) SAVEPOINT active_record_1
3242
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "John Smith"]]
3243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3244
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3245
+  (0.3ms) rollback transaction
3246
+  (0.1ms) begin transaction
3247
+  (0.0ms) SAVEPOINT active_record_1
3248
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "John Smith"]]
3249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3250
+  (0.0ms) SAVEPOINT active_record_1
3251
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3253
+  (0.1ms) SAVEPOINT active_record_1
3254
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "John Smith"]]
3255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3256
+  (0.0ms) SAVEPOINT active_record_1
3257
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3259
+  (0.0ms) SAVEPOINT active_record_1
3260
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "John Smith"]]
3261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3262
+  (0.0ms) SAVEPOINT active_record_1
3263
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:12:22 UTC +00:00], ["user_name", "Fake User"]]
3264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3265
+  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3266
+  (0.5ms) rollback transaction
3267
+ Connecting to database specified by database.yml
3268
+  (0.3ms) begin transaction
3269
+ Processing by AnonymousController#login as HTML
3270
+ Parameters: {"id"=>"1"}
3271
+  (1.8ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3272
+  (0.1ms) SAVEPOINT active_record_1
3273
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3275
+ Rendered text template (0.0ms)
3276
+ Completed 200 OK in 37ms (Views: 11.9ms | ActiveRecord: 4.5ms)
3277
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3278
+  (0.3ms) rollback transaction
3279
+  (0.1ms) begin transaction
3280
+  (0.1ms) SAVEPOINT active_record_1
3281
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-21 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3283
+  (0.0ms) SAVEPOINT active_record_1
3284
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-20 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3286
+  (0.0ms) SAVEPOINT active_record_1
3287
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-19 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3289
+  (0.5ms) rollback transaction
3290
+  (0.1ms) begin transaction
3291
+  (0.1ms) SAVEPOINT active_record_1
3292
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-21 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3294
+  (0.0ms) SAVEPOINT active_record_1
3295
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-20 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3297
+  (0.0ms) SAVEPOINT active_record_1
3298
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", "User logged on at 2013-09-19 10:15:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3300
+  (0.5ms) rollback transaction
3301
+  (0.1ms) begin transaction
3302
+  (0.0ms) rollback transaction
3303
+  (0.1ms) begin transaction
3304
+  (0.0ms) rollback transaction
3305
+  (0.0ms) begin transaction
3306
+  (0.0ms) rollback transaction
3307
+  (0.1ms) begin transaction
3308
+  (0.1ms) rollback transaction
3309
+  (0.1ms) begin transaction
3310
+  (0.1ms) rollback transaction
3311
+  (0.1ms) begin transaction
3312
+  (0.1ms) SAVEPOINT active_record_1
3313
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "John Smith"]]
3314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3315
+  (0.0ms) SAVEPOINT active_record_1
3316
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3317
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3318
+  (0.0ms) SAVEPOINT active_record_1
3319
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "John Smith"]]
3320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3321
+  (0.0ms) SAVEPOINT active_record_1
3322
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3324
+  (0.0ms) SAVEPOINT active_record_1
3325
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "John Smith"]]
3326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3327
+  (0.0ms) SAVEPOINT active_record_1
3328
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "Fake User"]]
3329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3330
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3331
+  (0.5ms) rollback transaction
3332
+  (0.1ms) begin transaction
3333
+  (0.0ms) SAVEPOINT active_record_1
3334
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:15 UTC +00:00], ["user_name", "John Smith"]]
3335
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3336
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3337
+  (0.4ms) rollback transaction
3338
+  (0.1ms) begin transaction
3339
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3340
+  (0.2ms) rollback transaction
3341
+ Connecting to database specified by database.yml
3342
+  (0.3ms) begin transaction
3343
+  (0.1ms) SAVEPOINT active_record_1
3344
+ SQL (8.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "John Smith"]]
3345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3346
+  (0.0ms) SAVEPOINT active_record_1
3347
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3349
+  (0.0ms) SAVEPOINT active_record_1
3350
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "John Smith"]]
3351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3352
+  (0.0ms) SAVEPOINT active_record_1
3353
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3355
+  (0.0ms) SAVEPOINT active_record_1
3356
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "John Smith"]]
3357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3358
+  (0.0ms) SAVEPOINT active_record_1
3359
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3361
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3362
+  (0.4ms) rollback transaction
3363
+  (0.1ms) begin transaction
3364
+  (0.0ms) SAVEPOINT active_record_1
3365
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "John Smith"]]
3366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3367
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3368
+  (0.4ms) rollback transaction
3369
+  (0.1ms) begin transaction
3370
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3371
+  (0.1ms) rollback transaction
3372
+  (0.1ms) begin transaction
3373
+ Processing by AuditRails::AuditsController#create as HTML
3374
+  (0.1ms) SAVEPOINT active_record_1
3375
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3377
+ Rendered text template (0.0ms)
3378
+ Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.5ms)
3379
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3380
+  (0.4ms) rollback transaction
3381
+  (0.1ms) begin transaction
3382
+  (0.1ms) SAVEPOINT active_record_1
3383
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-21 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3385
+  (0.0ms) SAVEPOINT active_record_1
3386
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-20 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3388
+  (0.0ms) SAVEPOINT active_record_1
3389
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-19 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3391
+ Processing by AuditRails::AuditsController#index as XLS
3392
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3393
+ Sent data audits.xls (0.5ms)
3394
+ Completed 200 OK in 38ms (Views: 0.4ms | ActiveRecord: 0.1ms)
3395
+  (0.5ms) rollback transaction
3396
+  (0.1ms) begin transaction
3397
+  (0.1ms) SAVEPOINT active_record_1
3398
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-21 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3400
+  (0.0ms) SAVEPOINT active_record_1
3401
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-20 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3403
+  (0.0ms) SAVEPOINT active_record_1
3404
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged on at 2013-09-19 10:15:34 UTC"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3406
+ Processing by AuditRails::AuditsController#index as HTML
3407
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3408
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms)
3409
+  (0.4ms) rollback transaction
3410
+  (0.1ms) begin transaction
3411
+  (0.1ms) rollback transaction
3412
+  (0.0ms) begin transaction
3413
+  (0.1ms) rollback transaction
3414
+  (0.0ms) begin transaction
3415
+  (0.1ms) rollback transaction
3416
+  (0.0ms) begin transaction
3417
+ Processing by AuditRails::AuditsController#analytics as HTML
3418
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
3419
+  (0.1ms) rollback transaction
3420
+  (0.0ms) begin transaction
3421
+ Processing by AnonymousController#login as HTML
3422
+ Parameters: {"id"=>"1"}
3423
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3424
+  (0.0ms) SAVEPOINT active_record_1
3425
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:15:34 UTC +00:00], ["user_name", "Fake User"]]
3426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3427
+ Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.8ms)
3428
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3429
+  (0.3ms) rollback transaction
3430
+ Connecting to database specified by database.yml
3431
+  (0.3ms) begin transaction
3432
+ Processing by AnonymousController#login as HTML
3433
+ Parameters: {"id"=>"1"}
3434
+  (1.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3435
+  (0.1ms) SAVEPOINT active_record_1
3436
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3438
+ Rendered text template (0.0ms)
3439
+ Completed 200 OK in 53ms (Views: 12.1ms | ActiveRecord: 22.8ms)
3440
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3441
+  (2.5ms) rollback transaction
3442
+  (0.1ms) begin transaction
3443
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3444
+  (0.0ms) rollback transaction
3445
+  (0.0ms) begin transaction
3446
+  (0.0ms) SAVEPOINT active_record_1
3447
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "John Smith"]]
3448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3449
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3450
+  (0.3ms) rollback transaction
3451
+  (0.1ms) begin transaction
3452
+  (0.0ms) SAVEPOINT active_record_1
3453
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "John Smith"]]
3454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3455
+  (0.0ms) SAVEPOINT active_record_1
3456
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3458
+  (0.0ms) SAVEPOINT active_record_1
3459
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "John Smith"]]
3460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3461
+  (0.0ms) SAVEPOINT active_record_1
3462
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3464
+  (0.0ms) SAVEPOINT active_record_1
3465
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "John Smith"]]
3466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3467
+  (0.0ms) SAVEPOINT active_record_1
3468
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3470
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3471
+  (0.4ms) rollback transaction
3472
+  (0.1ms) begin transaction
3473
+  (0.1ms) rollback transaction
3474
+  (0.0ms) begin transaction
3475
+  (0.0ms) rollback transaction
3476
+  (0.0ms) begin transaction
3477
+  (0.1ms) rollback transaction
3478
+  (0.0ms) begin transaction
3479
+  (0.0ms) SAVEPOINT active_record_1
3480
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-21 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3482
+  (0.0ms) SAVEPOINT active_record_1
3483
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-20 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3484
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3485
+  (0.0ms) SAVEPOINT active_record_1
3486
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-19 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3488
+ Processing by AuditRails::AuditsController#index as HTML
3489
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
3490
+ Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.1ms)
3491
+  (2.1ms) rollback transaction
3492
+  (0.1ms) begin transaction
3493
+  (0.0ms) SAVEPOINT active_record_1
3494
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-21 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3495
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3496
+  (0.0ms) SAVEPOINT active_record_1
3497
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-20 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3499
+  (0.0ms) SAVEPOINT active_record_1
3500
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", "User logged on at 2013-09-19 10:16:15 UTC"], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3502
+ Processing by AuditRails::AuditsController#index as XLS
3503
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
3504
+ Sent data audits.xls (0.4ms)
3505
+ Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)
3506
+  (0.4ms) rollback transaction
3507
+  (0.1ms) begin transaction
3508
+ Processing by AuditRails::AuditsController#create as HTML
3509
+  (0.0ms) SAVEPOINT active_record_1
3510
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:16:15 UTC +00:00], ["user_name", "Fake User"]]
3511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3512
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)
3513
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3514
+  (0.3ms) rollback transaction
3515
+  (0.1ms) begin transaction
3516
+ Processing by AuditRails::AuditsController#analytics as HTML
3517
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
3518
+  (0.1ms) rollback transaction
3519
+ Connecting to database specified by database.yml
3520
+  (0.3ms) begin transaction
3521
+  (1.4ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3522
+  (0.1ms) rollback transaction
3523
+  (0.0ms) begin transaction
3524
+  (0.1ms) SAVEPOINT active_record_1
3525
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "John Smith"]]
3526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3527
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3528
+  (2.5ms) rollback transaction
3529
+  (0.1ms) begin transaction
3530
+  (0.0ms) SAVEPOINT active_record_1
3531
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "John Smith"]]
3532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3533
+  (0.0ms) SAVEPOINT active_record_1
3534
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3536
+  (0.0ms) SAVEPOINT active_record_1
3537
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "John Smith"]]
3538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3539
+  (0.0ms) SAVEPOINT active_record_1
3540
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3542
+  (0.0ms) SAVEPOINT active_record_1
3543
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "John Smith"]]
3544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3545
+  (0.0ms) SAVEPOINT active_record_1
3546
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3548
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3549
+  (0.4ms) rollback transaction
3550
+  (0.1ms) begin transaction
3551
+ Processing by AuditRails::AuditsController#create as HTML
3552
+  (0.2ms) SAVEPOINT active_record_1
3553
+ SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3554
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3555
+ Rendered text template (0.0ms)
3556
+ Completed 200 OK in 15ms (Views: 10.4ms | ActiveRecord: 1.0ms)
3557
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3558
+  (0.3ms) rollback transaction
3559
+  (0.1ms) begin transaction
3560
+  (0.0ms) SAVEPOINT active_record_1
3561
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-21 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3563
+  (0.0ms) SAVEPOINT active_record_1
3564
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-20 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3566
+  (0.0ms) SAVEPOINT active_record_1
3567
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-19 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3569
+ Processing by AuditRails::AuditsController#index as HTML
3570
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3571
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
3572
+  (0.4ms) rollback transaction
3573
+  (0.1ms) begin transaction
3574
+  (0.0ms) SAVEPOINT active_record_1
3575
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-21 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3577
+  (0.0ms) SAVEPOINT active_record_1
3578
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-20 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3580
+  (0.0ms) SAVEPOINT active_record_1
3581
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged on at 2013-09-19 10:17:37 UTC"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3583
+ Processing by AuditRails::AuditsController#index as XLS
3584
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3585
+ Sent data audits.xls (0.5ms)
3586
+ Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 0.1ms)
3587
+  (0.4ms) rollback transaction
3588
+  (0.1ms) begin transaction
3589
+  (0.1ms) rollback transaction
3590
+  (0.1ms) begin transaction
3591
+  (0.0ms) rollback transaction
3592
+  (0.0ms) begin transaction
3593
+  (0.1ms) rollback transaction
3594
+  (0.1ms) begin transaction
3595
+ Processing by AuditRails::AuditsController#analytics as HTML
3596
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
3597
+  (0.1ms) rollback transaction
3598
+  (0.0ms) begin transaction
3599
+ Processing by AnonymousController#login as HTML
3600
+ Parameters: {"id"=>"1"}
3601
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3602
+  (0.1ms) SAVEPOINT active_record_1
3603
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:17:37 UTC +00:00], ["user_name", "Fake User"]]
3604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3605
+ Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.8ms)
3606
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3607
+  (1.8ms) rollback transaction
3608
+ Connecting to database specified by database.yml
3609
+  (0.6ms) begin transaction
3610
+  (1.4ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3611
+  (0.1ms) rollback transaction
3612
+  (0.1ms) begin transaction
3613
+  (0.1ms) SAVEPOINT active_record_1
3614
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "John Smith"]]
3615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3616
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3617
+  (0.5ms) rollback transaction
3618
+  (0.1ms) begin transaction
3619
+  (0.0ms) SAVEPOINT active_record_1
3620
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "John Smith"]]
3621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3622
+  (0.0ms) SAVEPOINT active_record_1
3623
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3625
+  (0.0ms) SAVEPOINT active_record_1
3626
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "John Smith"]]
3627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3628
+  (0.0ms) SAVEPOINT active_record_1
3629
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3631
+  (0.0ms) SAVEPOINT active_record_1
3632
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "John Smith"]]
3633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3634
+  (0.1ms) SAVEPOINT active_record_1
3635
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3637
+  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3638
+  (0.4ms) rollback transaction
3639
+  (0.1ms) begin transaction
3640
+ Processing by AuditRails::AuditsController#analytics as HTML
3641
+ Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.2ms)
3642
+ Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
3643
+  (0.1ms) rollback transaction
3644
+  (0.1ms) begin transaction
3645
+ Processing by AuditRails::AuditsController#create as HTML
3646
+  (0.1ms) SAVEPOINT active_record_1
3647
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3648
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3649
+ Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.5ms)
3650
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3651
+  (1.4ms) rollback transaction
3652
+  (0.1ms) begin transaction
3653
+  (0.1ms) rollback transaction
3654
+  (0.1ms) begin transaction
3655
+  (0.0ms) rollback transaction
3656
+  (0.0ms) begin transaction
3657
+  (0.1ms) rollback transaction
3658
+  (0.0ms) begin transaction
3659
+  (0.0ms) SAVEPOINT active_record_1
3660
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-21 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3662
+  (0.0ms) SAVEPOINT active_record_1
3663
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-20 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3665
+  (0.0ms) SAVEPOINT active_record_1
3666
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-19 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3668
+ Processing by AuditRails::AuditsController#index as HTML
3669
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3670
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
3671
+  (0.3ms) rollback transaction
3672
+  (0.1ms) begin transaction
3673
+  (0.0ms) SAVEPOINT active_record_1
3674
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-21 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3676
+  (0.0ms) SAVEPOINT active_record_1
3677
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-20 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3679
+  (0.0ms) SAVEPOINT active_record_1
3680
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged on at 2013-09-19 10:27:59 UTC"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3682
+ Processing by AuditRails::AuditsController#index as XLS
3683
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3684
+ Sent data audits.xls (0.7ms)
3685
+ Completed 200 OK in 14ms (Views: 0.5ms | ActiveRecord: 0.1ms)
3686
+  (0.5ms) rollback transaction
3687
+  (0.1ms) begin transaction
3688
+ Processing by AnonymousController#login as HTML
3689
+ Parameters: {"id"=>"1"}
3690
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3691
+  (0.0ms) SAVEPOINT active_record_1
3692
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:27:59 UTC +00:00], ["user_name", "Fake User"]]
3693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3694
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)
3695
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3696
+  (0.3ms) rollback transaction
3697
+ Connecting to database specified by database.yml
3698
+  (0.3ms) begin transaction
3699
+  (1.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3700
+  (0.1ms) rollback transaction
3701
+  (0.1ms) begin transaction
3702
+  (0.1ms) SAVEPOINT active_record_1
3703
+ SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "John Smith"]]
3704
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3705
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3706
+  (2.5ms) rollback transaction
3707
+  (0.1ms) begin transaction
3708
+  (0.0ms) SAVEPOINT active_record_1
3709
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "John Smith"]]
3710
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3711
+  (0.0ms) SAVEPOINT active_record_1
3712
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "Fake User"]]
3713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3714
+  (0.0ms) SAVEPOINT active_record_1
3715
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "John Smith"]]
3716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3717
+  (0.0ms) SAVEPOINT active_record_1
3718
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "Fake User"]]
3719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3720
+  (0.0ms) SAVEPOINT active_record_1
3721
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "John Smith"]]
3722
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3723
+  (0.0ms) SAVEPOINT active_record_1
3724
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:05 UTC +00:00], ["user_name", "Fake User"]]
3725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3726
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3727
+  (0.4ms) rollback transaction
3728
+  (0.1ms) begin transaction
3729
+ Processing by AuditRails::AuditsController#analytics as HTML
3730
+ Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.2ms)
3731
+ Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
3732
+  (0.1ms) rollback transaction
3733
+  (0.1ms) begin transaction
3734
+  (0.0ms) SAVEPOINT active_record_1
3735
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-21 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3737
+  (0.0ms) SAVEPOINT active_record_1
3738
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-20 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3740
+  (0.0ms) SAVEPOINT active_record_1
3741
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-19 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3743
+ Processing by AuditRails::AuditsController#index as HTML
3744
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3745
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
3746
+  (1.8ms) rollback transaction
3747
+  (0.1ms) begin transaction
3748
+  (0.0ms) SAVEPOINT active_record_1
3749
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-21 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3751
+  (0.0ms) SAVEPOINT active_record_1
3752
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-20 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3754
+  (0.0ms) SAVEPOINT active_record_1
3755
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged on at 2013-09-19 10:29:06 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3757
+ Processing by AuditRails::AuditsController#index as XLS
3758
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" 
3759
+ Sent data audits.xls (2.1ms)
3760
+ Completed 200 OK in 14ms (Views: 2.0ms | ActiveRecord: 0.1ms)
3761
+  (0.4ms) rollback transaction
3762
+  (0.1ms) begin transaction
3763
+  (0.1ms) rollback transaction
3764
+  (0.0ms) begin transaction
3765
+  (0.0ms) rollback transaction
3766
+  (0.1ms) begin transaction
3767
+  (0.1ms) rollback transaction
3768
+  (0.1ms) begin transaction
3769
+ Processing by AuditRails::AuditsController#create as HTML
3770
+  (0.1ms) SAVEPOINT active_record_1
3771
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3773
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)
3774
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3775
+  (0.3ms) rollback transaction
3776
+  (0.1ms) begin transaction
3777
+ Processing by AnonymousController#login as HTML
3778
+ Parameters: {"id"=>"1"}
3779
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3780
+  (0.0ms) SAVEPOINT active_record_1
3781
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:29:06 UTC +00:00], ["user_name", "Fake User"]]
3782
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3783
+ Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)
3784
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3785
+  (0.3ms) rollback transaction
3786
+ Connecting to database specified by database.yml
3787
+  (0.3ms) begin transaction
3788
+ Processing by AnonymousController#login as HTML
3789
+ Parameters: {"id"=>"1"}
3790
+  (1.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3791
+  (0.1ms) SAVEPOINT active_record_1
3792
+ SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3794
+ Rendered text template (0.0ms)
3795
+ Completed 200 OK in 52ms (Views: 28.2ms | ActiveRecord: 4.2ms)
3796
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3797
+  (2.3ms) rollback transaction
3798
+  (0.1ms) begin transaction
3799
+  (0.1ms) rollback transaction
3800
+  (0.1ms) begin transaction
3801
+  (0.1ms) rollback transaction
3802
+  (0.0ms) begin transaction
3803
+  (0.0ms) rollback transaction
3804
+  (0.1ms) begin transaction
3805
+ Processing by AuditRails::AuditsController#create as HTML
3806
+  (0.1ms) SAVEPOINT active_record_1
3807
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3809
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms)
3810
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'visit-site' AND "audit_rails_audits"."user_name" = 'Fake User' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3811
+  (0.3ms) rollback transaction
3812
+  (0.1ms) begin transaction
3813
+ Processing by AuditRails::AuditsController#analytics as HTML
3814
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
3815
+  (0.1ms) rollback transaction
3816
+  (0.1ms) begin transaction
3817
+  (0.1ms) SAVEPOINT active_record_1
3818
+ SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-21 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3820
+  (0.0ms) SAVEPOINT active_record_1
3821
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-20 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3823
+  (0.0ms) SAVEPOINT active_record_1
3824
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-19 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3826
+ Processing by AuditRails::AuditsController#index as HTML
3827
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
3828
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
3829
+  (0.4ms) rollback transaction
3830
+  (0.1ms) begin transaction
3831
+  (0.1ms) SAVEPOINT active_record_1
3832
+ SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-21 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3833
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3834
+  (0.1ms) SAVEPOINT active_record_1
3835
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-20 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3837
+  (0.0ms) SAVEPOINT active_record_1
3838
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", "User logged on at 2013-09-19 10:29:47 UTC"], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3840
+ Processing by AuditRails::AuditsController#index as XLS
3841
+ AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"
3842
+ Sent data audits.xls (0.5ms)
3843
+ Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)
3844
+  (0.4ms) rollback transaction
3845
+  (0.1ms) begin transaction
3846
+  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3847
+  (0.0ms) rollback transaction
3848
+  (0.1ms) begin transaction
3849
+  (0.0ms) SAVEPOINT active_record_1
3850
+ SQL (20.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "John Smith"]]
3851
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3852
+  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE "audit_rails_audits"."action" = 'login' AND "audit_rails_audits"."user_name" = 'John Smith' AND ("audit_rails_audits"."created_at" BETWEEN '2013-09-22 00:00:00.000000' AND '2013-09-22 23:59:59.999999')
3853
+  (0.3ms) rollback transaction
3854
+  (0.1ms) begin transaction
3855
+  (0.0ms) SAVEPOINT active_record_1
3856
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "John Smith"]]
3857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3858
+  (0.0ms) SAVEPOINT active_record_1
3859
+ SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3861
+  (0.0ms) SAVEPOINT active_record_1
3862
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "John Smith"]]
3863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3864
+  (0.0ms) SAVEPOINT active_record_1
3865
+ SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3867
+  (0.0ms) SAVEPOINT active_record_1
3868
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "John Smith"]]
3869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3870
+  (0.0ms) SAVEPOINT active_record_1
3871
+ SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 10:29:47 UTC +00:00], ["user_name", "Fake User"]]
3872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3873
+  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name
3874
+  (0.4ms) rollback transaction