Yeah, I already read that in your comment on the Rails weblog.
Thanks a lot!

With the Rails prerelease gem, Unicorn seems to be working again.

Problem solved.

On Feb 5, 3:45 pm, Juanma Cervera <li...@ruby-forum.com> wrote:
> Hi Jan.
> I had the same problem, even with other two othes gems, and I resolved
> the issue adding the gems in Gemfile and doing 'bundle install'.
>
> the gems were:
>
> gem "cgi_multipart_eof_fix"
> gem "fastthread"
> gem "mongrel_experimental"
>
> all of them are required in mongrel.rb with sentecese like
>
> Mongrel::Gems.require 'cgi_multipart_eof_fix' (line 16)
> Mongrel::Gems.require 'fastthread'            (line 17)
> Mongrel::Gems.require 'mongrel_experimental'  (line 355)
>
> I don't know the diference with a normal require 'gem' statement, but I
> think here is the problem.
>
> Hope this helps.
> Juan M. Cervera
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to