test/dummy/log/development.log in leads_to_highrise-0.2.12 vs test/dummy/log/development.log in leads_to_highrise-0.2.13
- old
+ new
@@ -2017,5 +2017,29 @@
Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-17 11:10:29 +0000
Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-17 11:10:30 +0000
+
+
+Started GET "/leads/1/to_highrise" for 10.0.2.2 at 2014-04-17 11:22:07 +0000
+ [1m[36mActiveRecord::SchemaMigration Load (5.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by LeadsController#to_highrise as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mLead Load (40.2ms)[0m SELECT "leads".* FROM "leads" WHERE "leads"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mUser Load (9.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6862ms (ActiveRecord: 103.7ms)
+
+
+Started GET "/" for 10.0.2.2 at 2014-04-17 11:22:18 +0000
+Processing by LeadsController#index as HTML
+ [1m[35mLead Load (8.7ms)[0m SELECT "leads".* FROM "leads"
+ [1m[36mUser Load (25.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
+ Rendered /vagrant/engine/leads_to_highrise/app/views/leads/index.html.erb within layouts/application (358.7ms)
+Completed 200 OK in 1670ms (Views: 1634.7ms | ActiveRecord: 34.4ms)
+
+
+Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-17 11:22:21 +0000
+
+
+Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-17 11:22:21 +0000