Chris Roos

Results 7 issues of Chris Roos

PR #226 made a small improvement to the RSpec section of the README but there's still more that can be done.

documentation

You can see the broken behaviour by removing the `unless Mocha::PRE_RUBY_V19` condition from around the `StubMethodDefinedOnModuleAndAliasedTest` test and running it using Ruby 1.8.7. This is related to PR #244. The...

bug-report

``` $ ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin15.0.0] $ gem --version 1.6.2 $ ruby -Itest test/acceptance/bug_18914_test.rb /Users/chrisroos/Code/freerange/mocha/lib/mocha/ruby_version.rb:2: uninitialized constant Mocha::Gem (NameError) from /Users/chrisroos/Code/freerange/mocha/test/assertions.rb:1:in `require' from /Users/chrisroos/Code/freerange/mocha/test/assertions.rb:1 from /Users/chrisroos/Code/freerange/mocha/test/test_runner.rb:1:in...

bug-report

Per [RelMeAuth: users with separate contact pages](http://microformats.org/wiki/RelMeAuth#users_with_separate_contact_pages). This is already mentioned on the [IndieWebCamp wiki](http://indiewebcamp.com/IndieAuth#To_do) but it took me a long time to determine that this was a known limitation...

The "Custom logo" file input element isn't shown when choosing "Use custom logo for organisations exempt from the single identity". Steps to replicate the problem: 1. Edit an organisation (e.g....

bug

The README explains that I can enable logging by setting `GdsApi::Base.logger = Logger.new("/path/to/file.log")`. I'm trying this locally but am not seeing any log output: ``` require 'gds_api/base' GdsApi::Base.logger = Logger.new($stdout)...

This was previously enabled in PR #1375 but then reverted in PR #1383 when it was discovered that enabling it had silently broken the ability for Release API clients to...