Can't get Tuneup to start
|
|
I’ve installed the gem, and have tried both the plugin approach and the gem dependency approach (I’m running on Rails 2.1). Nothing is showing up with either approach. Is there something I need to do? |
|
|
A few possibilities, tobinibot:
|
|
|
It looks like it is running for me, but I don’t get anything that looks like a panel (assuming it would be pretty obvious). |
|
|
Thanks for the reply, Brian.
|
|
|
tobinibot: Good find. Yep, this is an oversight on our part; we’ll get it fixed up. Dave: Still no luck seeing the TuneUp panel? Assuming you’re still broken…
|
|
|
tobinibot, I just pushed a new fiveruns_tuneup gem (v0.8.5) out to RubyForge a moment ago. This version will handle content types other than text/html, including application/xhtml+xml. Once the gem has propagated to its mirrors, you’ll be able to grab it and try it out. If you continue to experience problems, please let us know. |
|
|
Sorry for the delay, I haven’t been back to the site in a while. I upgraded to the latest gem (now 0.8.6) and I am getting a little farther. I am now getting the black TuneUp header graphic on top, but there is no text or bar graph on it. It’s just a bar. |
|
|
Erg, yeah, that stinks. Tobinibot, would you mind sending an email to support@fiveruns.com with the line of code that you’re using to set your Content-Type? Clearly, we fixed a somewhat-different problem and we want to make sure that we get this issue squashed. Also, if possible, if you could pass along a simple example page that exhibits this behavior, that’ll help us put together a better testcase. Thanks in advance. |
|
|
Just sent off an email, Brian. |
|
|
Hi tobinibot, |
|
|
Hey Brian, I’ve upgraded to 0.8.8, and the sample app I sent you is working as expected. However, it’s still not working on my more complex app. It typically displays the bar graph once, and then goes back to the old behavior of showing just the TuneUp banner. I’m trying to see if I can replicate this in the sample app. I’ll let you know. |
|
|
Brian, I’ve just sent in another sample app (to support@fiveruns.com) which is not working for me. Hope it helps you out. |
|
|
Any progress being made on this? |
|
|
I don’t have this working yet, tobinibot. It does have my full attention right now, though. Any chance you could just not manually modify the response headers? ;) Hm, didn’t think so. I’ll update this forum thread later today with further info. |
|
|
Hehe, who needs to serve up SVG anyway. :) |
|
|
At runtime, we inject a chunk of HTML representing your run ‘stack’ into the TuneUp panel. The HTML we generate for a run against this second test app differs from that generated in the first app because the second app runs a query. There’s something in this second app’s generated HTML that either the browser or Prototype is barfing on when we try to update the panel. |
|
|
Hey tobinibot, will you grab the v0.8.9 gem and give it a whirl? It’s working for me locally with your second test app just fine. Thanks! |
|
|
Grrr. It works great on that second example I sent you. I even added some links to navigate around to some new pages (doing queries) and it still works. |
|
|
Hooray. A v0.8.10 gem with this fix is propagating out to the mirrors now. |
|
|
And it works!! Thanks for all your hard work Brian, I appreciate it. |
