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

savonrb / httpi / 153
72%
master: 97%

Build:
Build:
LAST BUILD BRANCH: gemspec-loosen-rake-newer-puma
DEFAULT BRANCH: master
Ran 17 Aug 2014 12:23AM UTC
Jobs 1
Files 19
Run time 15s
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

pending completion
153

push

travis-ci

Roger Leite
Changing use_nested_query attribute to query_builder

query_builder it's a flexible way to change the behaviour when building
request's query or body from Hashes.

Available options: [:flat, :nested]

Example:

    HTTPI.query_builder # => HTTPI::QueryBuilder::Flat (by default)
    HTTPI.query_builder = :nested # => HTTPI::QueryBuilder::Nested

You can also customize and set your own query builder. Example:

    class CustomBuilder
      def self.build(query)
        # query is a Hash and you have to return a String
      end
    end
    HTTPI.query_builder = CustomBuilder

563 of 783 relevant lines covered (71.9%)

6.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 153.1 (1.9.3) 17 Aug 2014 12:23AM UTC 0
71.9
Travis Job 153.1
Source Files on build 153
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #153
  • 1aa8ce7f on github
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

© 2026 Coveralls, Inc