Ruby on Rails Tuesday, February 26, 2019



New User Created here


2019-02-27T01:06:16.101419+00:00 app[web.1]: I, [2019-02-27T01:06:16.101310 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Started GET "/users/sign_up" for 125.238.205.235 at 2019-02-27 01:06:16 +0000
2019-02-27T01:06:16.102497+00:00 app[web.1]: I, [2019-02-27T01:06:16.102428 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Processing by Devise::RegistrationsController#new as HTML
2019-02-27T01:06:16.107503+00:00 app[web.1]: I, [2019-02-27T01:06:16.107410 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Rendering devise/registrations/new.html.erb within layouts/application
2019-02-27T01:06:16.115779+00:00 app[web.1]: I, [2019-02-27T01:06:16.115680 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Rendered devise/registrations/new.html.erb within layouts/application (8.1ms)
2019-02-27T01:06:16.119735+00:00 app[web.1]: I, [2019-02-27T01:06:16.119658 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Rendered home/_header.html.erb (2.6ms)
2019-02-27T01:06:16.120188+00:00 app[web.1]: I, [2019-02-27T01:06:16.120116 #4] INFO -- : [0babc969-bf43-44e5-9fac-06b8d5d38540] Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.0ms)
2019-02-27T01:07:02.203764+00:00 app[web.1]: I, [2019-02-27T01:07:02.203488 #4] INFO -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] Started POST "/users" for 125.238.205.235 at 2019-02-27 01:07:02 +0000
2019-02-27T01:07:02.209950+00:00 app[web.1]: I, [2019-02-27T01:07:02.209644 #4] INFO -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] Processing by Devise::RegistrationsController#create as HTML
2019-02-27T01:07:02.210309+00:00 app[web.1]: I, [2019-02-27T01:07:02.210022 #4] INFO -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] Parameters: {"utf8"=>"✓", "authenticity_token"=>"mPPYQxM68q5VHUt67onbloIp3MfPYIPWzrM4FBthHgUWMb4wWvkoOPSkokMg6vGmtQjpP0DfbJsZYLU5TpnI+w==", "user"=>{"name"=>"Mike Merrick", "email"=>"merrickdav@hotmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
2019-02-27T01:07:02.433662+00:00 app[web.1]: D, [2019-02-27T01:07:02.433483 #4] DEBUG -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6]  (1.3ms) BEGIN
2019-02-27T01:07:02.438653+00:00 app[web.1]: D, [2019-02-27T01:07:02.438558 #4] DEBUG -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] User Exists (2.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "merrickdav@hotmail.com"], ["LIMIT", 1]]
2019-02-27T01:07:02.442130+00:00 app[web.1]: D, [2019-02-27T01:07:02.442050 #4] DEBUG -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] SQL (1.6ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "merrickdav@hotmail.com"], ["encrypted_password", "$2a$11$/hTEqRBWc5SM6k.S38uMiub6X0d7zDs1OZJyDy68aWj0SyuwmTJZK"], ["created_at", "2019-02-27 01:07:02.439070"], ["updated_at", "2019-02-27 01:07:02.439070"], ["name", "Mike Merrick"]]
2019-02-27T01:07:02.444910+00:00 app[web.1]: D, [2019-02-27T01:07:02.444840 #4] DEBUG -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6]  (2.1ms) COMMIT
2019-02-27T01:07:02.453093+00:00 app[web.1]: I, [2019-02-27T01:07:02.453002 #4] INFO -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] Redirected to https://pininterestdave.herokuapp.com/
2019-02-27T01:07:02.453360+00:00
app[web.1]: I, [2019-02-27T01:07:02.453294 #4] INFO -- : [026266ef-55cf-4c7d-8ae1-ee9dda3b46d6] Completed 302 Found in 243ms (ActiveRecord: 7.3ms)
2019-02-27T01:07:02.454982+00:00 heroku[router]: at=info method=POST path="/users" host=pininterestdave.herokuapp.com request_id=026266ef-55cf-4c7d-8ae1-ee9dda3b46d6 fwd="125.238.205.235" dyno=web.1 connect=0ms service=260ms status=302 bytes=1084 protocol=https
2019-02-27T01:07:02.773457+00:00 heroku[router]: at=info method=GET path="/" host=pininterestdave.herokuapp.com request_id=ede6a0e9-5ea5-41f7-b59d-6623382c93de fwd="125.238.205.235" dyno=web.1 connect=0ms service=95ms status=200 bytes=5889 protocol=https
2019-02-27T01:07:02.685600+00:00 app[web.1]: I, [2019-02-27T01:07:02.685507 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Started GET "/" for 125.238.205.235 at 2019-02-27 01:07:02 +0000
2019-02-27T01:07:02.687346+00:00 app[web.1]: I, [2019-02-27T01:07:02.687219 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Processing by PinsController#index as HTML
2019-02-27T01:07:02.691176+00:00 app[web.1]: I, [2019-02-27T01:07:02.691081 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Rendering pins/index.html.erb within layouts/application
2019-02-27T01:07:02.701178+00:00 app[web.1]: D, [2019-02-27T01:07:02.701058 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 11], ["LIMIT", 1]]
2019-02-27T01:07:02.704328+00:00 app[web.1]: D, [2019-02-27T01:07:02.704196 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de]  (1.6ms) SELECT COUNT(*) FROM "pins"
2019-02-27T01:07:02.706815+00:00 app[web.1]: D, [2019-02-27T01:07:02.706704 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Pin Load (1.5ms) SELECT "pins".* FROM "pins" ORDER BY created_at DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]]
2019-02-27T01:07:02.714930+00:00 app[web.1]: D, [2019-02-27T01:07:02.714821 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.730184+00:00 app[web.1]: D, [2019-02-27T01:07:02.729870 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.735282+00:00 app[web.1]: D, [2019-02-27T01:07:02.734887 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.741795+00:00 app[web.1]: D, [2019-02-27T01:07:02.741466 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.748437+00:00 app[web.1]: D, [2019-02-27T01:07:02.748320 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.760972+00:00 app[web.1]: D, [2019-02-27T01:07:02.757823 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.760976+00:00 app[web.1]: D, [2019-02-27T01:07:02.760298 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.762746+00:00 app[web.1]: D, [2019-02-27T01:07:02.762654 #4] DEBUG -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2019-02-27T01:07:02.763171+00:00 app[web.1]: I, [2019-02-27T01:07:02.763093 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Rendered pins/index.html.erb within layouts/application (71.8ms)
2019-02-27T01:07:02.770614+00:00 app[web.1]: I, [2019-02-27T01:07:02.770437 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Rendered home/_header.html.erb (1.7ms)
2019-02-27T01:07:02.771339+00:00 app[web.1]: I, [2019-02-27T01:07:02.771266 #4] INFO -- : [ede6a0e9-5ea5-41f7-b59d-6623382c93de] Completed 200 OK in 84ms (Views: 72.4ms | ActiveRecord: 9.9ms)
2019-02-27T01:07:03.104912+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=pininterestdave.herokuapp.com request_id=9537dc2a-dfba-4a81-a930-49e04363740d fwd="125.238.205.235" dyno=web.1 connect=0ms service=6ms status=304 bytes=48 protocol=https
2019-02-27T00:17:09.431478+00:00 app[web.1]: I, [2019-02-27T00:17:09.431412 #4] INFO -- : [2f126671-a5c5-416e-addd-621a1ee15c45] Rendered home/_header.html.erb (0.6ms)
2019-02-27T00:17:09.431901+00:00 app[web.1]: I, [2019-02-27T00:17:09.431837 #4] INFO -- : [2f126671-a5c5-416e-addd-621a1ee15c45] Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.0ms)
2019-02-27T00:17:35.840573+00:00 heroku[router]: at=info method=GET path="/users/password/new" host=pininterestdave.herokuapp.com request_id=7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c fwd="125.238.205.235" dyno=web.1 connect=1ms service=19ms status=200 bytes=3412 protocol=https
2019-02-27T00:17:35.822824+00:00 app[web.1]: I, [2019-02-27T00:17:35.822709 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Started GET "/users/password/new" for 125.238.205.235 at 2019-02-27 00:17:35 +0000
2019-02-27T00:17:35.824909+00:00 app[web.1]: I, [2019-02-27T00:17:35.824832 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Processing by Devise::PasswordsController#new as HTML
2019-02-27T00:17:35.828744+00:00 app[web.1]: I, [2019-02-27T00:17:35.828649 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Rendering devise/passwords/new.html.erb within layouts/application
2019-02-27T00:17:35.832415+00:00 app[web.1]: I, [2019-02-27T00:17:35.832318 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Rendered devise/shared/_links.html.erb (0.6ms)
2019-02-27T00:17:35.832558+00:00 app[web.1]: I, [2019-02-27T00:17:35.832487 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Rendered devise/passwords/new.html.erb within layouts/application (3.7ms)
2019-02-27T00:17:35.834428+00:00 app[web.1]: I, [2019-02-27T00:17:35.834354 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Rendered home/_header.html.erb (0.7ms)
2019-02-27T00:17:35.834966+00:00 app[web.1]: I, [2019-02-27T00:17:35.834892 #4] INFO -- : [7e71e14a-f8bb-45e4-9f48-d2d4c28c2c6c] Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.0ms)
2019-02-27T00:18:59.389835+00:00 app[web.1]: I, [2019-02-27T00:18:59.389721 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Started POST "/users/password" for 125.238.205.235 at 2019-02-27 00:18:59 +0000
2019-02-27T00:18:59.390738+00:00 app[web.1]: I, [2019-02-27T00:18:59.390679 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Processing by Devise::PasswordsController#create as HTML
2019-02-27T00:18:59.390802+00:00 app[web.1]: I, [2019-02-27T00:18:59.390753 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Parameters: {"utf8"=>"✓", "authenticity_token"=>"OrWOqZ+P9jKtwDur/+oWCUFDtGX6hyqlr4KWAN2gX+qzZtRAPOH2roD70gL5BFokr7x1M4/RCMsdDEXf8DtJpQ==", "user"=>{"email"=>"merrickdav@hotmail.com"}, "commit"=>"Send me reset password instructions"}
2019-02-27T00:18:59.396319+00:00 app[web.1]: D, [2019-02-27T00:18:59.396242 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "merrickdav@hotmail.com"], ["LIMIT", 1]]
2019-02-27T00:18:59.590953+00:00 app[web.1]: D, [2019-02-27T00:18:59.590839 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "03928fe49361390b9babbab2a61cb84b839f2537cd6072df69adb8c34cf5bf71"], ["LIMIT", 1]]
2019-02-27T00:18:59.592305+00:00 app[web.1]: D, [2019-02-27T00:18:59.592248 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c]  (0.7ms) BEGIN
2019-02-27T00:18:59.594769+00:00 app[web.1]: D, [2019-02-27T00:18:59.594701 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] SQL (1.1ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "03928fe49361390b9babbab2a61cb84b839f2537cd6072df69adb8c34cf5bf71"], ["reset_password_sent_at", "2019-02-27 00:18:59.591084"], ["updated_at", "2019-02-27 00:18:59.592555"], ["id", 6]]
2019-02-27T00:18:59.597029+00:00 app[web.1]: D, [2019-02-27T00:18:59.596963 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] 


(1.8ms) COMMIT
2019-02-27T00:18:59.605273+00:00 app[web.1]: I, [2019-02-27T00:18:59.605189 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Rendering devise/mailer/reset_password_instructions.html.erb
2019-02-27T00:18:59.606659+00:00 app[web.1]: I, [2019-02-27T00:18:59.606586 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Rendered devise/mailer/reset_password_instructions.html.erb (1.2ms)
2019-02-27T00:18:59.805849+00:00 app[web.1]: D, [2019-02-27T00:18:59.805742 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Devise::Mailer#reset_password_instructions: processed outbound mail in 207.9ms
2019-02-27T00:19:00.860310+00:00 heroku[router]: at=info method=POST path="/users/password" host=pininterestdave.herokuapp.com request_id=729d88f3-bd1e-467f-a389-d6d870940d8c fwd="125.238.205.235" dyno=web.1 connect=1ms service=1480ms status=302 bytes=1090 protocol=https
2019-02-27T00:19:00.856072+00:00 app[web.1]: I, [2019-02-27T00:19:00.855959 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Sent mail to merrickdav@hotmail.com (1050.0ms)
2019-02-27T00:19:00.856112+00:00 app[web.1]: D, [2019-02-27T00:19:00.856060 #4] DEBUG -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Date: Wed, 27 Feb 2019 0:18:59 +0000
2019-02-27T00:19:00.856115+00:00 app[web.1]: From: please-change-me-at-config-initializers-devise@example.com
2019-02-27T00:19:00.856117+00:00 app[web.1]: Reply-To: please-change-me-at-config-initializers-devise@example.com
2019-02-27T00:19:00.856119+00:00 app[web.1]: To: merrickdav@hotmail.com
2019-02-27T00:19:00.856121+00:00 app[web.1]: Message-ID: <5c75d773c64c4_42ae141661fc8204e0@eb88763c-109c-4793-aaec-68d9ac1c59bc.mail>
2019-02-27T00:19:00.856123+00:00 app[web.1]: Subject: Reset password instructions
2019-02-27T00:19:00.856125+00:00 app[web.1]: Mime-Version: 1.0
2019-02-27T00:19:00.856126+00:00 app[web.1]: Content-Type: text/html;
2019-02-27T00:19:00.856128+00:00 app[web.1]: charset=UTF-8
2019-02-27T00:19:00.856129+00:00 app[web.1]: Content-Transfer-Encoding: 7bit
2019-02-27T00:19:00.856130+00:00 app[web.1]:
2019-02-27T00:19:00.856132+00:00 app[web.1]: <p>Hello merrickdav@hotmail.com!</p>
2019-02-27T00:19:00.856133+00:00 app[web.1]:
2019-02-27T00:19:00.856134+00:00 app[web.1]: <p>Someone has requested a link to change your password. You can do this through the link below.</p>
2019-02-27T00:19:00.856135+00:00 app[web.1]:
2019-02-27T00:19:00.856136+00:00 app[web.1]: <p><a href="https://pininterestdave.herokuapp.com///users/password/edit?reset_password_token=fj52vx1TvoQgPLk43SnL">Change my password</a></p>
2019-02-27T00:19:00.856137+00:00 app[web.1]:
2019-02-27T00:19:00.856139+00:00 app[web.1]: <p>If you didn't request this, please ignore this email.</p>
2019-02-27T00:19:00.856140+00:00 app[web.1]: <p>Your password won't change until you access the link above and create a new one.</p>
2019-02-27T00:19:00.856141+00:00 app[web.1]:
2019-02-27T00:19:00.858911+00:00 app[web.1]: I, [2019-02-27T00:19:00.858854 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Redirected to https://pininterestdave.herokuapp.com/users/sign_in

2019-02-27T00:19:00.859119+00:00 app[web.1]: I, [2019-02-27T00:19:00.859066 #4] INFO -- : [729d88f3-bd1e-467f-a389-d6d870940d8c] Completed 302 Found in 1468ms (ActiveRecord: 7.0ms)
2019-02-27T00:19:01.081708+00:00 app[web.1]: I, [2019-02-27T00:19:01.081617 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Started GET "/users/sign_in" for 125.238.205.235 at 2019-02-27 00:19:01 +0000
2019-02-27T00:19:01.082619+00:00 app[web.1]: I, [2019-02-27T00:19:01.082558 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Processing by Devise::SessionsController#new as HTML
2019-02-27T00:19:01.084387+00:00 app[web.1]: I, [2019-02-27T00:19:01.084324 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Rendering devise/sessions/new.html.erb within layouts/application
2019-02-27T00:19:01.086977+00:00 app[web.1]: I, [2019-02-27T00:19:01.086916 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Rendered devise/shared/_links.html.erb (0.3ms)
2019-02-27T00:19:01.087077+00:00 app[web.1]: I, [2019-02-27T00:19:01.087014 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Rendered devise/sessions/new.html.erb within layouts/application (2.6ms)
2019-02-27T00:19:01.088571+00:00 app[web.1]: I, [2019-02-27T00:19:01.088511 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Rendered home/_header.html.erb (0.5ms)
2019-02-27T00:19:01.089414+00:00 app[web.1]: I, [2019-02-27T00:19:01.089353 #4] INFO -- : [7cb27230-f9c8-4f6c-9efb-398bc50cdc35] Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
2019-02-27T00:19:01.090775+00:00 heroku[router]: at=info method=GET path="/users/sign_in" host=pininterestdave.herokuapp.com request_id=7cb27230-f9c8-4f6c-9efb-398bc50cdc35 fwd="125.238.205.235" dyno=web.1 connect=1ms service=11ms status=200 bytes=4142 protocol=https

Hi Colin. Attached are some files

On Tue, Feb 26, 2019 at 10:11 PM Colin Law <clanlaw@gmail.com> wrote:
On Tue, 26 Feb 2019 at 03:32, David Merrick <merrickdav@gmail.com> wrote:
>
> I don't see any errors in the logs. No errors are displayed sorry

Well what *do* you see in the logs when you click the link.  Comparing
it with the one that does work might give you a clue.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuwV46e%3DVvWcKfC9wA3UTbuxp6zduQ4UfqCEUFxaN%2BcGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


--
Dave Merrick

Daves Web Designs

Website http://www.daveswebdesigns.co.nz

Email merrickdav@gmail.com

Ph   03 216 2053

Cell 027 3089 169

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2B%3DMcKbhxBZtsdWTAXWPXqYHhadEeV54LzxHY_TPaNKkj9OOog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment