Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is officially answered in <a href="https://blog.engineyard.com/2010/everything-you-need-to-know-about-unicorn" rel="nofollow noreferrer">https://blog.engineyard.com/2010/everything-you-need-to-know-about-unicorn</a>: </p> <p><strong>What is the unicorn executable? What is the unicorn_rails executable?</strong></p> <p>The <code>unicorn</code> executable is a Rack-only tool modeled after Rack’s “rackup” and is recommended for Rack applications. <code>unicorn_rails</code> was made to be an easier transition for users of pre-Rack versions of Rails. The manpage encourages Rails 3 users to use plain <code>unicorn</code> instead.</p> <p><strong>What’s the difference?</strong></p> <p>From the <code>unicorn_rails</code> manpage, some conventions of <code>unicorn_rails</code> are modeled after <code>script/server</code> found in Rails. It creates directories under “tmp” like <code>script/server</code> and the <code>-E/–environment</code> switch sets <code>RAILS_ENV</code> instead of <code>RACK_ENV</code>.</p> <p>Apart from that, in my experience, some gems may need unicorn_rails in particular, like activeadmin (see <a href="https://github.com/gregbell/active_admin/issues/298#issuecomment-1589377" rel="nofollow noreferrer">this</a>)</p> <p>Also, <a href="http://unicorn.bogomips.org/unicorn_rails_1.html" rel="nofollow noreferrer">manpage:</a></p> <blockquote> <p>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).</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload