• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jgraichen / acfs / 219 / 5
98%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix/url-encode-args
DEFAULT BRANCH: master
Ran 18 Dec 2013 05:51PM UTC
Files 4
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Dec 2013 05:33PM UTC coverage: 98.925%. Remained the same
1.9.3, gemfiles/Gemfile.rails-3-2

push

travis-ci

nicolas-fricke
Add support for singletons to Acfs

Usage:
  Single.find
    # sends GET request to http://service:port/single

  my_single.save
    # if my_single is a new object:
    #   sends POST request to http://service:port/single
    # else if my_single has been requested before:
    # sends PUT request to http://service:port/single

  my_single.delete
    # sends DELETE request to http://service:port/single

SingletonResources do not support the Resource method :all, since
always only a single instance of the resource is being returned

92 of 93 relevant lines covered (98.92%)

21.56 hits per line

Source Files on job 219.5 (1.9.3, gemfiles/Gemfile.rails-3-2)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 219
  • Travis Job 219.5
  • bf8ad351 on github
  • Prev Job for 1.9.3, gemfiles/Gemfile.rails-3-2 on feature/singleton (#215.5)
  • Next Job for 1.9.3, gemfiles/Gemfile.rails-3-2 on feature/singleton (#220.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc