mongrel
mongrel copied to clipboard
Mongrel
'gem install mongrel' failed with below error on ppc64le architecture. ``` root# gem install mongrel Building native extensions. This could take a while... ERROR: Error installing mongrel: ERROR: Failed to...
*\* I fixing typo in variable "@ head" line 108 : 108 to['Set-Cookie'] = head['cookie'].to_s to 108 to['Set-Cookie'] = @head['cookie'].to_s
Mongrel current uses a ThreadGroup to track its worker threads. But this has the unintended side-effect that any thread spawned by a request will inherit the group of the request...
I submitted this issue first to Rack, was redirected to Ramaze, now I'm submitting here it because I only see the issue when using Ramaze + Rack + Mongrel and...
Hi, Currently mongrel-1.2.0-pre2 require only daemons-1.0.10 but not > = 1.0.10, since some distribution had update daemons to 1.1.0, > it will leads mongrel-1.2.0-pre2 could not build. Would it be...
The bug appaear after having update the rubygems with command: gem update --system Environment: OSX 10.6 Ruby 1.8.7 p334 Rubygems:1.6.2 Rails 2.2.2 => Booting Mongrel (use 'script/server webrick' to force...
Hi there, just wanted to ask about this issue. Seems to be working fine to serve requests but generates a ton of log chatter on each request. Environment: Win 7(x64)...
When I try to run Mongrel under Ruby 1.9.2, ruby says it can't find it. I have installed mongrel-1.2.0-pre. Running Windows Vista service pack 1. Are mongrel and ruby 1.9.2...
Racked
Hello, I have modified mongrel to support rack instead of obsolete CGI. This means that mongrel_rails command should work with newer Rails 2 and Rails 3. However, I have removed...
I'm using 1.1.5 but this appears to still be an issue in master. Apparently the ActionController has been changed heavily in newer versions of rails and no longer has a...