Stephan Kaag <[email protected]> wrote: > Stefan Maier <stefanmaier <at> gmail.com> writes: > > i'm trying to start up unicorn_rails with a rails 3 beta3 project. All I > > can get out of it is this: > > I, [2010-05-28T08:54:45.770957 #17852] INFO -- : reaped > > #<Process::Status: pid 17854 exit 1> worker=0 > > I, [2010-05-28T08:54:45.771200 #17852] INFO -- : worker=0 spawning... > > I, [2010-05-28T08:54:45.774049 #17858] INFO -- : worker=0 spawned pid=17858 > > I, [2010-05-28T08:54:45.774350 #17858] INFO -- : Refreshing Gem list > > > > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport- > 3.0.0.beta3/lib/active_support/deprecation/proxy_wrappers.rb:17:in > > `new': wrong number of arguments (1 for 2) (ArgumentError) > > from > > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport- > 3.0.0.beta3/lib/active_support/deprecation/proxy_wrappers.rb:17:in > > `method_missing' > > Same issue overhere. Did someone investigate this?
(top posting corrected) Hi Stephan, looks like Stefan worked around the problem by using "unicorn". I've made some changes in unicorn.git which _may_ fix the issues and pushed out a pre-release gem here: http://unicorn.bogomips.org/files/unicorn-0.99.0.16.g59a625.gem You can read about the actual changes to the above gem here: http://mid.gmane.org/[email protected] -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
