Search results (1 - 10 of 127)
- #11421: [PATCH] Route requirements silently ignores Regexp modifiers
- ... :requirements => {:name => /david|jamis/i} becomes :requirements => {:name => /(?i:david|jamis)/} The patch attached corrects the code so that it handles 'extended syntax' and 'ignorecase' modifiers correctly. The 'multiline' modifier will raise an ArgumentError. T ...
- — 03/25/08 15:25:56
- #11357: "Errno::ENOENT: No such file or directory" - ssh (SSH_AUTH_SOCK)
- ... setting SSH_AUTH_SOCK fixes this problem As suggested by Jamis Capistrano shouldn't fail if it can't connect to the ssh-agent, it should just continue and try to do its best.
- — 03/16/08 00:08:23
- #11348: [PATCH] Add default command options when using cap shell.
- Previously for me all sudo commands failed on the shell and this fixed it. The patch will add the default command options to the when executing the command in the shell. So now I was able to add default_run_options[:pty] = true in my .capr ...
- — 03/14/08 02:16:33
- #11203: git uses remote path on local machine
- I have git installed in /opt/local/bin/git on the remote machines, and in a different path on my local machines. When git tries to get the local revision, it uses /opt/local/bin/git, not the git that's installed on my local machine.
- — 02/23/08 21:12:31
- #11187: [PATCH] Capistrano's Mercurial module doesn't support prompting for SCM ...
- This patch addresses a handful of issues with the Mercurial module, the largest being the one in subject line. The current Hg module requires that `:scm_password` be set in recipes if you're using a repository with HTTP authentication o ...
- — 02/21/08 22:08:47
- #10918: Git module for capistrano should use checkout instead of merge.
- The current git recipe for capistrano uses "git checkout -b #{branchname}" and "git merge #{head}" to update the code to be deployed. However, this doesn't make much sense since these merges can create conflicts when switching the deployme ...
- — 01/24/08 21:48:00
- #10866: [PATCH] Shouldn't scm_auth_cache disable the --password flag to the ...
- I unfortunately just spent a good chunk of time trying to figure out why Capistrano 2.1.0 was refusing to use my cached Subversion authentication credentials. When hitting the repository manually from the command line, such as during a che ...
- — 01/20/08 09:12:13
- #10831: [PATCH] Problem in Rails > 2.0 when overloading a find_by_X method.
- This came up when I migrated from rails 1.2.3 to 2.0.2. Previously, my code was working fine. I am using a mysql backend database, in which I am storing IPv4 addresses as 32 bit unsigned integers. Of course, I don't want my users to have t ...
- — 01/16/08 16:19:56
- #10264: [PATCH] Throttle capistrano to only run against max_hosts connections at ...
- Attached is a patch which adds the max_hosts option to tasks which will limit capistrano to only running tasks against machines with max_hosts concurrent ssh connections at once. After each max_hosts-sized-block is done, it will tear do ...
- — 11/24/07 08:57:51
- #10168: Exception Notification plugin ignores data parameter
- ... Since I was already using Jamis' exception notification plugin to notify me of errors in controllers for the web app, I figured that the path of least resistance was to try to figure out how to hook it into the daemon code. At first it looked easy. I just need ...
- — 11/14/07 22:09:49
Note: See TracSearch for help on searching.