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

missing image /images/not_available.png #43

Closed
professor opened this issue Apr 18, 2011 · 4 comments
Closed

missing image /images/not_available.png #43

professor opened this issue Apr 18, 2011 · 4 comments
Labels
Milestone

Comments

@professor
Copy link
Contributor

If you add a new project and goldberg starts a build, we get a missing image warning on the main page.

ActionController::RoutingError (No route matches "/images/not_available.png"):

The code that generates the request is here:

def project_status_image(status)
image_tag (status == 'building' ? "#{status}.gif" : "#{status}.png"), :alt => status, :title => status
end

I have a screenshot if its helpful.

(There's a side issue on why I'm getting this status at all. That may be worth discussing.)

@srushti
Copy link
Owner

srushti commented Apr 18, 2011

I haven't figured out a good icon to use for when no build has happened yet. Do you have any suggestions?
Also, the not_available thing should only until the poller picks up the project for its first build. Are you saying it stays this way for longer?

@professor
Copy link
Contributor Author

Right now, the poller isn't starting up for me automatically when I start the server. So I need to do the following.....
bin/goldberg start
bin/goldberg start_poller

I'm presently in a situation where I've done the first command, but haven't done the second one yet.

@srushti
Copy link
Owner

srushti commented Apr 18, 2011

I just tried the same on my machine & it seems to work fine. The poller starts if I just run "bin/goldberg start".

@professor
Copy link
Contributor Author

On both my macbook pro (10.6) and my mac mini (10.5), the poller doesn't start. (I'm assuming it doesn't start since I get the missing image bug.) How should I go about debugging the problem.

@srushti srushti closed this as completed in 43d99eb May 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants