Created by: cirosantilli
Makes the all project controllers faster by removing that check from all actions to only project#show.
Also added some tests.
This works because before hooks on base classes are run BEFORE those of parents, so the redirect is done before the :project
before filter of ApplicationController
.