Hey guys. I figured out what was causing my undefiend webrick problem, it was aproblem with RAGI which is a library used with asterisk. Having gotten past that point I am now trying to use capistrano and amfinding out that for some reason there is no script/spinner script. Reaper and Spawner are there but not spinner. Is there somethingspecial I have to do in order to install spinner? Thanks.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tim Uckun wrote:> Hey guys. > I figured out what was causing my undefiend webrick problem, it was aproblem with RAGI which is a library used with asterisk. > Having gotten past that point I am now trying to use capistrano and amfinding out that for some reason there is no script/spinner script. Reaper and Spawner are there but not spinner. Is there somethingspecial I have to do in order to install spinner?I thought I read on the rails 1.1 announcement that spinner is no longer available. I can''t find it now. It was replaced by a parameter to one of the other scripts... - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFERNKjSIxC85HZHLMRAgTIAJ4g5xXenhg+7OY2tx2hJuBt32Q8JQCgn5++ 5IvMpXqqfDOaCmbcOZWHxBU=MqpM -----END PGP SIGNATURE-----
Interesting. It seems they haven''t upgraded capistrano then becausethe scripts fail when attempting to deploy. In fact I spent all of yesterday at hotel capistrano banging my headagainst that wall and cursing the heavens. I guess I will wait till they upgrade capistrano and the documentation then. On 4/18/06, David Morton <mortonda at dgrmm.net> wrote:> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1>> Tim Uckun wrote:> > Hey guys.> > I figured out what was causing my undefiend webrick problem, it was aproblem with RAGI which is a library used with asterisk.> > Having gotten past that point I am now trying to use capistrano and amfinding out that for some reason there is no script/spinner script. Reaper and Spawner are there but not spinner. Is there somethingspecial I have to do in order to install spinner?>> I thought I read on the rails 1.1 announcement that spinner is no longer> available. I can''t find it now.>> It was replaced by a parameter to one of the other scripts...>> - --> David Morton> Maia Mailguard - http://www.maiamailguard.com> Morton Software Design and Consulting - http://www.dgrmm.net> -----BEGIN PGP SIGNATURE-----> Version: GnuPG v1.4.2 (MingW32)> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org>> iD8DBQFERNKjSIxC85HZHLMRAgTIAJ4g5xXenhg+7OY2tx2hJuBt32Q8JQCgn5++> 5IvMpXqqfDOaCmbcOZWHxBU=> =MqpM> -----END PGP SIGNATURE-----> _______________________________________________> Instantrails-users mailing list> Instantrails-users at rubyforge.org> http://rubyforge.org/mailman/listinfo/instantrails-users>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tim Uckun wrote:> Interesting. It seems they haven''t upgraded capistrano then becausethe scripts fail when attempting to deploy. > In fact I spent all of yesterday at hotel capistrano banging my headagainst that wall and cursing the heavens. > I guess I will wait till they upgrade capistrano and the documentation then.from the changelog: Added -r/?repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it?s no longer included in the default Rails skeleton, but still available for backwards compatibility 3461 [ror at andreas-s.net] So I think you can replace spinner with spawner -r - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEROHsSIxC85HZHLMRAphOAJ43yOpUX0WyLg9rquLlj049Gid5PQCfXDqz Wv+c1yfbfF+4Vr9B4hDEcsw=U0Jw -----END PGP SIGNATURE-----
OK thanks. It''s just that I don''t actually use the spinner, I was just followingthe docs on the web site. Today I think I will start from scratch andtry again. On 4/19/06, David Morton <mortonda at dgrmm.net> wrote:> -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1>> Tim Uckun wrote:> > Interesting. It seems they haven''t upgraded capistrano then becausethe scripts fail when attempting to deploy.> > In fact I spent all of yesterday at hotel capistrano banging my headagainst that wall and cursing the heavens.> > I guess I will wait till they upgrade capistrano and the documentation then.>> from the changelog:>> Added -r/?repeat option to script/process/spawner that offers the same loop> protection as the spinner did. This deprecates the script/process/spinner, so> it?s no longer included in the default Rails skeleton, but still available for> backwards compatibility 3461 [ror at andreas-s.net]>>> So I think you can replace spinner with spawner -r>> - --> David Morton> Maia Mailguard - http://www.maiamailguard.com> Morton Software Design and Consulting - http://www.dgrmm.net> -----BEGIN PGP SIGNATURE-----> Version: GnuPG v1.4.2 (MingW32)> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org>> iD8DBQFEROHsSIxC85HZHLMRAphOAJ43yOpUX0WyLg9rquLlj049Gid5PQCfXDqz> Wv+c1yfbfF+4Vr9B4hDEcsw=> =U0Jw> -----END PGP SIGNATURE-----> _______________________________________________> Instantrails-users mailing list> Instantrails-users at rubyforge.org> http://rubyforge.org/mailman/listinfo/instantrails-users>