payout / rester

An exceedingly quick way of creating restful interfaces between Ruby services.
https://www.payout.com
MIT License
2 stars 0 forks source link

Installing client middleware on first connect. #91

Closed roberthoner closed 8 years ago

roberthoner commented 8 years ago

90

I also added support for anonymous services (i.e., Class.new(Rester::Service)), which was helpful in this case for testing.

roberthoner commented 8 years ago

Weird... the build because bundle installing is failing on ruby 2.1.8. It's not even getting to the actual tests. It can't build native sqlite3 extensions.

image

Other Ruby's have no issues.

roberthoner commented 8 years ago

I can confirm this is an issue with the travis-ci build environment. Something changed because old builds that had passed are failing for the same reason. This is only affecting ruby 2.1.8.

roberthoner commented 8 years ago

I replaced ruby 2.1.8 with ruby 2.1.7 and it worked. There shouldn't be any material difference between those two versions, just some weird environment issue with travis ci.

I also confirmed that I was able to bundle install with 2.1.8 on my local environment on OSX, so I there's no inherent incompatibility with 2.1.8.

kayvonghaffari commented 8 years ago

Looks good!