I updated Ramaze to version 2009.06.04. I created test project and ran.
% ramaze create test
% cd test
% ramaze start
When I accessed http://localhost:7000/, Ramaze rendered index page
correctly.
Next, I tried to start Ramaze as a daemon.
% ramaze start -D
At this time, Ramaze did not work and rendered only 'Welcome to Ramaze!'.
Why?
Environment:
OS : Mac OS X
Ruby : 1.9.1-p129
Gems : Ramaze-2009.06.04, Innate-2009.06, Rack-1.0.0
Thanks,
--
tama <repea...@gmail.com>
http://profile.livedoor.com/repeatedly/
>
> Hi,
>
> I updated Ramaze to version 2009.06.04. I created test project and
> ran.
>
> % ramaze create test
> % cd test
> % ramaze start
>
> When I accessed http://localhost:7000/, Ramaze rendered index page
> correctly.
> Next, I tried to start Ramaze as a daemon.
>
> % ramaze start -D
>
> At this time, Ramaze did not work and rendered only 'Welcome to
> Ramaze!'. Why?
Hi, I fixed the problem in the repo, your config.ru should look like:
http://github.com/manveru/ramaze/tree/master/lib/proto/config.ru
> Environment:
> OS : Mac OS X
> Ruby : 1.9.1-p129
> Gems : Ramaze-2009.06.04, Innate-2009.06, Rack-1.0.0
>
>
> Thanks,
--
^ manveru
> Hi, I fixed the problem in the repo, your config.ru should look like:
> http://github.com/manveru/ramaze/tree/master/lib/proto/config.ru
Thanks for quick response!
Ramaze daemon works correctly :)