Steven Anderson

Results 6 comments of Steven Anderson

The sample code shows the issue. To try some psuedo-code rather than actual code: * I have an obj (ObjA) with an Association Object (AssociationA). * I update that ObjA...

Related unit test that doesn't work: ``` it "should be retrieved via search" do @authority.search("History--", "subjects") @authority.results.first["label"].should == "History--Philosophy--History--20th century" end ```

We automatically appended the wildcard in the past but that seemed to cause other issues. See the discussion over the removal of the wildcard in pull request #49 . Possibly...

https://docs.google.com/document/d/1oMvVlGuBwD5U1251oxNmTZn7WgkNTj6tF-k1hOYjnac/edit for predicate decisions. Also includes a list of predicate namespaces it recommends. (Posted as part of the 11/14 metadata call as I lacked a better place to put this...

Added the following to my gemfile: ``` gem 'mini_magick', :git => 'https://github.com/mrkamel/minimagick.git', :branch => 'format_tempfile_fix' ``` With a small sample size thus far of 13 objects, can confirm that I...

Just to update: he made a more recent pull request with the Tempfile fix at https://github.com/minimagick/minimagick/pull/236 . I haven't tested it yet though I'll update to point to his new...