Grant McInnes

Results 4 issues of Grant McInnes

The Salesforce service looks up an OAuth2 endpoint at `https://na1.salesforce.com/.......` Unfortunately, that endpoint no longer works. It's not clear if that's an intentional change on the part of Salesforce, but...

It might be handy if you could allow remote_syslog2 to follow the directory convention of: ``` - - etc | - remote_syslog.d |- application1_files.yml - application2_files.yml ``` Each yml file...

Hi. I have a traditional gem project, set up like: mygem/mycode/version.rb: ``` module MyGem module MyCode VERSION = '0.0.1' end end ``` Then, in my mygem.gemspec file I have: ```...

I"m adding this issue here on the advice of Zvi Epner at Pantheon support. I have the following simple test script: ```