ActiveTriples / linked-data-fragments

Basic linked data fragments endpoint.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Add support to detect invalid serializations. #15

Closed scande3 closed 8 years ago

scande3 commented 9 years ago

This adds unit tests to catch a case of an invalid serialization. It additionally outputs a better error message if someone uses this with, say, a default "text/html" response and doesn't understand why they then get a 500 error.

In addition, I've removed the Gemfile.lock file and added that to .gitignore. The rubymine .idea directory has also been added to .gitignore.

scande3 commented 8 years ago

@jamesvanmil , @chrpr , @terrellt - Anyone able to take a look at this? Thanks!

tpendragon commented 8 years ago

Thanks @scande3 - sorry for the delay, this slid by my radar for some reason.