Repo Added
|
Files
231
|
Badge
README BADGES
|
push
travis-ci
471 of 479 relevant lines covered (98.33%)
240.87 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
261 | query-assoc-eq-neq | More handling for AR 4 | push | Ray Zane | travis-ci | pending completion | |
257 | query-assoc-eq-neq | Prevent accidently comparing the Association to things other than an ActiveRecord model instance or nil | push | Ray Zane | travis-ci | pending completion | |
256 | query-assoc-eq-neq | Querying associations like that is only supported in AR 5+ | push | Ray Zane | travis-ci | pending completion | |
255 | query-assoc-eq-neq | This allows querying for association equality using #== and #!= Example: Post.where.has { author == Author.last } Post.where.has { author != Author.last } It should have the same semantics as: Post.where(author: Author.last) Post.where... | push | Ray Zane | travis-ci | pending completion | |
254 | query-assoc-eq-neq | This allows querying for association equality | push | Ray Zane | travis-ci | pending completion |