Mariuz's Blog
Programmer 4 life
Thursday, May 24, 2012
Running thin server in development instead of mongrel
need to add to the Gemfile
gem 'thin', :group => 'development'
then run
$ bundle install
to start it type
$ rails server thin
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment