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

gregschmit / rails-rest-framework
96%

Build:
DEFAULT BRANCH: master
Repo Added 21 Mar 2021 07:52PM UTC
Files 24
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 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
  • 2.0.0.beta6
  • 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
  • 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
  • v2.0.0
  • v2.0.0.rc1
  • v2.0.0.rc2

13 Aug 2026 09:01PM UTC coverage: 95.544%. Remained the same
31743738007

push

github

gregschmit
Bump rest_framework to 2.0.0

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

1415 of 1481 relevant lines covered (95.54%)

359.06 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31743738007 master Bump rest_framework to 2.0.0 push 13 Aug 2026 09:03PM UTC gregschmit github
95.54
31663661475 master Bump rest_framework to 2.0.0.rc2 push 13 Aug 2026 03:22AM UTC gregschmit github
95.54
31662966055 master Render field options as OpenAPI oneOf. push 13 Aug 2026 03:09AM UTC gregschmit github
95.54
31661673796 master Replace enum_variants with a general options map. Enums now populate a `{ value => label }` `options` map (the enum mapping, inverted) and set an `enum: true` marker; any field can also configure `options` directly. OpenAPI emits a strict `enum` ... push 13 Aug 2026 02:44AM UTC gregschmit github
95.54
31658161778 master Drop controller-level serializer configs; rename query params. Remove the `native_serializer_config` / `_singular_config` / `_plural_config` controller attributes in favor of a custom `serializer_class`, and drop the `native_serializer_` prefix f... push 13 Aug 2026 01:36AM UTC gregschmit github
95.54
31657634957 master Merge field_config into the fields hash. `fields` is now the single source of truth for field configuration: an Array (sugar for `only:`) or a Hash of `only:`/`include:`/`exclude:`/`except:` plus a `config:` map of per-field options, replacing th... push 13 Aug 2026 01:26AM UTC gregschmit github
95.57
31654971233 master Remove nested-scope config options Drop `scope_nested_by_parent` and `scope_nested_through_controllers`; parent auto-scoping and per-controller parent lookup are now always the behavior. Override `get_recordset` for anything different — this drop... push 13 Aug 2026 12:42AM UTC gregschmit github
95.53
31645135564 master Improve polymorphic filtering and serialization. Polymorphic belongs_to associations can't be JOINed, but their backing *_id/*_type columns live on the base table, so expose them for filtering and ordering through the dotted `favorite.id`/`favori... push 12 Aug 2026 10:02PM UTC gregschmit github
95.54
31642344609 master Fix release process. push 12 Aug 2026 09:28PM UTC gregschmit github
95.45
31642492114 master Bump rest_framework to 2.0.0.rc1 push 12 Aug 2026 09:27PM UTC gregschmit github
95.45
See All Builds (565)
  • 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