Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (7.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-26 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-25 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-24 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (12.9ms) Completed 200 OK in 56ms (Views: 12.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-26 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-25 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", "User logged on at 2013-06-24 20:22:39 UTC"], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.8ms)  (0.2ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:22:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-26 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-25 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-24 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-26 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-25 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["description", "User logged on at 2013-06-24 20:24:07 UTC"], ["updated_at", Thu, 27 Jun 2013 20:24:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-26 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-25 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-24 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (9.9ms) Completed 200 OK in 50ms (Views: 9.7ms | ActiveRecord: 0.1ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-26 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-25 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", "User logged on at 2013-06-24 20:25:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:25:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 3ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-26 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-25 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-24 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.1ms)  (98.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-26 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-25 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", "User logged on at 2013-06-24 20:26:18 UTC"], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.2ms) Completed 200 OK in 15ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.7ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:26:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-26 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-25 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-24 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-26 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-25 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", "User logged on at 2013-06-24 20:27:23 UTC"], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.2ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.2ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:27:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (11.9ms) Completed 200 OK in 50ms (Views: 11.7ms | ActiveRecord: 0.1ms)  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:00 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:37 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:37 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:37 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.2ms)  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:38 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:38 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:38 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.2ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.1ms)  (98.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-26 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-25 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", "User logged on at 2013-06-24 20:28:58 UTC"], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.3ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:28:58 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (1.6ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (102.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.5ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-26 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-25 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-24 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-26 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-25 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["description", "User logged on at 2013-06-24 20:29:15 UTC"], ["updated_at", Thu, 27 Jun 2013 20:29:15 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-26 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-25 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-24 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (10.6ms) Completed 200 OK in 59ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-26 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-25 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", "User logged on at 2013-06-24 20:31:12 UTC"], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.2ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:31:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (10.1ms) Completed 200 OK in 50ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:08 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:08 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (99.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 14ms (Views: 10.6ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:24 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (1.9ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.5ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:36 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.1ms)  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-26 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-25 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", "User logged on at 2013-06-24 20:32:55 UTC"], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.4ms) Completed 200 OK in 14ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:32:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-26 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-25 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-24 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-26 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-25 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["description", "User logged on at 2013-06-24 20:33:43 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (1.6ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (1.8ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.6ms)  (0.2ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-26 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-25 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-24 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-26 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-25 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["description", "User logged on at 2013-06-24 20:33:59 UTC"], ["updated_at", Thu, 27 Jun 2013 20:33:59 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Rendered text template (0.0ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-26 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-25 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-24 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.1ms)  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-26 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-25 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", "User logged on at 2013-06-24 20:34:27 UTC"], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.6ms) Completed 200 OK in 23ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.8ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:34:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (8.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-26 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-25 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-24 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (2.4ms) Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-26 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-25 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", "User logged on at 2013-06-24 20:38:29 UTC"], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.2ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:38:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (1.9ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", nil], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-26 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-25 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-24 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-26 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-25 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged on at 2013-06-24 20:40:25 UTC"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["description", "User logged in"], ["updated_at", Thu, 27 Jun 2013 20:40:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-27 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-26 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-25 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (10.4ms) Completed 200 OK in 48ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-27 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-26 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged on at 2013-06-25 03:54:39 UTC"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.8ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:54:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (99.6ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.7ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-27 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-26 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-25 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-27 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-26 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged on at 2013-06-25 03:57:26 UTC"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:57:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (1.4ms) 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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 35.9ms | ActiveRecord: 3.9ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-27 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-26 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-25 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-27 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-26 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", "User logged on at 2013-06-25 03:58:58 UTC"], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.9ms) Completed 200 OK in 12ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:58:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (10.0ms) Completed 200 OK in 46ms (Views: 9.8ms | ActiveRecord: 0.1ms)  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:12 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 56ms (Views: 34.1ms | ActiveRecord: 4.0ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:36 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (10.1ms) Completed 200 OK in 46ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-27 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-26 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged on at 2013-06-25 03:59:51 UTC"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 03:59:51 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-27 00:00:00.000000' AND '2013-06-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (1.4ms) 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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 60ms (Views: 36.9ms | ActiveRecord: 4.1ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-27 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-26 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-25 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-27 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-26 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["description", "User logged on at 2013-06-25 04:01:18 UTC"], ["updated_at", Fri, 28 Jun 2013 04:01:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (100.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 14ms (Views: 10.5ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-27 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-26 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-25 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-27 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-26 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged on at 2013-06-25 04:02:41 UTC"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:02:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-27 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-26 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-25 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (2.3ms) Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.1ms)  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-27 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-26 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged on at 2013-06-25 04:03:29 UTC"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.3ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.2ms) 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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:03:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-27 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-26 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-25 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (10.1ms) Completed 200 OK in 48ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-27 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-26 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged on at 2013-06-25 04:04:22 UTC"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:04:22 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 35.7ms | ActiveRecord: 4.0ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (99.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-27 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-26 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-25 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-27 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-26 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["description", "User logged on at 2013-06-25 04:12:38 UTC"], ["updated_at", Fri, 28 Jun 2013 04:12:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (99.8ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", nil], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-27 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-26 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-25 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-27 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-26 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged on at 2013-06-25 04:16:13 UTC"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 28 Jun 2013 04:16:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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-06-28 00:00:00.000000' AND '2013-06-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-07-15 00:00:00.000000' AND '2013-07-15 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 64ms (Views: 12.1ms | ActiveRecord: 4.5ms)  (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-07-15 00:00:00.000000' AND '2013-07-15 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["description", "User logged on at 2013-07-14 10:59:43 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["description", "User logged on at 2013-07-13 10:59:43 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["description", "User logged on at 2013-07-12 10:59:43 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.8ms) Completed 200 OK in 46ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["description", "User logged on at 2013-07-14 10:59:44 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["description", "User logged on at 2013-07-13 10:59:44 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["description", "User logged on at 2013-07-12 10:59:44 UTC"], ["updated_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["description", nil], ["updated_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.7ms)  (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-07-15 00:00:00.000000' AND '2013-07-15 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["description", nil], ["updated_at", Mon, 15 Jul 2013 10:59:44 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-07-15 00:00:00.000000' AND '2013-07-15 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-07-15 00:00:00.000000' AND '2013-07-15 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (15.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 05:43:50 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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')  (0.8ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.5ms)  (0.2ms) 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')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-21 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-20 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-19 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-21 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-20 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged on at 2013-09-19 05:43:50 UTC"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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 05:43:50 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 05:43:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) 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 06:01:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 0.8ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-21 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-20 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-19 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-21 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-20 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:01:34 UTC +00:00], ["description", "User logged on at 2013-09-19 06:01:34 UTC"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 36ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) 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 06:01:34 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 06:01:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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 06:04:22 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 06:04:22 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 73ms (Views: 9.9ms | ActiveRecord: 4.2ms)  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 06:04:22 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 06:04:22 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-21 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-20 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-19 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-21 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-20 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 06:04:23 UTC +00:00], ["description", "User logged on at 2013-09-19 06:04:23 UTC"], ["updated_at", Sun, 22 Sep 2013 06:04:23 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) 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 08:03:04 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 32.6ms | ActiveRecord: 4.6ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-21 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-20 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-19 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.7ms) Completed 200 OK in 17ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-21 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-20 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:03:04 UTC +00:00], ["description", "User logged on at 2013-09-19 08:03:04 UTC"], ["updated_at", Sun, 22 Sep 2013 08:03:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (2.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')  (0.1ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 56ms (Views: 29.4ms | ActiveRecord: 5.1ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-21 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-20 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-19 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.6ms) Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-21 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-20 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", "User logged on at 2013-09-19 08:07:34 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:07:34 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (8.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 08:07:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 14ms (Views: 10.0ms | ActiveRecord: 0.6ms)  (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')  (2.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-21 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-20 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-19 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 33ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-21 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-20 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:07:52 UTC +00:00], ["description", "User logged on at 2013-09-19 08:07:52 UTC"], ["updated_at", Sun, 22 Sep 2013 08:07:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 54ms (Views: 32.3ms | ActiveRecord: 3.9ms)  (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')  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.8ms) Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:09 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 08:13:09 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.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 08:13:24 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:24 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:24 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:24 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:24 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:24 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (2.3ms) Completed 200 OK in 37ms (Views: 35.7ms | ActiveRecord: 0.1ms)  (102.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:25 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:25 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:25 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.2ms) Completed 200 OK in 14ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.2ms) 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')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.7ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:25 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) 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 08:13:56 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 57ms (Views: 31.7ms | ActiveRecord: 4.1ms)  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-21 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-20 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", "User logged on at 2013-09-19 08:13:56 UTC"], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 35ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 08:13:56 UTC +00:00], ["description", nil], ["updated_at", Sun, 22 Sep 2013 08:13:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 55ms (Views: 30.0ms | ActiveRecord: 4.1ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 15ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 22ms (Views: 17.3ms | ActiveRecord: 0.9ms)  (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')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 36ms (Views: 10.3ms | ActiveRecord: 5.0ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 36ms (Views: 10.4ms | ActiveRecord: 6.4ms)  (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')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.6ms) rollback transaction Connecting to database specified by database.yml  (0.5ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 43ms (Views: 37.7ms | ActiveRecord: 0.9ms)  (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')  (2.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 62ms (Views: 33.1ms | ActiveRecord: 5.6ms)  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (112.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 10.4ms | ActiveRecord: 0.8ms)  (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')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 39ms (Views: 12.7ms | ActiveRecord: 4.0ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 20ms (Views: 13.6ms | ActiveRecord: 0.6ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 37ms (Views: 11.9ms | ActiveRecord: 4.5ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.2ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.5ms)  (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')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 38ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.8ms)  (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')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 53ms (Views: 12.1ms | ActiveRecord: 22.8ms)  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.1ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.2ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 15ms (Views: 10.4ms | ActiveRecord: 1.0ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.8ms)  (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')  (1.8ms) rollback transaction Connecting to database specified by database.yml  (0.6ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.2ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.5ms)  (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')  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.7ms) Completed 200 OK in 14ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.2ms) Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.1ms) Completed 200 OK in 14ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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')  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 52ms (Views: 28.2ms | ActiveRecord: 4.2ms)  (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')  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 74ms (Views: 41.7ms | ActiveRecord: 5.2ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-22 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-21 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-20 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.2ms) Completed 200 OK in 18ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-22 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-21 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", "User logged on at 2013-09-20 17:58:56 UTC"], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (21.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 17:58:56 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (7.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-22 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-21 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-20 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (3.3ms) Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-22 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-21 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged on at 2013-09-20 18:17:02 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.6ms) Completed 200 OK in 16ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 23 Sep 2013 18:17:02 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.8ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (12.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 71ms (Views: 17.8ms | ActiveRecord: 15.3ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-22 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-21 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-20 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-22 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-21 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged on at 2013-09-20 18:17:09 UTC"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.8ms) Completed 200 OK in 48ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.7ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:17:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.6ms) begin transaction  (2.9ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:11 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.6ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (12.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (2.0ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 80ms (Views: 18.5ms | ActiveRecord: 5.5ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.6ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action Completed 200 OK in 36ms (Views: 33.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-22 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-21 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-20 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-22 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-21 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["description", "User logged on at 2013-09-20 18:19:30 UTC"], ["updated_at", Mon, 23 Sep 2013 18:19:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.6ms) Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (4.1ms) Completed 200 OK in 47ms (Views: 46.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (9.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:25 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (3.5ms) Completed 200 OK in 18ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:20:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (10.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Mon, 23 Sep 2013 18:20:30 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:20:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 64ms (Views: 37.6ms | ActiveRecord: 12.9ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.6ms) Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:31 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:31 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (7.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-22 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-21 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["description", "User logged on at 2013-09-20 18:20:43 UTC"], ["updated_at", Mon, 23 Sep 2013 18:20:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (3.8ms) Completed 200 OK in 22ms (Views: 3.6ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Mon, 23 Sep 2013 18:20:44 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:20:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.7ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.5ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (8.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 64ms (Views: 40.0ms | ActiveRecord: 10.8ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-22 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-21 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-20 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 9ms (Views: 6.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-22 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-21 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["description", "User logged on at 2013-09-20 18:21:01 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:01 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.6ms) Completed 200 OK in 38ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (12.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", nil], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 23ms (Views: 18.8ms | ActiveRecord: 0.7ms)  (0.2ms) 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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-22 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-21 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-20 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-22 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-21 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged on at 2013-09-20 18:21:06 UTC"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.7ms) Completed 200 OK in 17ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["description", "User logged in"], ["updated_at", Mon, 23 Sep 2013 18:21:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.0ms)  (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-23 00:00:00.000000' AND '2013-09-23 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-23 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-22 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-21 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (2.6ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-23 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-22 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged on at 2013-09-21 04:09:29 UTC"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.3ms) Completed 200 OK in 17ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", "User logged in"], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:09:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.5ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-23 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-22 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-21 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (2.5ms) Completed 200 OK in 15ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-23 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-22 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged on at 2013-09-21 04:23:40 UTC"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", "User logged in"], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.6ms)  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-24 00:00:00.000000' AND '2013-09-24 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["description", nil], ["updated_at", Tue, 24 Sep 2013 04:23:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (1.4ms) 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-25 00:00:00.000000' AND '2013-09-25 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 28.0ms | ActiveRecord: 3.8ms)  (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-25 00:00:00.000000' AND '2013-09-25 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-25 00:00:00.000000' AND '2013-09-25 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-25 00:00:00.000000' AND '2013-09-25 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", nil], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (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-25 00:00:00.000000' AND '2013-09-25 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-24 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-23 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-22 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-24 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-23 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["description", "User logged on at 2013-09-22 05:18:36 UTC"], ["updated_at", Wed, 25 Sep 2013 05:18:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 31ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-26 00:00:00.000000' AND '2013-09-26 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", "User logged in"], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 31.1ms | ActiveRecord: 4.7ms)  (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-26 00:00:00.000000' AND '2013-09-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-26 00:00:00.000000' AND '2013-09-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-26 00:00:00.000000' AND '2013-09-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:18 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", nil], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (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-26 00:00:00.000000' AND '2013-09-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-25 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-24 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-23 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-25 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-24 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["description", "User logged on at 2013-09-23 03:48:19 UTC"], ["updated_at", Thu, 26 Sep 2013 03:48:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 33ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (9.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.8ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-26 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-25 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-24 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-26 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-25 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged on at 2013-09-24 03:15:05 UTC"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (3.1ms) Completed 200 OK in 16ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 27 Sep 2013 03:15:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (2.2ms) Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-26 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-25 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-24 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (4.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-26 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-25 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged on at 2013-09-24 03:44:58 UTC"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (22.9ms) Completed 200 OK in 35ms (Views: 22.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.7ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.6ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 03:44:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (1.4ms) 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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Fri, 27 Sep 2013 17:00:43 UTC +00:00], ["description", "User logged in"], ["updated_at", Fri, 27 Sep 2013 17:00:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 52ms (Views: 11.3ms | ActiveRecord: 3.8ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-26 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-25 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-24 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-26 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-25 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", "User logged on at 2013-09-24 17:00:44 UTC"], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 33ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-27 00:00:00.000000' AND '2013-09-27 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["description", nil], ["updated_at", Fri, 27 Sep 2013 17:00:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 35ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged in"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 52ms (Views: 5.2ms | ActiveRecord: 1.8ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-27 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-26 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-25 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-27 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-26 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", "User logged on at 2013-09-25 18:44:30 UTC"], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["description", nil], ["updated_at", Sat, 28 Sep 2013 18:44:30 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 33ms (Views: 33.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 34ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 32ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 5ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 10ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 9ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 31ms (Views: 30.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 25ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:45:20 UTC +00:00], ["description", "User logged on at 2013-09-28 05:45:20 UTC"], ["updated_at", Sun, 29 Sep 2013 05:45:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:45:20 UTC +00:00], ["description", "User logged on at 2013-09-27 05:45:20 UTC"], ["updated_at", Sun, 29 Sep 2013 05:45:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:45:20 UTC +00:00], ["description", "User logged on at 2013-09-26 05:45:20 UTC"], ["updated_at", Sun, 29 Sep 2013 05:45:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-28 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-27 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-26 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.1ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-28 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-27 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 05:46:55 UTC +00:00], ["description", "User logged on at 2013-09-26 05:46:55 UTC"], ["updated_at", Sun, 29 Sep 2013 05:46:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.7ms) Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 16ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-28 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-27 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-26 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-28 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-27 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:42:28 UTC +00:00], ["description", "User logged on at 2013-09-26 10:42:28 UTC"], ["updated_at", Sun, 29 Sep 2013 10:42:28 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.5ms) Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-28 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-27 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-26 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.2ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-28 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-27 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:45:56 UTC +00:00], ["description", "User logged on at 2013-09-26 10:45:56 UTC"], ["updated_at", Sun, 29 Sep 2013 10:45:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.1ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-28 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-27 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-26 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-28 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-27 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 10:58:57 UTC +00:00], ["description", "User logged on at 2013-09-26 10:58:57 UTC"], ["updated_at", Sun, 29 Sep 2013 10:58:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.1ms) Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999') Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 29.9ms | ActiveRecord: 1.8ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-28 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-27 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-26 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-28 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-27 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", "User logged on at 2013-09-26 11:01:10 UTC"], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:01:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 45ms (Views: 28.4ms | ActiveRecord: 1.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-28 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-27 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-26 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-28 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-27 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", "User logged on at 2013-09-26 11:35:55 UTC"], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:35:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:40 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 38ms (Views: 35.4ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-28 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-27 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-26 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-28 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-27 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged on at 2013-09-26 11:37:41 UTC"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 11:37:41 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.6ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 45ms (Views: 28.2ms | ActiveRecord: 1.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:18:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-28 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-27 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-26 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-28 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-27 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:18:56 UTC +00:00], ["description", "User logged on at 2013-09-26 12:18:56 UTC"], ["updated_at", Sun, 29 Sep 2013 12:18:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 32ms (Views: 4.7ms | ActiveRecord: 0.6ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-28 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-27 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-26 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-28 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-27 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:19:29 UTC +00:00], ["description", "User logged on at 2013-09-26 12:19:29 UTC"], ["updated_at", Sun, 29 Sep 2013 12:19:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-28 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-27 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-26 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-28 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-27 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged on at 2013-09-26 12:36:05 UTC"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.2ms) Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 29 Sep 2013 12:36:05 UTC +00:00], ["description", nil], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 29 Sep 2013 12:36:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-29 00:00:00.000000' AND '2013-09-29 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 22ms (Views: 6.2ms | ActiveRecord: 6.3ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-08 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-07 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-06 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-08 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-07 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged on at 2013-10-06 02:21:29 UTC"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:21:29 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-08 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-07 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-06 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-08 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-07 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged on at 2013-10-06 02:58:06 UTC"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.2ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 02:58:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 49ms (Views: 4.8ms | ActiveRecord: 1.7ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-08 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-07 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-06 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-08 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-07 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", "User logged on at 2013-10-06 02:59:00 UTC"], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 02:59:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.1ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:25 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:02:34 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-08 03:04:47.579279', "updated_at" = '2013-10-09 03:04:47.579936' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:04:47.581622', "updated_at" = '2013-10-09 03:04:47.582044' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:04:47.582722', "updated_at" = '2013-10-09 03:04:47.583023' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 47ms (Views: 5.0ms | ActiveRecord: 5.0ms)  (0.2ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-08 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-07 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-06 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-08 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-07 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged on at 2013-10-06 03:04:50 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.7ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-08 03:04:50.567626', "updated_at" = '2013-10-09 03:04:50.568321' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:04:50.570285', "updated_at" = '2013-10-09 03:04:50.570773' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:04:50.571404', "updated_at" = '2013-10-09 03:04:50.571708' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:50 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (3.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-08 03:04:53.962519', "updated_at" = '2013-10-09 03:04:53.963228' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:04:53.965033', "updated_at" = '2013-10-09 03:04:53.965471' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:04:53.966135', "updated_at" = '2013-10-09 03:04:53.966440' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-08 03:04:56.770480', "updated_at" = '2013-10-09 03:04:56.771472' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:04:56.773279', "updated_at" = '2013-10-09 03:04:56.773735' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:04:56.774376', "updated_at" = '2013-10-09 03:04:56.774678' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-08 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-07 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-06 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-08 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-07 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged on at 2013-10-06 03:04:56 UTC"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 8ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:04:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.7ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (11.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:07:03.589337', "updated_at" = '2013-10-09 03:07:03.592885' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:07:03.598509', "updated_at" = '2013-10-09 03:07:03.600187' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:07:03.602332', "updated_at" = '2013-10-09 03:07:03.603420' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditRails::Audit Load (0.5ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:03 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.6ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (10.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (100.2ms) rollback transaction  (0.3ms) begin transaction  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:07:24.719960', "updated_at" = '2013-10-09 03:07:24.722180' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:07:24.727901', "updated_at" = '2013-10-09 03:07:24.729386' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:07:24.731543', "updated_at" = '2013-10-09 03:07:24.733789' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.9ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 146ms (Views: 16.1ms | ActiveRecord: 5.0ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.8ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.3ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:07:34.243803', "updated_at" = '2013-10-09 03:07:34.246493' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:07:34.252275', "updated_at" = '2013-10-09 03:07:34.253679' WHERE "audit_rails_audits"."id" = 2  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:07:34.256995', "updated_at" = '2013-10-09 03:07:34.258822' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 1.4ms)  (0.3ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-08 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-07 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-06 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.3ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.3ms) Completed 200 OK in 31ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (2.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-08 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-07 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["description", "User logged on at 2013-10-06 03:07:34 UTC"], ["updated_at", Wed, 09 Oct 2013 03:07:34 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.4ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 18ms (Views: 14.3ms | ActiveRecord: 0.4ms)  (1.1ms) rollback transaction  (0.2ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 14ms (Views: 5.9ms | ActiveRecord: 0.5ms)  (0.2ms) rollback transaction Connecting to database specified by database.yml  (0.9ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (10.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.8ms) rollback transaction  (0.2ms) begin transaction  (0.6ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:08:08.737211', "updated_at" = '2013-10-09 03:08:08.739895' WHERE "audit_rails_audits"."id" = 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:08:08.747232', "updated_at" = '2013-10-09 03:08:08.748759' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:08:08.750975', "updated_at" = '2013-10-09 03:08:08.751989' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:08 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.9ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:08:17 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:08:17 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 145ms (Views: 17.6ms | ActiveRecord: 5.1ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (100.0ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-08 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-07 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-06 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.4ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 20ms (Views: 13.5ms | ActiveRecord: 0.4ms)  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-08 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-07 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", "User logged on at 2013-10-06 03:08:18 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.4ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (1.7ms) Completed 200 OK in 33ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 1.5ms)  (0.4ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction  (0.2ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.5ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 17ms (Views: 4.8ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:08:18.334623', "updated_at" = '2013-10-09 03:08:18.336940' WHERE "audit_rails_audits"."id" = 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:08:18.341838', "updated_at" = '2013-10-09 03:08:18.343319' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:08:18.345952', "updated_at" = '2013-10-09 03:08:18.347719' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:18 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.8ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (10.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (100.6ms) rollback transaction  (0.2ms) begin transaction  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:35 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.5ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:08:35.814049', "updated_at" = '2013-10-09 03:08:35.816289' WHERE "audit_rails_audits"."id" = 1  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:08:35.821970', "updated_at" = '2013-10-09 03:08:35.823326' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:08:35.825419', "updated_at" = '2013-10-09 03:08:35.826485' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.9ms) rollback transaction Connecting to database specified by database.yml  (0.9ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (10.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (3.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:08:45.233127', "updated_at" = '2013-10-09 03:08:45.235167' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:08:45.239817', "updated_at" = '2013-10-09 03:08:45.241322' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:08:45.243259', "updated_at" = '2013-10-09 03:08:45.244246' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (1.1ms) rollback transaction  (0.2ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.6ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (3.4ms) Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 0.6ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-08 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-07 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-06 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.5ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 12ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-08 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-07 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged on at 2013-10-06 03:08:45 UTC"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.3ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (3.7ms) Completed 200 OK in 30ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (2.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.4ms)  (0.4ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction  (0.2ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:08:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 1.8ms)  (0.4ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.8ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (3.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.8ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:10:58.015959', "updated_at" = '2013-10-09 03:10:58.016583' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:10:58.018209', "updated_at" = '2013-10-09 03:10:58.018735' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:10:58.019336', "updated_at" = '2013-10-09 03:10:58.019617' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:10:58.027783', "updated_at" = '2013-10-09 03:10:58.028178' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:10:58.028836', "updated_at" = '2013-10-09 03:10:58.029136' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:10:58.029675', "updated_at" = '2013-10-09 03:10:58.029951' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:10:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 47ms (Views: 4.8ms | ActiveRecord: 1.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:11:00.870858', "updated_at" = '2013-10-09 03:11:00.871533' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:11:00.873119', "updated_at" = '2013-10-09 03:11:00.873572' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:11:00.874273', "updated_at" = '2013-10-09 03:11:00.874580' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:11:00.884616', "updated_at" = '2013-10-09 03:11:00.885056' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:11:00.886018', "updated_at" = '2013-10-09 03:11:00.886653' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:11:00.887478', "updated_at" = '2013-10-09 03:11:00.887859' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-08 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-07 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-06 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-08 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-07 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["description", "User logged on at 2013-10-06 03:11:00 UTC"], ["updated_at", Wed, 09 Oct 2013 03:11:00 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:15:10.013652', "updated_at" = '2013-10-09 03:15:10.014306' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:15:10.016201', "updated_at" = '2013-10-09 03:15:10.016803' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:15:10.017513', "updated_at" = '2013-10-09 03:15:10.017808' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:15:10.025964', "updated_at" = '2013-10-09 03:15:10.038308' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:15:10.040290', "updated_at" = '2013-10-09 03:15:10.040744' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:15:10.041601', "updated_at" = '2013-10-09 03:15:10.041975' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 47ms (Views: 4.6ms | ActiveRecord: 1.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["description", "User logged on at 2013-10-08 03:15:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["description", "User logged on at 2013-10-07 03:15:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["description", "User logged on at 2013-10-06 03:15:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["description", "User logged on at 2013-10-08 03:15:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", "User logged on at 2013-10-07 03:15:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", "User logged on at 2013-10-06 03:15:13 UTC"], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:15:13.048073', "updated_at" = '2013-10-09 03:15:13.048622' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:15:13.050168', "updated_at" = '2013-10-09 03:15:13.050662' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:15:13.051662', "updated_at" = '2013-10-09 03:15:13.052154' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:15:13.061609', "updated_at" = '2013-10-09 03:15:13.062008' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:15:13.062701', "updated_at" = '2013-10-09 03:15:13.062990' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:15:13.063520', "updated_at" = '2013-10-09 03:15:13.063792' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:15:13 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:14.601079', "updated_at" = '2013-10-09 03:16:14.601719' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:14.603265', "updated_at" = '2013-10-09 03:16:14.603683' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:14.604315', "updated_at" = '2013-10-09 03:16:14.604603' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:14.613480', "updated_at" = '2013-10-09 03:16:14.613863' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:14.614601', "updated_at" = '2013-10-09 03:16:14.614894' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:14.615414', "updated_at" = '2013-10-09 03:16:14.615700' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:14.623760', "updated_at" = '2013-10-09 03:16:14.624184' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:14.624905', "updated_at" = '2013-10-09 03:16:14.625188' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:14.625709', "updated_at" = '2013-10-09 03:16:14.625978' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:14 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 26ms (Views: 5.8ms | ActiveRecord: 1.9ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-08 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-07 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-06 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.6ms) Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-08 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-07 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", "User logged on at 2013-10-06 03:16:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:17.602541', "updated_at" = '2013-10-09 03:16:17.603143' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:17.604833', "updated_at" = '2013-10-09 03:16:17.605272' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:17.605912', "updated_at" = '2013-10-09 03:16:17.606215' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:17.613955', "updated_at" = '2013-10-09 03:16:17.614432' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:17.615231', "updated_at" = '2013-10-09 03:16:17.615520' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:17.616074', "updated_at" = '2013-10-09 03:16:17.616369' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:16:17.624664', "updated_at" = '2013-10-09 03:16:17.625053' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:16:17.625770', "updated_at" = '2013-10-09 03:16:17.626065' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:16:17.626592', "updated_at" = '2013-10-09 03:16:17.626866' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:16:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (9.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:10.714152', "updated_at" = '2013-10-09 03:22:10.714809' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:10.716347', "updated_at" = '2013-10-09 03:22:10.716772' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:10.717411', "updated_at" = '2013-10-09 03:22:10.717708' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:10.724439', "updated_at" = '2013-10-09 03:22:10.724830' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:10.725502', "updated_at" = '2013-10-09 03:22:10.725894' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:10.726525', "updated_at" = '2013-10-09 03:22:10.726839' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:10.736460', "updated_at" = '2013-10-09 03:22:10.736937' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:10.737802', "updated_at" = '2013-10-09 03:22:10.738203' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:10.739039', "updated_at" = '2013-10-09 03:22:10.739438' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.3ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-08 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-07 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-06 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-08 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-07 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged on at 2013-10-06 03:22:10 UTC"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:22:10 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.6ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:56.464360', "updated_at" = '2013-10-09 03:22:56.465064' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:56.467109', "updated_at" = '2013-10-09 03:22:56.467757' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:56.469015', "updated_at" = '2013-10-09 03:22:56.469596' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:56.478265', "updated_at" = '2013-10-09 03:22:56.478668' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:56.479331', "updated_at" = '2013-10-09 03:22:56.479637' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:56.480380', "updated_at" = '2013-10-09 03:22:56.480746' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:56.487633', "updated_at" = '2013-10-09 03:22:56.488020' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:56.488752', "updated_at" = '2013-10-09 03:22:56.489066' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:56.489641', "updated_at" = '2013-10-09 03:22:56.489930' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:22:56.496912', "updated_at" = '2013-10-09 03:22:56.497404' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:22:56.498164', "updated_at" = '2013-10-09 03:22:56.498446' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:22:56.499039', "updated_at" = '2013-10-09 03:22:56.499381' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:22:56 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:09.291691', "updated_at" = '2013-10-09 03:23:09.292325' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:09.294078', "updated_at" = '2013-10-09 03:23:09.294528' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:09.295131', "updated_at" = '2013-10-09 03:23:09.295426' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:09.304089', "updated_at" = '2013-10-09 03:23:09.304533' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:09.305337', "updated_at" = '2013-10-09 03:23:09.305799' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:09.306582', "updated_at" = '2013-10-09 03:23:09.306876' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:09.314925', "updated_at" = '2013-10-09 03:23:09.315327' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:09.316027', "updated_at" = '2013-10-09 03:23:09.316334' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:09.316849', "updated_at" = '2013-10-09 03:23:09.317136' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 25ms (Views: 5.1ms | ActiveRecord: 1.9ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-08 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-07 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-06 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-08 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-07 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", "User logged on at 2013-10-06 03:23:12 UTC"], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-02 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:12.269887', "updated_at" = '2013-10-09 03:23:12.270449' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:12.271945', "updated_at" = '2013-10-09 03:23:12.272351' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:12.272988', "updated_at" = '2013-10-09 03:23:12.273277' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:12.282162', "updated_at" = '2013-10-09 03:23:12.282565' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:12.283315', "updated_at" = '2013-10-09 03:23:12.283619' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:12.284160', "updated_at" = '2013-10-09 03:23:12.284430' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:23:12.291412', "updated_at" = '2013-10-09 03:23:12.291790' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:23:12.292537', "updated_at" = '2013-10-09 03:23:12.292833' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:23:12.293362', "updated_at" = '2013-10-09 03:23:12.293700' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:23:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.4ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 23ms (Views: 5.1ms | ActiveRecord: 2.1ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.9ms)  (0.2ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-08 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-07 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-06 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-08 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-07 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", "User logged on at 2013-10-06 03:37:09 UTC"], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999') Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:37:09.237201', "updated_at" = '2013-10-09 03:37:09.237773' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:37:09.239343', "updated_at" = '2013-10-09 03:37:09.239814' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:37:09.240477', "updated_at" = '2013-10-09 03:37:09.240803' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:37:09.248009', "updated_at" = '2013-10-09 03:37:09.248405' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:37:09.249235', "updated_at" = '2013-10-09 03:37:09.249757' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:37:09.250419', "updated_at" = '2013-10-09 03:37:09.250710' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:37:09.258565', "updated_at" = '2013-10-09 03:37:09.259348' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:37:09.260718', "updated_at" = '2013-10-09 03:37:09.261293' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:37:09.262040', "updated_at" = '2013-10-09 03:37:09.262411' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:37:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-08 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-07 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-06 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-08 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-07 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", "User logged on at 2013-10-06 03:38:24 UTC"], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.6ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:38:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (29.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-08 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-07 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-06 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-08 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-07 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", "User logged on at 2013-10-06 03:41:58 UTC"], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.3ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:41:58 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:16 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:16 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:16 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (5.1ms) Completed 200 OK in 41ms (Views: 4.9ms | ActiveRecord: 0.2ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:17 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.2ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 44ms (Views: 4.8ms | ActiveRecord: 4.3ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:19 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:19 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:20.013312', "updated_at" = '2013-10-09 03:42:20.013885' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:20.015445', "updated_at" = '2013-10-09 03:42:20.015876' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:20.016480', "updated_at" = '2013-10-09 03:42:20.016771' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:20.023573', "updated_at" = '2013-10-09 03:42:20.023960' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:20.024723', "updated_at" = '2013-10-09 03:42:20.025031' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:20.025574', "updated_at" = '2013-10-09 03:42:20.025919' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:20.034641', "updated_at" = '2013-10-09 03:42:20.035078' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:20.035864', "updated_at" = '2013-10-09 03:42:20.036163' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:20.036709', "updated_at" = '2013-10-09 03:42:20.036980' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 42ms (Views: 1.0ms | ActiveRecord: 4.5ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:23 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 49ms (Views: 34.8ms | ActiveRecord: 4.4ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:37 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 45ms (Views: 4.9ms | ActiveRecord: 4.4ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-08 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-07 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged on at 2013-10-06 03:42:44 UTC"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.5ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:44.864363', "updated_at" = '2013-10-09 03:42:44.864933' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:44.866561', "updated_at" = '2013-10-09 03:42:44.867126' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:44.867906', "updated_at" = '2013-10-09 03:42:44.868219' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:44.875469', "updated_at" = '2013-10-09 03:42:44.875924' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:44.876659', "updated_at" = '2013-10-09 03:42:44.876982' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:44.877562', "updated_at" = '2013-10-09 03:42:44.877862' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 03:42:44.886286', "updated_at" = '2013-10-09 03:42:44.886871' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 03:42:44.887589', "updated_at" = '2013-10-09 03:42:44.887904' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 03:42:44.888466', "updated_at" = '2013-10-09 03:42:44.888747' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 03:42:44 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:55:27.364578', "updated_at" = '2013-10-09 04:55:27.365218' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:55:27.366738', "updated_at" = '2013-10-09 04:55:27.367156' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:55:27.367746', "updated_at" = '2013-10-09 04:55:27.368027' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:55:27.378698', "updated_at" = '2013-10-09 04:55:27.379071' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:55:27.379745', "updated_at" = '2013-10-09 04:55:27.380074' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:55:27.380635', "updated_at" = '2013-10-09 04:55:27.380914' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:55:27.388207', "updated_at" = '2013-10-09 04:55:27.388652' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:55:27.389369', "updated_at" = '2013-10-09 04:55:27.389660' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:55:27.390204', "updated_at" = '2013-10-09 04:55:27.390491' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (0.2ms) 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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 04:55:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.8ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.8ms | ActiveRecord: 1.7ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (2.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:56:01.207579', "updated_at" = '2013-10-09 04:56:01.208232' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:56:01.209853', "updated_at" = '2013-10-09 04:56:01.210378' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:56:01.211251', "updated_at" = '2013-10-09 04:56:01.211831' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:56:01.220387', "updated_at" = '2013-10-09 04:56:01.220815' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:56:01.221587', "updated_at" = '2013-10-09 04:56:01.221955' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:56:01.222497', "updated_at" = '2013-10-09 04:56:01.222912' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-07 04:56:01.231184', "updated_at" = '2013-10-09 04:56:01.231574' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-06 04:56:01.232251', "updated_at" = '2013-10-09 04:56:01.232543' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-04 04:56:01.233073', "updated_at" = '2013-10-09 04:56:01.233351' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-05 00:00:00.000000' AND '2013-10-08 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", nil], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-09 00:00:00.000000' AND '2013-10-09 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-08 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-07 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-06 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.5ms) Completed 200 OK in 39ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-08 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-07 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["description", "User logged on at 2013-10-06 04:56:01 UTC"], ["updated_at", Wed, 09 Oct 2013 04:56:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-23 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Wed, 23 Oct 2013 16:35:52 UTC +00:00], ["description", "User logged in"], ["updated_at", Wed, 23 Oct 2013 16:35:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 58ms (Views: 8.6ms | ActiveRecord: 2.1ms)  (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-10-23 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (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-10-23 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-22 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-21 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-20 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.3ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-22 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-21 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", "User logged on at 2013-10-20 16:35:53 UTC"], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-21 16:35:53.092394', "updated_at" = '2013-10-23 16:35:53.093090' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-20 16:35:53.095216', "updated_at" = '2013-10-23 16:35:53.096085' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-18 16:35:53.097203', "updated_at" = '2013-10-23 16:35:53.097589' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-19 00:00:00.000000' AND '2013-10-22 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-21 16:35:53.106253', "updated_at" = '2013-10-23 16:35:53.106656' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-20 16:35:53.107351', "updated_at" = '2013-10-23 16:35:53.107694' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-18 16:35:53.108247', "updated_at" = '2013-10-23 16:35:53.108524' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-19 00:00:00.000000' AND '2013-10-22 23:59:59.999999')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-21 16:35:53.115431', "updated_at" = '2013-10-23 16:35:53.115834' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-20 16:35:53.116711', "updated_at" = '2013-10-23 16:35:53.117119' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-18 16:35:53.117726', "updated_at" = '2013-10-23 16:35:53.118011' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-23 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["description", nil], ["updated_at", Wed, 23 Oct 2013 16:35:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-23 00:00:00.000000' AND '2013-10-23 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 19:59:03.257304', "updated_at" = '2013-10-27 19:59:03.257993' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 19:59:03.259888', "updated_at" = '2013-10-27 19:59:03.260373' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 19:59:03.260955', "updated_at" = '2013-10-27 19:59:03.261239' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 19:59:03.274462', "updated_at" = '2013-10-27 19:59:03.274833' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 19:59:03.275597', "updated_at" = '2013-10-27 19:59:03.275916' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 19:59:03.276438', "updated_at" = '2013-10-27 19:59:03.276709' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 19:59:03.283297', "updated_at" = '2013-10-27 19:59:03.283673' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 19:59:03.284339', "updated_at" = '2013-10-27 19:59:03.284617' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 19:59:03.285139', "updated_at" = '2013-10-27 19:59:03.285418' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-26 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-25 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-24 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-26 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-25 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged on at 2013-10-24 19:59:03 UTC"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (2.0ms) Completed 200 OK in 10ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 19:59:03 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 19:59:03 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.9ms | ActiveRecord: 1.7ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-26 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-25 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-24 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-26 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-25 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", "User logged on at 2013-10-24 20:01:53 UTC"], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:01:53.191793', "updated_at" = '2013-10-27 20:01:53.192406' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:01:53.194080', "updated_at" = '2013-10-27 20:01:53.194549' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:01:53.195210', "updated_at" = '2013-10-27 20:01:53.195536' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:01:53.204960', "updated_at" = '2013-10-27 20:01:53.205331' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:01:53.205994', "updated_at" = '2013-10-27 20:01:53.206272' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:01:53.206781', "updated_at" = '2013-10-27 20:01:53.207050' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:01:53.213738', "updated_at" = '2013-10-27 20:01:53.214113' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:01:53.214778', "updated_at" = '2013-10-27 20:01:53.215057' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:01:53.215566', "updated_at" = '2013-10-27 20:01:53.215833' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:01:53 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:01:53 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.7ms | ActiveRecord: 1.7ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-26 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-25 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-24 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-26 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-25 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", "User logged on at 2013-10-24 20:02:07 UTC"], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:02:07.636438', "updated_at" = '2013-10-27 20:02:07.636981' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:02:07.638529', "updated_at" = '2013-10-27 20:02:07.638935' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:02:07.639515', "updated_at" = '2013-10-27 20:02:07.639945' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:02:07.647776', "updated_at" = '2013-10-27 20:02:07.648147' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:02:07.648808', "updated_at" = '2013-10-27 20:02:07.649088' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:02:07.649601', "updated_at" = '2013-10-27 20:02:07.649875' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:02:07.656646', "updated_at" = '2013-10-27 20:02:07.657020' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:02:07.657687', "updated_at" = '2013-10-27 20:02:07.657973' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:02:07.658488', "updated_at" = '2013-10-27 20:02:07.658762' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:02:07 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.9ms | ActiveRecord: 1.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-26 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-25 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-24 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-26 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-25 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["description", "User logged on at 2013-10-24 20:03:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:17.079423', "updated_at" = '2013-10-27 20:03:17.079985' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:17.081508', "updated_at" = '2013-10-27 20:03:17.081939' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:17.082525', "updated_at" = '2013-10-27 20:03:17.082805' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:17.090923', "updated_at" = '2013-10-27 20:03:17.091313' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:17.091992', "updated_at" = '2013-10-27 20:03:17.092274' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:17.092794', "updated_at" = '2013-10-27 20:03:17.093068' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:17.101649', "updated_at" = '2013-10-27 20:03:17.102046' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:17.102763', "updated_at" = '2013-10-27 20:03:17.103062' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:17.103614', "updated_at" = '2013-10-27 20:03:17.103907' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.3ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:17 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:17 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 18ms (Views: 5.0ms | ActiveRecord: 4.1ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-26 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-25 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-24 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-26 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-25 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged on at 2013-10-24 20:03:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:27.812980', "updated_at" = '2013-10-27 20:03:27.813536' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:27.815207', "updated_at" = '2013-10-27 20:03:27.815682' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:27.816398', "updated_at" = '2013-10-27 20:03:27.816702' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:27.823305', "updated_at" = '2013-10-27 20:03:27.823693' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:27.824381', "updated_at" = '2013-10-27 20:03:27.824672' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:27.825195', "updated_at" = '2013-10-27 20:03:27.825470' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:03:27.833256', "updated_at" = '2013-10-27 20:03:27.833629' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:03:27.834294', "updated_at" = '2013-10-27 20:03:27.834573' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:03:27.835089', "updated_at" = '2013-10-27 20:03:27.835359' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:03:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:03:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-26 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-25 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-24 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 500 Internal Server Error in 0ms  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-26 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-25 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged on at 2013-10-24 20:06:49 UTC"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:06:49.117680', "updated_at" = '2013-10-27 20:06:49.118465' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:06:49.120150', "updated_at" = '2013-10-27 20:06:49.120637' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:06:49.121344', "updated_at" = '2013-10-27 20:06:49.121641' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:06:49.128410', "updated_at" = '2013-10-27 20:06:49.128786' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:06:49.129460', "updated_at" = '2013-10-27 20:06:49.129755' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:06:49.130316', "updated_at" = '2013-10-27 20:06:49.130665' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:06:49.141690', "updated_at" = '2013-10-27 20:06:49.142121' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:06:49.142853', "updated_at" = '2013-10-27 20:06:49.143149' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:06:49.143671', "updated_at" = '2013-10-27 20:06:49.143963' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:06:49 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (3.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (2.5ms) rollback transaction  (0.1ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:07:04.953214', "updated_at" = '2013-10-27 20:07:04.953853' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:07:04.955470', "updated_at" = '2013-10-27 20:07:04.955886' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:07:04.956463', "updated_at" = '2013-10-27 20:07:04.956743' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:07:04.964258', "updated_at" = '2013-10-27 20:07:04.964631' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:07:04.965284', "updated_at" = '2013-10-27 20:07:04.965561' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:07:04.966113', "updated_at" = '2013-10-27 20:07:04.966388' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:07:04.973542', "updated_at" = '2013-10-27 20:07:04.974229' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:07:04.975030', "updated_at" = '2013-10-27 20:07:04.975325' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:07:04.975868', "updated_at" = '2013-10-27 20:07:04.976156' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:04 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:07:04 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-26 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-25 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-24 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-26 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-25 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged on at 2013-10-24 20:07:05 UTC"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:07:05 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-26 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-25 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-24 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-26 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-25 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["description", "User logged on at 2013-10-24 20:10:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:10:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 10ms (Views: 7.1ms | ActiveRecord: 1.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-26 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-25 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-24 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.2ms) Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-26 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-25 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["description", "User logged on at 2013-10-24 20:10:55 UTC"], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:10:55 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:10:55 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (1.1ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:16 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.1ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:16 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:11:16 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:19 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.2ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:11:20 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.6ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.5ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.9ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.1ms)  (6.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-26 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-25 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:11:54 UTC +00:00], ["description", "User logged on at 2013-10-24 20:11:54 UTC"], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Sent data audits.xls (1.4ms) Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (2.7ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:11:54 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.7ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (0.2ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (1.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Rendered text template (0.0ms) Sent data audits.xls (4.9ms) Completed 200 OK in 13ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (98.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:24 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:24.372834', "updated_at" = '2013-10-27 20:12:24.373397' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:24.374972', "updated_at" = '2013-10-27 20:12:24.375456' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:24.376232', "updated_at" = '2013-10-27 20:12:24.376534' WHERE "audit_rails_audits"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:24.419436', "updated_at" = '2013-10-27 20:12:24.419831' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:24.420514', "updated_at" = '2013-10-27 20:12:24.420797' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:24.421334', "updated_at" = '2013-10-27 20:12:24.421611' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:24.429974', "updated_at" = '2013-10-27 20:12:24.430402' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:24.431144', "updated_at" = '2013-10-27 20:12:24.431445' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:24.432014', "updated_at" = '2013-10-27 20:12:24.432318' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:24 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.5ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:43 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.2ms) Completed 200 OK in 9ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:43 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:43 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.7ms | ActiveRecord: 1.7ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-26 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-25 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", "User logged on at 2013-10-24 20:12:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:47.231539', "updated_at" = '2013-10-27 20:12:47.232114' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:47.233776', "updated_at" = '2013-10-27 20:12:47.234188' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:47.234949', "updated_at" = '2013-10-27 20:12:47.235361' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:47.243674', "updated_at" = '2013-10-27 20:12:47.244046' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:47.244715', "updated_at" = '2013-10-27 20:12:47.244991' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:47.245526', "updated_at" = '2013-10-27 20:12:47.245801' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:12:47.252391', "updated_at" = '2013-10-27 20:12:47.252769' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:12:47.253426', "updated_at" = '2013-10-27 20:12:47.253701' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:12:47.254206', "updated_at" = '2013-10-27 20:12:47.254474' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:12:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (1.0ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:17:27.759555', "updated_at" = '2013-10-27 20:17:27.760299' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:17:27.762077', "updated_at" = '2013-10-27 20:17:27.762631' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:17:27.763342', "updated_at" = '2013-10-27 20:17:27.763661' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:17:27.772551', "updated_at" = '2013-10-27 20:17:27.772920' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:17:27.773576', "updated_at" = '2013-10-27 20:17:27.773856' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:17:27.774397', "updated_at" = '2013-10-27 20:17:27.774674' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:17:27.782966', "updated_at" = '2013-10-27 20:17:27.783342' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:17:27.784098', "updated_at" = '2013-10-27 20:17:27.784402' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:17:27.785022', "updated_at" = '2013-10-27 20:17:27.785405' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 6.6ms | ActiveRecord: 1.1ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-26 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-25 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-24 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-26 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-25 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged on at 2013-10-24 20:17:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.5ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:17:27 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:17:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (1.0ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 20ms (Views: 4.6ms | ActiveRecord: 0.9ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:12.614051', "updated_at" = '2013-10-27 20:18:12.614671' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:12.616249', "updated_at" = '2013-10-27 20:18:12.616653' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:12.617229', "updated_at" = '2013-10-27 20:18:12.617514' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:12.628124', "updated_at" = '2013-10-27 20:18:12.628528' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:12.629200', "updated_at" = '2013-10-27 20:18:12.629504' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:12.630052', "updated_at" = '2013-10-27 20:18:12.630326' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:12.639254', "updated_at" = '2013-10-27 20:18:12.639659' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:12.640402', "updated_at" = '2013-10-27 20:18:12.640676' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:12.641196', "updated_at" = '2013-10-27 20:18:12.641479' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.2ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-26 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-25 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-24 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-26 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-25 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["description", "User logged on at 2013-10-24 20:18:12 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.5ms) Completed 200 OK in 45ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:12 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:12 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.9ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 4.9ms | ActiveRecord: 1.0ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (2.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-26 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-25 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-24 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.3ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-26 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-25 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", "User logged on at 2013-10-24 20:18:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.5ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.2ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.2ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:20.838153', "updated_at" = '2013-10-27 20:18:20.838889' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:20.840735', "updated_at" = '2013-10-27 20:18:20.841158' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:20.841748', "updated_at" = '2013-10-27 20:18:20.842030' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:20.852503', "updated_at" = '2013-10-27 20:18:20.852897' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:20.853599', "updated_at" = '2013-10-27 20:18:20.854143' WHERE "audit_rails_audits"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:20.855403', "updated_at" = '2013-10-27 20:18:20.855793' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:18:20.863842', "updated_at" = '2013-10-27 20:18:20.864221' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:18:20.864913', "updated_at" = '2013-10-27 20:18:20.865199' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:18:20.865719', "updated_at" = '2013-10-27 20:18:20.865990' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:18:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.9ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 SQL (2.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:19:27 UTC +00:00], ["description", "User logged on at 2013-10-26 20:19:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:27 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:19:27 UTC +00:00], ["description", "User logged on at 2013-10-25 20:19:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:19:27 UTC +00:00], ["description", "User logged on at 2013-10-24 20:19:27 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:27 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Rendered text template (0.0ms) Sent data audits.xls (5.1ms) Completed 200 OK in 13ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:19:28 UTC +00:00], ["description", "User logged on at 2013-10-26 20:19:28 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:19:28 UTC +00:00], ["description", "User logged on at 2013-10-25 20:19:28 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:19:28 UTC +00:00], ["description", "User logged on at 2013-10-24 20:19:28 UTC"], ["updated_at", Sun, 27 Oct 2013 20:19:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:19:28 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:19:28 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.9ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (0.9ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.3ms)  (2.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-26 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-25 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-24 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.2ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-26 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-25 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["description", "User logged on at 2013-10-24 20:20:11 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:20:11 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:20:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.2ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (1.0ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.3ms)  (1.7ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 3.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"  (0.2ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-26 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-25 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-24 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-26 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-25 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["description", "User logged on at 2013-10-24 20:20:19 UTC"], ["updated_at", Sun, 27 Oct 2013 20:20:19 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.8ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (2.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:21:57.212141', "updated_at" = '2013-10-27 20:21:57.212911' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:21:57.214620', "updated_at" = '2013-10-27 20:21:57.215073' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:21:57.215673', "updated_at" = '2013-10-27 20:21:57.215956' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:21:57.227112', "updated_at" = '2013-10-27 20:21:57.227541' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:21:57.228240', "updated_at" = '2013-10-27 20:21:57.228567' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:21:57.229282', "updated_at" = '2013-10-27 20:21:57.229891' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:21:57.237995', "updated_at" = '2013-10-27 20:21:57.238377' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:21:57.239050', "updated_at" = '2013-10-27 20:21:57.239340' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:21:57.239934', "updated_at" = '2013-10-27 20:21:57.240356' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.3ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-26 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-25 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-24 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-26 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-25 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged on at 2013-10-24 20:21:57 UTC"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.5ms) Completed 200 OK in 48ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:21:57 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:21:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.9ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 21ms (Views: 5.5ms | ActiveRecord: 0.9ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-26 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-25 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-24 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-26 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-25 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", "User logged on at 2013-10-24 20:24:45 UTC"], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.5ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:24:45.951225', "updated_at" = '2013-10-27 20:24:45.952495' WHERE "audit_rails_audits"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:24:45.955134', "updated_at" = '2013-10-27 20:24:45.955899' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:24:45.992199', "updated_at" = '2013-10-27 20:24:45.992692' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:45 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:24:46.001138', "updated_at" = '2013-10-27 20:24:46.001542' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:24:46.002238', "updated_at" = '2013-10-27 20:24:46.002523' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:24:46.003041', "updated_at" = '2013-10-27 20:24:46.003314' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:24:46.011871', "updated_at" = '2013-10-27 20:24:46.012448' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:24:46.013425', "updated_at" = '2013-10-27 20:24:46.013933' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:24:46.014620', "updated_at" = '2013-10-27 20:24:46.014938' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:24:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (0.9ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 25ms (Views: 8.1ms | ActiveRecord: 1.1ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (1.8ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (1.2ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-26 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-25 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-24 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-26 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-25 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", "User logged on at 2013-10-24 20:25:26 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.1ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.4ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits"   (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:26.584626', "updated_at" = '2013-10-27 20:25:26.585187' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:26.586803', "updated_at" = '2013-10-27 20:25:26.587247' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:26.620839', "updated_at" = '2013-10-27 20:25:26.621400' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:26.631864', "updated_at" = '2013-10-27 20:25:26.632304' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:26.632981', "updated_at" = '2013-10-27 20:25:26.633270' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:26.633798', "updated_at" = '2013-10-27 20:25:26.634071' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.3ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:26.640594', "updated_at" = '2013-10-27 20:25:26.640968' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:26.641621', "updated_at" = '2013-10-27 20:25:26.641901' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:26.642421', "updated_at" = '2013-10-27 20:25:26.642693' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:26 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction SQL (1.0ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 SQL (3.6ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (2.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:42.561485', "updated_at" = '2013-10-27 20:25:42.562121' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:42.563918', "updated_at" = '2013-10-27 20:25:42.564398' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:42.565025', "updated_at" = '2013-10-27 20:25:42.565306' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:42.575507', "updated_at" = '2013-10-27 20:25:42.575909' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:42.576600', "updated_at" = '2013-10-27 20:25:42.576884' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:42.577416', "updated_at" = '2013-10-27 20:25:42.577755' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:25:42.584518', "updated_at" = '2013-10-27 20:25:42.584895' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:25:42.585594', "updated_at" = '2013-10-27 20:25:42.585883' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:25:42.586426', "updated_at" = '2013-10-27 20:25:42.586700' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.6ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#analytics as HTML  (0.1ms) SELECT COUNT(*) FROM "audit_rails_audits" Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (1.0ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-26 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-25 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-24 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (1.3ms) Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits"  (0.1ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-26 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-25 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged on at 2013-10-24 20:25:42 UTC"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.2ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits" Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.3ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "audit_rails_audits"  (0.4ms) rollback transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "audit_rails_audits" Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 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, 27 Oct 2013 20:25:42 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:25:42 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.4ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:20.686895' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:20.686895' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:20.686895' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:20.701212' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:20.701212' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:20.701212' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:20.711038' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:20.711038' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:20.711038' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-26 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-25 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-24 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-26 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-25 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["description", "User logged on at 2013-10-24 20:26:20 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:20 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:38.438810' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:38.438810' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:38.438810' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:38.457111' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:38.457111' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:38.457111' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:26:38.466496' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:26:38.466496' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:26:38.466496' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-26 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-25 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-24 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-26 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-25 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", "User logged on at 2013-10-24 20:26:38 UTC"], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:26:38 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:28:52.200626' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:28:52.200626' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:28:52.200626' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:28:52.215504' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:28:52.215504' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:28:52.215504' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:28:52.231112' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:28:52.231112' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:28:52.231112' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/analytics.html.erb within layouts/audit_rails/application (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", "User logged on at 2013-10-26 20:28:52 UTC"], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", "User logged on at 2013-10-25 20:28:52 UTC"], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", "User logged on at 2013-10-24 20:28:52 UTC"], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:28:52 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:29:46.982766' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:29:46.982766' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:29:46.982766' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:46 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:29:46.998399' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:29:46.998399' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:29:46.998399' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:29:47.008143' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:29:47.008143' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:29:47.008143' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-26 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-25 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-24 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-26 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-25 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged on at 2013-10-24 20:29:47 UTC"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:29:47 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-26 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-25 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-24 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-26 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-25 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:30:01 UTC +00:00], ["description", "User logged on at 2013-10-24 20:30:01 UTC"], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:30:01.654853' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:30:01.654853' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:30:01.654853' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:30:01.669339' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:30:01.669339' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:30:01.669339' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:30:01.680853' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:30:01.680853' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:30:01.680853' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:30:01 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-26 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-25 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-24 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-26 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-25 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:31:06 UTC +00:00], ["description", "User logged on at 2013-10-24 20:31:06 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:06.417059' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:06.417059' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:06.417059' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:06.432201' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:06.432201' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:06.432201' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:06.442297' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:06.442297' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:06.442297' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:06 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:39.472421' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:39.472421' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:39.472421' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:39.486144' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:39.486144' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:39.486144' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:31:39.501689' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:31:39.501689' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:31:39.501689' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-26 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-25 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-24 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-26 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-25 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:31:39 UTC +00:00], ["description", "User logged on at 2013-10-24 20:31:39 UTC"], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:31:39 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:23 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:23 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:23.423225' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:23.423225' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:23.423225' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:23.438157' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:23.438157' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:23.438157' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:23.447651' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:23.447651' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:23.447651' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:23 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:33 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:33 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:33.695558' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:33.695558' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:33.695558' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:33.708936' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:33.708936' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:33.708936' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:33.720812' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:33.720812' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:33.720812' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:33 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-26 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 25 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-25 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 24 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged on at 2013-10-24 20:32:36 UTC"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", "User logged in"], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:36.966676' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:36.966676' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:36.966676' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:36.979254' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:36.979254' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:36.979254' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-23 00:00:00.000000' AND '2013-10-26 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:36 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-25 20:32:36.993449' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 20:32:36.993449' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-22 20:32:36.993449' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-27 00:00:00.000000' AND '2013-10-27 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-28 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["description", nil], ["updated_at", Sun, 27 Oct 2013 20:32:37 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 28 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-28 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-27 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-26 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Rendered /Users/gouravtiwari/audit_rails/app/views/audit_rails/audits/index.html.erb within layouts/audit_rails/application (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 28 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-28 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-27 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged on at 2013-10-26 17:19:57 UTC"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:19:57.242980' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:19:57.242980' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:19:57.242980' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-25 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:19:57.256574' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:19:57.256574' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:19:57.256574' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:19:57.269215' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:19:57.269215' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:19:57.269215' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-25 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["description", "User logged in"], ["updated_at", Tue, 29 Oct 2013 17:19:57 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 28 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-28 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-27 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-26 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Rendered text template (0.0ms) Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Mon, 28 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-28 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sun, 27 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-27 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Sat, 26 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged on at 2013-10-26 17:29:09 UTC"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", "User logged in"], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:29:09.566676' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:29:09.566676' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:29:09.566676' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-25 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:29:09.585287' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:29:09.585287' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:29:09.585287' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-10-25 00:00:00.000000' AND '2013-10-28 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-27 17:29:09.601727' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-26 17:29:09.601727' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-10-24 17:29:09.601727' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-10-29 00:00:00.000000' AND '2013-10-29 23:59:59.999999')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["description", nil], ["updated_at", Tue, 29 Oct 2013 17:29:09 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller,action AS controller_action FROM "audit_rails_audits" GROUP BY controller,action  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#login as HTML Parameters: {"id"=>"1"}  (0.0ms) 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-11-09 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "anonymous"], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged in"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-11-09 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#create as HTML  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "visit-site"], ["controller", "xyz"], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) 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-11-09 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 08 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-08 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 07 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-07 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 06 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-06 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Fri, 08 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-08 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Thu, 07 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-07 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", "sessions"], ["created_at", Wed, 06 Nov 2013 07:43:11 UTC +00:00], ["description", "User logged on at 2013-11-06 07:43:11 UTC"], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by AuditRails::AuditsController#index as XLS AuditRails::Audit Load (0.0ms) SELECT "audit_rails_audits".* FROM "audit_rails_audits" ORDER BY created_at DESC Sent data audits.xls (0.0ms) Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by AuditRails::AuditsController#analytics as HTML  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits"  Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, user_name AS user_name FROM "audit_rails_audits" GROUP BY user_name  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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-11-09 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) 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-11-09 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-07 07:43:11.466667' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-06 07:43:11.466667' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-04 07:43:11.466667' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-11-05 00:00:00.000000' AND '2013-11-08 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-07 07:43:11.480321' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-06 07:43:11.480321' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-04 07:43:11.480321' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '1970-01-01 00:00:00.000000' AND '2013-11-09 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-07 07:43:11.490926' WHERE "audit_rails_audits"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-06 07:43:11.490926' WHERE "audit_rails_audits"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) UPDATE "audit_rails_audits" SET "created_at" = '2013-11-04 07:43:11.490926' WHERE "audit_rails_audits"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "audit_rails_audits" WHERE ("audit_rails_audits"."created_at" BETWEEN '2013-11-05 00:00:00.000000' AND '2013-11-08 23:59:59.999999')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "Visit"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "John Smith"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "audit_rails_audits" ("action", "controller", "created_at", "description", "updated_at", "user_name") VALUES (?, ?, ?, ?, ?, ?) [["action", "login"], ["controller", nil], ["created_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["description", nil], ["updated_at", Sat, 09 Nov 2013 07:43:11 UTC +00:00], ["user_name", "Fake User"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) AS count_all, controller, action AS controller_action FROM "audit_rails_audits" GROUP BY controller, action  (0.0ms) rollback transaction