After deleting a project the user is redirected to the /projects/ path which does not exist and results in a 404. It should drop you into the root path instead so you see the dashboard.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
i noticed that this error occurs with the latest master branch checked out (ae282f63):
Started DELETE "/admin/projects/jojosch/test" for 127.0.0.1 at 2012-11-25 17:33:28 +0100Processing by Admin::ProjectsController#destroy as HTML Parameters: {"authenticity_token"=>"3kPZjVVy7LJRH78rt46t15A23A9ddLJQW3wuyKbVQ3Q=", "id"=>"jojosch/test"}Redirected to https://code.[mydomain].de/projectsCompleted 302 Found in 2410ms (ActiveRecord: 119.7ms)Started GET "/projects" for 127.0.0.1 at 2012-11-25 17:33:31 +0100Processing by ProjectsController#show as HTML Parameters: {"id"=>"projects"} Rendered public/404.html (0.4ms)Filter chain halted as :project rendered or redirectedCompleted 404 Not Found in 12ms (Views: 6.9ms | ActiveRecord: 0.5ms)