Chad Woolley
Chad Woolley
My comments on [Corey's post](http://pivotallabs.com/users/corey/blog/articles/1081-bundler-cruise-take-two): Rails is still using GemInstaller to [bootstrap itself and autoupdate rubygems](http://github.com/rails/rails/blob/6ac32a83283f46b55675ddf4ecab6c91f6f8abde/ci/geminstaller.yml). That's kinda silly, but still required to be called my automated CI box setup...
Thanks... --- Request URL:http://cheat.errtheblog.com/e/cheat Request Method:GET Status Code:404 Not Found Request Headers GET /e/cheat HTTP/1.1 Host: cheat.errtheblog.com Connection: keep-alive Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,_/_;q=0.8 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X...
Either somehow directly expose the generated name as soon as the record is created, or expose the logic to generate names. This will allow users to use the fixture name...
...to ensure fixtures are always built first, if needed. This works: ```ruby task 'db:fixtures:load' do Rake::Task['spec:fixture_builder:build'].invoke Rails.env=('development') # fixture_builder will set the env to test, we must set it back...
Hi, Thanks for this api, very useful! I'm trying to use it to get a patch, as is possible via the API with curl: ``` curl -H "Accept: application/vnd.github.v3.patch" -s...
**What are you trying to do?** I quit the mac menu helper, and I want to restart it without rebooting. But I can't figure out how - there's no .app...
Fixes issue https://github.com/git-duet/git-duet/issues/24 FYI, I was unable to get the bats tests all running locally against master, I'm glad to provide tests if you can help me get the test...
Hi, I use a rebase workflow for feature branches. Are you open to adding a duet-rebase command? If so I can try to submit a pull request if you don't...
I'm considering modifying the git resource with an optional feature to be less resource intensive by making it only perform clones (even shallow) when there are new commits to clone....
Hello! New to SAFE Stack (and the dotnet ecosystem), and excited to use it for some apps! The one thing that seems to be missing first-class support is the **ability...