Displaying 1 result from an estimated 1 matches for "testunicorn".
2010 Dec 09
0
Re: How to use unicorn server on Rails 3 [Solved]
On 8 December 2010 21:25, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
> I am using Rails 3.0.3, Ruby 1.9.2 with rvm on Ubunutu 10.04. I
> generated a new app by rails new testunicorn. By default the Webrick
> server runs ok. In order to try Unicorn I uncommented gem ''unicorn''
> in Gemfile and did bundle install. rails server still runs webrick
> and doing rails server unicorn leads to
>
> colinl@piglet:~/websites/testunicorn$ rails s unicorn...