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

drecom / activerecord-turntable / 228
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: support-ar6.0.Z
DEFAULT BRANCH: master
Ran 04 Jan 2017 09:07AM UTC
Jobs 10
Files 82
Run time 2min
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
228

push

travis-ci

gussan
Fix to propagate shard conditions to `AssociationRelation` too

backport from develop-3-0 branch

When calling `@user.tasks.find_by(name: 'xxx')`

before:

  SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`name` = "xxx" # raises CannotSpecifyShardError

after:

  SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`user_id` = 1 AND `tasks`.`name` = "xxx"

32 of 32 new or added lines in 4 files covered. (100.0%)

2241 of 2490 relevant lines covered (90.0%)

2387.36 hits per line

Jobs
ID Job ID Ran Files Coverage
4 228.4 (2.1, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:07AM UTC 0
87.67
Travis Job 228.4
5 228.5 (2.1, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:07AM UTC 0
88.07
Travis Job 228.5
6 228.6 (2.1, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:08AM UTC 0
88.03
Travis Job 228.6
7 228.7 (2.2, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:08AM UTC 0
87.67
Travis Job 228.7
8 228.8 (2.2, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:08AM UTC 0
88.07
Travis Job 228.8
9 228.9 (2.2, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:08AM UTC 0
88.03
Travis Job 228.9
10 228.10 (2.3.3, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:09AM UTC 0
87.57
Travis Job 228.10
11 228.11 (2.3.3, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:09AM UTC 0
88.01
Travis Job 228.11
12 228.12 (2.3.3, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:09AM UTC 0
87.97
Travis Job 228.12
13 228.13 (ruby-head, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:09AM UTC 0
81.95
Travis Job 228.13
Source Files on build 228
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #228
  • 44a359a1 on github
  • Next Build on feature/backport_fix_to_add_association_scoping (#229)
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