Projects are allowed hyphens in their names, but route constraints restrict it
Created by: jalada
You end up with a 404 when trying to look at the tree for the project, because on line 35 in config/routes.rb you restrict by a-zA-Z0-9 but your project model has no such restriction.