Rails not running with Thin -


to run rails thin server add thin gem gemfile, run bundle install, , restart development server.

but it's not working, how can debug behaviour?

i mean not working:

=> booting webrick => rails 3.1.3 application starting in development on http://0.0.0.0:3001 => call -d detach => ctrl-c shutdown server 

i using zeus gem, can related? restarted zeus server.

it problem rails version, updated 3.2.13 , works, maybe problem other, update fixed issue.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -