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

sferik / rails_admin / 1905
96%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2015 08:57AM UTC
Jobs 22
Files 162
Run time 23min
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
1905

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

3 of 3 new or added lines in 1 file covered. (100.0%)

4308 of 4552 relevant lines covered (94.64%)

44502.76 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/rails_admin/adapters/mongoid/abstract_object.rb
Jobs
ID Job ID Ran Files Coverage
1 1905.1 (1.9.3, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 08:59AM UTC 0
91.3
Travis Job 1905.1
2 1905.2 (2.0.0, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 08:57AM UTC 0
91.23
Travis Job 1905.2
3 1905.3 (2.1, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 08:57AM UTC 0
91.64
Travis Job 1905.3
4 1905.4 (2.2, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 08:57AM UTC 0
91.64
Travis Job 1905.4
5 1905.5 (rbx-2, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:12AM UTC 0
97.66
Travis Job 1905.5
6 1905.6 (ruby-head, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:00AM UTC 0
91.3
Travis Job 1905.6
7 1905.7 (1.9.3, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:02AM UTC 0
92.09
Travis Job 1905.7
8 1905.8 (2.0.0, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:01AM UTC 0
92.09
Travis Job 1905.8
9 1905.9 (2.1, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:03AM UTC 0
92.5
Travis Job 1905.9
10 1905.10 (2.2, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:03AM UTC 0
92.5
Travis Job 1905.10
11 1905.11 (rbx-2, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:17AM UTC 0
97.72
Travis Job 1905.11
12 1905.12 (ruby-head, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:06AM UTC 0
92.09
Travis Job 1905.12
13 1905.13 (2.2, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.0.gemfile) 15 Sep 2015 09:06AM UTC 0
92.34
Travis Job 1905.13
14 1905.14 (2.2, CI_ORM=mongoid, gemfiles/rails_4.0.gemfile) 15 Sep 2015 09:07AM UTC 0
91.64
Travis Job 1905.14
15 1905.15 (2.2, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.1.gemfile) 15 Sep 2015 09:08AM UTC 0
92.5
Travis Job 1905.15
16 1905.16 (2.2, CI_ORM=mongoid, gemfiles/rails_4.1.gemfile) 15 Sep 2015 09:09AM UTC 0
91.71
Travis Job 1905.16
17 1905.17 (2.2, CI_ORM=active_record CI_DB_ADAPTER=mysql2, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:10AM UTC 0
92.5
Travis Job 1905.17
18 1905.18 (2.2, CI_ORM=active_record CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:11AM UTC 0
92.44
Travis Job 1905.18
19 1905.19 (jruby-19mode, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:14AM UTC 0
91.85
Travis Job 1905.19
20 1905.20 (jruby-19mode, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:14AM UTC 0
92.6
Travis Job 1905.20
21 1905.21 (jruby-head, CI_ORM=mongoid, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:18AM UTC 0
91.68
Travis Job 1905.21
22 1905.22 (jruby-head, CI_ORM=active_record CI_DB_ADAPTER=sqlite3, gemfiles/rails_4.2.gemfile) 15 Sep 2015 09:19AM UTC 0
92.28
Travis Job 1905.22
Source Files on build 1905
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1905
  • Pull Request #2401
  • PR Base - master (#1904)
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