divergence icon indicating copy to clipboard operation
divergence copied to clipboard

A HTTP proxy that lets you map subdomains to git branches for site testing

Results 12 divergence issues
Sort by recently updated
recently updated
newest added

I removed the hard-coded value of host_parts.length > 2 for has_subdomain?(), and I added support for git repos whose code is used for additional subdomains, e.g. example.com and api.example.com. I...

When I execute the following command, "divergence start" I get the following error, /root/rubygems-1.3.5/config/config.ru not found

What would it take to make it support php projects ?

I was getting many of those chdir warnings. To stop them, I removed the surrounding `Dir.chdir @git_path do` so this: ``` ruby Dir.chdir @git_path do # This is fast, but...

I don't know if it's just my version of ruby (1.8.7), but it does not like a method call being on a separate line from its object, so this block...

Any hidden files in the root of the git working directory are not being rsynced. This command is what's working for me (Note: I removed the globbing): `rsync -a --delete...

Instead of giving separate paths for everything, you should have the option to simply specify an app root and a git URL, and let divergence handle the rest.

enhancement

We can check Gemfile.lock and compare it to the last branch to see if anything needs to be installed.

enhancement

Make branch switching significantly faster by managing separate Passenger instances for the most recent X branches

todo