{"id":16429426,"url":"https://github.com/chenqingspring/jbuilder-except","last_synced_at":"2026-05-04T18:38:27.567Z","repository":{"id":56878400,"uuid":"100907317","full_name":"chenqingspring/jbuilder-except","owner":"chenqingspring","description":"A Jbuilder plugin for extracting resource except some attributes","archived":false,"fork":false,"pushed_at":"2017-08-29T09:43:56.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T06:01:02.806Z","etag":null,"topics":["except","extract","extraction","gem","jbuilder","json","rails","rubygem"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenqingspring.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-21T03:10:07.000Z","updated_at":"2017-08-21T08:40:46.000Z","dependencies_parsed_at":"2022-08-20T23:10:20.314Z","dependency_job_id":null,"html_url":"https://github.com/chenqingspring/jbuilder-except","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chenqingspring/jbuilder-except","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenqingspring%2Fjbuilder-except","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenqingspring%2Fjbuilder-except/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenqingspring%2Fjbuilder-except/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenqingspring%2Fjbuilder-except/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenqingspring","download_url":"https://codeload.github.com/chenqingspring/jbuilder-except/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenqingspring%2Fjbuilder-except/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["except","extract","extraction","gem","jbuilder","json","rails","rubygem"],"created_at":"2024-10-11T08:22:53.679Z","updated_at":"2026-05-04T18:38:27.548Z","avatar_url":"https://github.com/chenqingspring.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jbuilder-except\n\n[![Gem Version](https://badge.fury.io/rb/jbuilder-except.svg)](https://badge.fury.io/rb/jbuilder-except)\n\n`json.except!` is a reverse method of `json.extract!`\n\nIn some `extract!` use cases, you need render all attributes, or you just need ***except*** one or two. This gem will let you do it in an easy way.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'jbuilder-except'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jbuilder-except\n\n## Usage\n\nShow all attributes of resource except `id` and `updated_at`.\n\n    json.except! @resource, :id, :updated_at\n\nShow every attribute of resource.\n\n    json.except! @resource\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/chenqingspring/jbuilder-except. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenqingspring%2Fjbuilder-except","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenqingspring%2Fjbuilder-except","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenqingspring%2Fjbuilder-except/lists"}