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 + ActiveRecord::SchemaMigration Load (5.8ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by LeadsController#to_highrise as HTML + Parameters: {"id"=>"1"} + Lead Load (40.2ms) SELECT "leads".* FROM "leads" WHERE "leads"."id" = ? LIMIT 1 [["id", 1]] + User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 +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 + Lead Load (8.7ms) SELECT "leads".* FROM "leads" + User Load (25.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1 + 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