Bernt Andreas Drange
Bernt Andreas Drange
> > We can't simply disable triggers, since others might be dependent on them. I'm also curious as too how many rows you were deleting in both tests? > >...
@aleksijohansson After looking through the code and docs quickly I wonder if it is possible to specify exactly where on the host the syncdb is stored? On one project the...
In my company, we're now about to switch from build.sh to Capistrano. "We" are using Capistrano for non-Drupal projects so this is a natural choice for us.
I have also looked into Deployer, which is a PHP based tool that seems to work in a similar way to Capistrano. That one has the advantage of not adding...
This just came to mind: Another option is to clone to module to `code/modules/custom` while removing it from site.make temporarily. You can even push this to the repo, in a...
Would it make sense to use something like Yeoman for this? Not exactly sure how yeoman works, but it would be cool to type `yo project-name` and then go from...