plexus / yaks

Ruby library for building hypermedia APIs
http://rubygems.org/gems/yaks
MIT License
236 stars 26 forks source link

Attribute with options #114

Closed hallgren closed 8 years ago

hallgren commented 8 years ago

Issue #113

groyoh commented 8 years ago

I restarted the failing build, should pass now :wink:

bjonord commented 8 years ago

Still seeing failing builds on 1.9.3. Perhaps needs cache clear?

bjonord commented 8 years ago

Seems the gem issue has been around for a while. Will need a look at the dependencies.

https://travis-ci.org/plexus/yaks/jobs/100827213

groyoh commented 8 years ago

Seems to be a known issue https://github.com/travis-ci/travis-ci/issues/5145.

hallgren commented 8 years ago

Have you tried turning it off and on again?

plexus commented 8 years ago

The problem is that mime-types >= 3 requires Ruby 2. This is also causing issues on JRuby, seems it runs in 1.9 mode. I'll make sure master runs green again and then you can rebase. I'm also dropping rubocop, too many new cops to disable with each release.

plexus commented 8 years ago

Master is green again, please rebase and I'll merge. Code looks good.

plexus commented 8 years ago

thanks!

jake_thumbs_up

hallgren commented 8 years ago

St's me who should say thanks for this great tool.

plexus commented 8 years ago

Always a pleasure! What are you using it for?

hallgren commented 8 years ago

Building a hypermedia api :)

I really like the possibility that I can render the data as HTML or json (halo) with the same mapper. Making it easy to debug via the browser, and doing real stuff before the js app are supporting the feature.

For me a hypermedia API is all about links and forms and Yaks are doing that really good.