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

sferik / rails_admin / 1905 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 08:59AM UTC
Files 118
Run time 55s
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

15 Sep 2015 08:54AM UTC coverage: 91.3%. Remained the same
1.9.3, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile

Pull #2401

travis-ci

dwbutler
Improve efficiency of filter query in Postgres

In Postgres, filter queries currently generate a condition `LOWER(field) ILIKE ?`. This defeats the benefit of using ILIKE, which is case insensitive, and also prevents an index from being used. This fixes the issue by changing the condition to `field ILIKE ?` in Postgres.
Pull Request #2401: Improve efficiency of filter query in Postgres

2907 of 3184 relevant lines covered (91.3%)

2980.81 hits per line

Source Files on job 1905.1 (1.9.3, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1905
  • Travis Job 1905.1
  • 938eef37 on github
  • Prev Job for 1.9.3, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile on master (#1904.1)
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