`unicorn_rails` n'est en effet pas recommandé pour les apps rails 3

http://unicorn.bogomips.org/unicorn_rails_1.html
<quote>
It is designed to help Rails 1.x and 2.y users transition to
Rack, but
it is NOT needed for Rails 3 applications. Rails 3 users are encouraged
to use unicorn(1) instead of unicorn_rails(1). Users of Rails 1.x/2.y
may also use unicorn(1) instead of unicorn_rails(1).
</quote>

Instead, you can start your rails3 server with `unicorn`
http://unicorn.bogomips.org/unicorn_1.html

In the mean time, it'd be great if one could start unicorn with `rails s
unicorn`, but as Colin said, it does not work.

This is because Rack misses a "Handler" for Unicorn.
It already has one for Webrick, Thin, Mongrel and others, but not for
Unicorn

I could not find the handler with google and will try the Unicorn ML to
ask

Julien

-- 
Posted via http://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-talk@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