public snippets not working in 7.4.0.rc1 be80837a
Created by: arif-ali
I have upgraded recently, and have wanted to use the public snippets for a while, I have created a sample snippet, and then enabled it for public access. I automatically get transferred to the sign_in page, with the following in the production.log
Started GET "/snippets/16" for 127.0.0.1 at 2014-10-22 13:57:51 +0100
Processing by SnippetsController#show as HTML
Parameters: {"id"=>"16"}
Completed 401 Unauthorized in 2ms
Started GET "/users/sign_in" for 127.0.0.1 at 2014-10-22 13:57:51 +0100
Processing by SessionsController#new as HTML
Completed 200 OK in 476ms (Views: 71.5ms | ActiveRecord: 3.5ms)
Started GET "/" for 127.0.0.1 at 2014-10-22 14:00:01 +0100
Processing by DashboardController#show as HTML
Completed 401 Unauthorized in 1ms
any ideas on this would be great