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

gregschmit / rails-rest-framework
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: 2.0.0.beta5
DEFAULT BRANCH: master
Repo Added 21 Mar 2021 07:52PM UTC
Files 23
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

LAST BUILD ON BRANCH 2.0.0.beta5
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.10.0
  • 0.11.0
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.2.3
  • 0.2.4
  • 0.3.0
  • 0.3.1
  • 0.3.2
  • 0.3.3
  • 0.3.4
  • 0.3.5
  • 0.3.6
  • 0.3.7
  • 0.4.0
  • 0.4.1
  • 0.5.0
  • 0.5.1
  • 0.5.2
  • 0.5.3
  • 0.5.4
  • 0.5.5
  • 0.5.6
  • 0.5.7
  • 0.7.1
  • 0.7.10
  • 0.7.11
  • 0.7.2
  • 0.7.3
  • 0.7.4
  • 0.7.5
  • 0.7.6
  • 0.7.7
  • 0.7.8
  • 0.7.9
  • 0.9.15
  • 0.9.16
  • 1.0.0
  • 1.0.0.beta1
  • 1.0.0.beta2
  • 1.0.0.rc1
  • 1.0.1
  • 1.0.2
  • 1.1.0
  • 1.2.0
  • 2.0.0.beta1
  • 2.0.0.beta2
  • 2.0.0.beta3
  • 2.0.0.beta4
  • 2.0.0.beta5
  • dependabot/bundler/docs/activesupport-6.0.6.1
  • dependabot/bundler/docs/commonmarker-0.23.7
  • dependabot/bundler/docs/commonmarker-0.23.9
  • dependabot/bundler/docs/nokogiri-1.14.3
  • gh-actions
  • gns/adjust-routes
  • gns/bulk-raw
  • gns/fix-options
  • gns/heroku
  • gns/kamal
  • gns/mixin-refactor
  • gns/new-guide-and-render-com
  • gns/omakase
  • gns/openapi
  • gns/remove-empty-api-response-view
  • gns/upgrade-rails-and-kamal
  • gns/v1
  • gns/v2
  • master
  • refs/tags/0.7.12
  • refs/tags/0.7.13
  • refs/tags/0.8.0
  • refs/tags/0.8.1
  • refs/tags/0.8.10
  • refs/tags/0.8.11
  • refs/tags/0.8.12
  • refs/tags/0.8.13
  • refs/tags/0.8.14
  • refs/tags/0.8.16
  • refs/tags/0.8.17
  • refs/tags/0.8.2
  • refs/tags/0.8.3
  • refs/tags/0.8.4
  • refs/tags/0.8.5
  • refs/tags/0.8.6
  • refs/tags/0.8.7
  • refs/tags/0.8.8
  • refs/tags/0.8.9
  • refs/tags/0.9.0
  • refs/tags/0.9.1
  • refs/tags/0.9.10
  • refs/tags/0.9.11
  • refs/tags/0.9.12
  • refs/tags/0.9.13
  • refs/tags/0.9.14
  • refs/tags/0.9.2
  • refs/tags/0.9.3
  • refs/tags/0.9.4
  • refs/tags/0.9.5
  • refs/tags/0.9.6
  • refs/tags/0.9.7
  • refs/tags/0.9.8
  • refs/tags/0.9.9

03 Aug 2026 07:38PM UTC coverage: 94.982%. First build
30846841654

push

github

gregschmit
Fix test typo.

1344 of 1415 relevant lines covered (94.98%)

490.22 hits per line

Relevant lines Covered
Build:
Build:
1415 RELEVANT LINES 1344 COVERED LINES
490.22 HITS PER LINE
Source Files on master
  • Tree
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30846841654 2.0.0.beta5 Fix test typo. push 03 Aug 2026 07:42PM UTC gregschmit github
94.98
30846681115 master Fix test typo. push 03 Aug 2026 07:40PM UTC gregschmit github
94.98
30734658920 master Filter read-only fields before building strong params get_allowed_parameters now iterates writable_fields (get_fields minus read_only) instead of stripping read-only keys afterward. This closes a gap where a read_only association still expanded t... push 02 Aug 2026 05:45AM UTC gregschmit github
94.87
30734658925 2.0.0.beta4 Filter read-only fields before building strong params get_allowed_parameters now iterates writable_fields (get_fields minus read_only) instead of stripping read-only keys afterward. This closes a gap where a read_only association still expanded t... push 02 Aug 2026 05:45AM UTC gregschmit github
94.87
30707334702 2.0.0.beta3 Support nested field_config for associations An association's field_config may now contain its own field_config to shape a sub-association more than one level deep, recursing into a nested serializer include. Opt-in per sub-association, so unconf... push 01 Aug 2026 04:05PM UTC gregschmit github
94.9
30707318093 master Support nested field_config for associations An association's field_config may now contain its own field_config to shape a sub-association more than one level deep, recursing into a nested serializer include. Opt-in per sub-association, so unconf... push 01 Aug 2026 04:05PM UTC gregschmit github
94.9
30663661039 2.0.0.beta2 Fix deploy version.rb issue. push 31 Jul 2026 08:40PM UTC gregschmit github
94.98
30663351087 master Fix deploy version.rb issue. push 31 Jul 2026 08:35PM UTC gregschmit github
94.98
30662838390 master Add readable field helpers for query surfaces Add readable_fields (get_fields minus write_only), readable_columns, and readable_columns_or_associations helpers. Route find_by/search through the column helpers and filter/ordering through columns-o... push 31 Jul 2026 08:27PM UTC gregschmit github
94.98
30609944863 2.0.0.beta1 Fix simplecov issue in tests. push 31 Jul 2026 06:33AM UTC gregschmit github
94.96
See All Builds (545)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc