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
Post a Comment