nucleus icon indicating copy to clipboard operation
nucleus copied to clipboard

Platform as a Service API abstraction layer.

Results 15 nucleus issues
Sort by recently updated
recently updated
newest added

- Dockerhub - Github - Rubygems

- [ ] OpenShift v3 - [ ] Deis: http://docs.deis.io/en/latest/reference/api-v1.7/ - [ ] Clever Cloud: https://www.clever-cloud.com/doc/api/ - [ ] AWS Beanstalk - [ ] Any Cloud like AWS?

feature

routing_args may be nil needs to be investigated before upgrading grape.

bug

![image](https://cloud.githubusercontent.com/assets/2141507/14851257/0887d8ce-0c7f-11e6-96c2-16ae72d0277b.png) ![image](https://cloud.githubusercontent.com/assets/2141507/14851264/0f04911a-0c7f-11e6-992d-81f26e9e21c7.png)

bug

The current testing structure is very complex. Especially the adapter tests use so many dependencies and complex helpers (11 files). Maybe we can clean this up a bit and make...

enhancement

Cannot find any usage in the code, e.g. `stub_request`. Only places that have webmock is VCR c.hook_into :webmock. It is also not required inside `spec_helper.rb` Is it automagically loaded because...

question