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

ruby-grape / grape
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: drop_support_ruby_2_7_0
DEFAULT BRANCH: master
Repo Added 04 Apr 2013 06:08AM CUT
Files 160
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 resolve_performace_issue_with_given
branch: resolve_performace_issue_with_given
CHANGE BRANCH
x
Reset
  • resolve_performace_issue_with_given
  • DateFormat
  • Handle_json_array
  • ISSUE-2321
  • Issue-1908
  • active_support_6_1_minimal
  • add_ruby_3_4
  • bugfix/1577
  • bugfix/1970
  • bugfix/1986
  • bugfix/2041
  • bugfix/autoload
  • bugfix/memory-leak
  • build_with_registry
  • chore/cleanup-on-compilation
  • chore/coercion-tests
  • chore/primitive-coercer-spec
  • cookies_delegation
  • crush_desclared_params
  • declared_params_optional_array
  • doc
  • drop_support_ruby_2_7_0
  • dynamic_registration
  • empty_string_and_bool
  • enable_frozen_string_literal_ci
  • entity-dsl
  • exposes-to-s
  • failing_spec_for_1967
  • faster_normalize_path
  • feature/grape-api-setup-var-array
  • feature_rack_lint
  • fix-636
  • fix-badges
  • fix-docs
  • fix-typo
  • fix_2566_memory_leak
  • fix_endpoint_status_when_not_calling_error!
  • fix_middleware_keywords
  • fix_require_logger
  • fix_shared_params_empty_args
  • format_header_best_q_match
  • happy_rubocop
  • issue-1775
  • lazy_block
  • lazy_compile
  • less_parse_nested_query
  • master
  • mountable_apis
  • real-api-integration-test
  • reduce_array_alloc_on_setup
  • refactor_http_headers
  • refs/heads/master
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v2.0.0
  • remove-unused-constant
  • remove_non_supported_jsonapi
  • remove_obsolete_docker_compose_version
  • rescue_from
  • revert-1953-chore/micto-optimization-3
  • revert-wrong-commit
  • revisit_auth_middleware
  • revisit_middleware_default_options
  • spec-only-rack-class
  • try_pattern_instead_of_respond_to
  • update_rubocop_1_71_2
  • upgrade-mustermann
  • upgrade-rubocop
  • upgrading-description
  • use_forwardable
  • v0.19.2
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.2.4
  • v1.2.5
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.2.0
  • v2.3.0
  • v2.4.0
  • validators_bad_encoding

pending completion
4214

Pull #2127

travis-ci

web-flow
Merge affd47431 into 1e9796774
Pull Request #2127: fix a performance issue with dependent params

12376 of 12481 relevant lines covered (99.16%)

26.82 hits per line

Relevant lines Covered
Build:
Build:
12481 RELEVANT LINES 12376 COVERED LINES
26.82 HITS PER LINE
Source Files on resolve_performace_issue_with_given
  • Tree
  • List 101
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
90.0
spec/grape/named_api_spec.rb21 10 + 49 + 41 16.0 - 3
93.33
...rape/integration/global_namespace_function_spec.rb31 15 + 614 + 61 13.0 - 1.0
95.35
spec/grape/exceptions/body_parse_errors_spec.rb144 86 + 2782 + 274 20.0 - 5
95.83
spec/grape/validations/instance_behaivour_spec.rb46 24 + 823 + 81 18.0 - 4
97.01
spec/grape/endpoint_spec.rb1043 603 + 132585 + 13018 + 220.0 - 4
97.54
spec/grape/dsl/request_response_spec.rb207 122 + 40119 + 403 16.0 - 3
97.92
spec/grape/exceptions/validation_errors_spec.rb90 48 + 1547 + 151 18.0 - 3
98.21
spec/grape/dsl/helpers_spec.rb101 56 + 1355 + 131 17.0 - 1.0
98.3
spec/grape/api_spec.rb4059 2470 + 6112428 + 60942 + 225.0 - 5
98.49
spec/grape/validations_spec.rb1669 996 + 269981 + 26915 24.0 - 4
Showing 1 to 10 of 101 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next
  • ►
    99.16
    spec/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4214 resolve_performace_issue_with_given Merge affd47431 into 1e9796774 Pull #2127 28 Oct 2020 11:18AM CUT web-flow travis-ci pending completion  
4213 resolve_performace_issue_with_given fix a performance issue with dependent params Fixes https://github.com/ruby-grape/grape/issues/2100 The reason was in `ActiveSupport::HashWithIndifferentAccess`, it is super expensive. When users use a `Grape::Extensions::ActiveSupport::HashWit... push 28 Oct 2020 08:16AM CUT dnesteryuk travis-ci pending completion  
4208 resolve_performace_issue_with_given Merge 1e6555f75 into 1e9796774 Pull #2127 27 Oct 2020 12:46PM CUT web-flow travis-ci pending completion  
4207 resolve_performace_issue_with_given fix a performance issue with dependent params Fixes https://github.com/ruby-grape/grape/issues/2100 The reason was in `ActiveSupport::HashWithIndifferentAccess`, it is super expensive. When users use a `Grape::Extensions::ActiveSupport::HashWit... push 27 Oct 2020 09:46AM CUT dnesteryuk travis-ci pending completion  
4204 resolve_performace_issue_with_given fix a performance issue with dependent params Fixes https://github.com/ruby-grape/grape/issues/2100 The reason was in `ActiveSupport::HashWithIndifferentAccess`, it is super expensive. When users use `Grape::Extensions::ActiveSupport::HashWithI... push 27 Oct 2020 07:24AM CUT dnesteryuk travis-ci pending completion  
See All Builds (2274)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc