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

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

Build:
Build:
LAST BUILD BRANCH: support-ar6.0.Z
DEFAULT BRANCH: master
Ran 04 Jan 2017 09:24AM UTC
Jobs 13
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
229

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%)

3109.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 229.1 (2.0.0, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:24AM UTC 0
87.67
Travis Job 229.1
2 229.2 (2.0.0, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:25AM UTC 0
88.07
Travis Job 229.2
3 229.3 (2.0.0, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:24AM UTC 0
88.03
Travis Job 229.3
4 229.4 (2.1, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:24AM UTC 0
87.67
Travis Job 229.4
5 229.5 (2.1, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:24AM UTC 0
88.07
Travis Job 229.5
6 229.6 (2.1, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:25AM UTC 0
88.03
Travis Job 229.6
7 229.7 (2.2, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:25AM UTC 0
87.67
Travis Job 229.7
8 229.8 (2.2, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:25AM UTC 0
88.07
Travis Job 229.8
9 229.9 (2.2, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:25AM UTC 0
88.03
Travis Job 229.9
10 229.10 (2.3.3, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:26AM UTC 0
87.57
Travis Job 229.10
11 229.11 (2.3.3, gemfiles/rails4_1.gemfile) 04 Jan 2017 09:26AM UTC 0
88.01
Travis Job 229.11
12 229.12 (2.3.3, gemfiles/rails4_2.gemfile) 04 Jan 2017 09:26AM UTC 0
87.97
Travis Job 229.12
13 229.13 (ruby-head, gemfiles/rails4_0.gemfile) 04 Jan 2017 09:27AM UTC 0
81.95
Travis Job 229.13
Source Files on build 229
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #229
  • 3777af25 on github
  • Prev Build on feature/backport_fix_to_add_association_scoping (#228)
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