Displaying 6 results from an estimated 6 matches for "webistrano".
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
...rrent cap scripts, we don''t have any
stage-specific recipes, but maybe I''m just not understanding this
completely.
On Tue, Apr 29, 2008 at 1:04 PM, Jonathan Weiss <jw-eM0Q5iXcOashFhg+JK9F0w@public.gmane.org> wrote:
>
> Cheers,
>
> I''m proud to announce Webistrano 1.3.
>
> http://labs.peritor.com/webistrano/
>
> Webistrano is a Web UI for managing Capistrano deployments. It lets you
> manage projects and their stages like test, production, and staging with
> different settings. Those stages can then be deployed with Capistrano
> through...
2008 Jan 17
6
Webistrano on Windows
Greetings. I just read a note on Webistrano''s website about Webistrano
not running on Windows.
Does anyone know if there''s a patch to get it running? I''d like to use
this tool, but I''m using Windows XP for the time being and need to
deploy from there.
When I tried running Webistrano for the first time l...
2007 Aug 29
0
Re: Webistrano - A Web UI for managing Capistrano depl
Jonathan Weiss wrote:
> I''m happy to announce the release of Webistrano - a Web UI for managing
> Capistrano deployments.
Jonathan,
This looks fantastic! I''m sure it will come in useful in our team for
managing deployments.
Cheers,
Tom
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this me...
2007 Aug 29
0
Re: Webistrano - A Web UI for managing Capistrano depl
Jonathan Weiss wrote:
> ...I''d love
> to hear your feedback and suggestions.
I''ve looked at it, and I''m planning to try it out as soon as I have
time. From what I''ve seen so far, it''s a lovely piece of work.
I''ll be sure to share whatever I find out.
--Al Evans
--
Posted via http://www.ruby-forum.com/.
2009 Nov 10
0
File.open to open Remotely
I know that this question looks like a Webistrano question but since I
don’t know much about Ruby, I thought it might be a simple Ruby question
too.
We have installed Webistrano and Capistrano install on some server
(let’s say Server1). I have created a Webistrano project and inside it I
have defined my Host to be ‘Server2’. I have this Ruby code...
2009 Jan 19
2
Action working in local, not working once deployed
...but it is the same.
- I thought of a reserved word problem but the controller is called
buildings, and fields names are not reserved words
Notes
- I have also tested the deployed app on a computer which I never used
before for the app and the problem was the same.
- I have done my deployment with webistrano/capistrano 1.4 on an
environment called "integration", I have tried with an ftp deployment,
but it is the same
- I use a freezed version of rails 2.1.0 (installed ruby is 1.8.6),
gems are UUID, Will_paginate and Macaddr
- I can create a user, log in and if I inject data directly in throug...