#153 open
Nolan Darilek

merb-action-args causes nothing to render

Reported by Nolan Darilek | August 28th, 2008 @ 08:38 PM | in 1.0

I had a 0.9.3 app which I'd attempted to upgrade to 0.9.5. After changing my calls to form helpers, I noticed nothing was being returned from my application. Viewing source in firefox showed nothing, and when I telnetted to the merb instance and ran a GET by hand, connection dropped immediately after I sent the Host: header and associated blank line. The console only showed that the route had been matched, but no further request processing.

I then created an empty app and began copying huge parts of my existing app into it. I eventually narrowed it down to config/init.rb then to the line:

dependency "merb-action-args"

Commenting that out in my original application had everything working fine again.

So I next generated a blank app. Hitting localhost:4000/ without depending on action-args worked. If I depend on it, however, I immediately start receiving nothing rather than the "fresh merb app" page.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins