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

take-five / activerecord-hierarchical_query / 70 / 9
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2016 12:23PM UTC
Files 11
Run time 1s
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 Aug 2016 12:16PM UTC coverage: 96.923% (+0.04%) from 96.883%
2.1.2, gemfiles/rails4.1.gemfile

push

travis-ci

take-five
Fix usage of bind variables inside generated query

Prior to this commit, relation was joined to generated subquery,
converted to String with `#to_sql` method, which lead to situations,
when it was impossible to use generated query as another subquery:
```
organizations = Organization.join_recursive do |query|
  query.start_with(id: current_user.organization.id).connect_by(parent_organization_id: :id)
end

licenses = License.where(organization_id: organizations, license_app_id: license_app.id)
```

Fixes #3

378 of 390 relevant lines covered (96.92%)

14.7 hits per line

Source Files on job 70.9 (2.1.2, gemfiles/rails4.1.gemfile)
  • Tree
  • List 0
  • Changed 11
  • Source Changed 3
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 70
  • Travis Job 70.9
  • 764f25c2 on github
  • Prev Job for 2.1.2, gemfiles/rails4.1.gemfile on master (#69.9)
  • Next Job for 2.1.2, gemfiles/rails4.1.gemfile on master (#71.9)
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