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

ruby-grape / grape / 25643371840

Builds Branch Commit Type Ran Committer Via Coverage
25643371840 master Merge pull request #2705 from ruby-grape/feature/warn-on-helper-overrides Add Grape.config.warn_on_helper_overrides (opt-in dev-time signal) push 10 May 2026 11:59PM UTC web-flow github
97.02
25643338140 master Merge pull request #2703 from ruby-grape/fix/rescue-from-internal-errors-2482 Catch exceptions raised inside rescue_from blocks (#2482) push 10 May 2026 11:58PM UTC web-flow github
97.01
25610885355 refactor/de-morgan-conditions Tighten six guard conditions via De Morgan / blank? / present? / include? Six spots where an `if`/`unless` clause used multiple negations joined by `&&` or `||`, or `&.any?` on a Hash. Each rewrite expresses the positive shape of the predicate an... Pull #2707 09 May 2026 08:20PM UTC ericproulx github
97.01
25610832363 refactor/de-morgan-conditions Tighten five guard conditions via De Morgan / blank? / include? Five spots where an `if`/`unless` clause used multiple negations joined by `&&` or `||`. Each rewrite expresses the positive shape of the predicate and keeps `if` over `unless` where... Pull #2707 09 May 2026 08:18PM UTC ericproulx github
96.99
25610816166 refactor/de-morgan-conditions Merge 28a97e1ab into 037476e62 Pull #2707 09 May 2026 08:17PM UTC web-flow github
96.99
25610805204 refactor/de-morgan-conditions Tighten five guard conditions via De Morgan / blank? / include? Five spots where an `if`/`unless` clause used multiple negations joined by `&&` or `||`. Each rewrite expresses the positive shape of the predicate and keeps `if` over `unless` where... push 09 May 2026 08:17PM UTC ericproulx github
96.99
25610530583 refactor/validates-pure-helpers Make ParamsScope#validates pure via ValidationsSpec `Grape::Validations::ParamsScope#validates(attrs, validations)` used to consume the validations hash destructively across six helpers (`infer_coercion`, `derive_validator_options`, `validates_pr... Pull #2706 09 May 2026 08:03PM UTC ericproulx github
96.99
25610457229 refactor/validates-pure-helpers Make ParamsScope#validates pure via ValidationsSpec `Grape::Validations::ParamsScope#validates(attrs, validations)` used to consume the validations hash destructively across six helpers (`infer_coercion`, `derive_validator_options`, `validates_pr... Pull #2706 09 May 2026 08:00PM UTC ericproulx github
96.99
25610197149 refactor/validates-pure-helpers Make ParamsScope#validates pure via ValidationsSpec `Grape::Validations::ParamsScope#validates(attrs, validations)` used to consume the validations hash destructively across six helpers (`infer_coercion`, `derive_validator_options`, `validates_pr... Pull #2706 09 May 2026 07:47PM UTC ericproulx github
96.99
25609976233 refactor/validates-pure-helpers Make ParamsScope#validates pure via ValidationsSpec `Grape::Validations::ParamsScope#validates(attrs, validations)` used to consume the validations hash destructively across six helpers (`infer_coercion`, `derive_validator_options`, `validates_pr... Pull #2706 09 May 2026 07:36PM UTC ericproulx github
96.99
25609944548 refactor/validates-pure-helpers Merge 46da66095 into 037476e62 Pull #2706 09 May 2026 07:34PM UTC web-flow github
96.99
25609895419 refactor/validates-pure-helpers Make ParamsScope#validates pure via ValidationsSpec `Grape::Validations::ParamsScope#validates(attrs, validations)` used to consume the validations hash destructively across six helpers (`infer_coercion`, `derive_validator_options`, `validates_pr... push 09 May 2026 07:32PM UTC ericproulx github
96.99
25609232382 feature/warn-on-helper-overrides Add Grape.config.warn_on_helper_overrides A helper method defined via `helpers do; def foo; end; end` is mixed into the endpoint's singleton class and therefore takes precedence over `Grape::Endpoint#foo` if one exists. That's the documented and ... Pull #2705 09 May 2026 06:59PM UTC ericproulx github
96.99
25609200020 fix/rescue-from-internal-errors-2482 Catch and route exceptions raised inside rescue_from blocks Resolves #2482. An exception raised inside a `rescue_from` block used to bubble uncaught and produce the Rack default 500 page. The middleware now catches it and routes it through one of... Pull #2703 09 May 2026 06:57PM UTC ericproulx github
97.01
25609132258 feature/hash-oneof-2385 Add oneof: option for polymorphic Hash parameters Resolves #2385. A Hash parameter can now declare multiple acceptable shapes: params do requires :value, type: Hash, oneof: [ proc { requires :fixed_price, type: Float }, ... Pull #2702 09 May 2026 06:53PM UTC ericproulx github
96.98
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 192
  • 193
  • Next →
  • Back to Repo
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