Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can only access build #2

Open
julienXX opened this issue Nov 6, 2009 · 1 comment
Open

Can only access build #2

julienXX opened this issue Nov 6, 2009 · 1 comment

Comments

@julienXX
Copy link

julienXX commented Nov 6, 2009

Hi Diego,
I'm trying to use signal but there is something weird happening, whenever I click on something else than build, I get this error http://pastie.org/684645. Only the build part is working for me. What can the problem be ?
Thanks for your help,
Julien

@dcrec1
Copy link
Owner

dcrec1 commented Nov 6, 2009

Hi Julien, as today, the specs,features,metrics links are a route to an static file:

map.metrics "/projects/:name/tmp/metric_fu/output/index.html", :controller => nil
map.specs "/projects/:name/doc/specs.html", :controller => nil
map.features "/projects/:name/doc/features.html", :controller => nil

If the static file exists, it will be loaded and everything will be ok, but it will thrown a error if not. I think this error might be the one you're getting.

This can be surely improved, I just have to get a time to do it or accept a pull request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants