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

codeforamerica / human_services_finder / 740
99%
master: 90%

Build:
Build:
LAST BUILD BRANCH: style-guide
DEFAULT BRANCH: master
Ran 15 Sep 2013 03:32AM UTC
Jobs 1
Files 9
Run time –
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
740

push

travis-ci

monfresh
Refactor view helpers

Move all view helpers to application_helper. They don't belong in the model. Methods defined in application_helper are available to all views, so the datalist_initializer in application_controller is no longer needed.

What used to be called "terminology" is now also handled in the application_helper via the "dynamic partial" method and has been removed from the controller.

The app should never make more requests than necessary, so the logic to only use the first part of a term that includes a slash is now in the view instead of the controller, and the app will only make one request now.

Renamed "name and "sub" to "parent" and "child" to make the code more readable.

Refactored the category partial to use a partial since it was repeating the same code twice.

175 of 177 relevant lines covered (98.87%)

70.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 740.1 (2.0.0, OHANA_API_TOKEN=[secure]) 15 Sep 2013 03:32AM UTC 0
98.87
Travis Job 740.1
Source Files on build 740
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #740
  • d6946da0 on github
  • Next Build on refactor-view-helpers (#742)
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