{"id":21765951,"url":"https://github.com/narazaka/record_view_helper","last_synced_at":"2025-04-13T15:11:13.816Z","repository":{"id":54940590,"uuid":"83862008","full_name":"Narazaka/record_view_helper","owner":"Narazaka","description":"table builder and description list (dl) helper for Rails / ActiveModels","archived":false,"fork":false,"pushed_at":"2021-01-20T09:16:15.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T19:18:57.217Z","etag":null,"topics":["form-builder","html-builder","rails","table-builder"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Narazaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-04T03:28:04.000Z","updated_at":"2021-01-20T09:16:18.000Z","dependencies_parsed_at":"2022-08-14T07:10:20.470Z","dependency_job_id":null,"html_url":"https://github.com/Narazaka/record_view_helper","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Frecord_view_helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Frecord_view_helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Frecord_view_helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Frecord_view_helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narazaka","download_url":"https://codeload.github.com/Narazaka/record_view_helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732485,"owners_count":21152852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["form-builder","html-builder","rails","table-builder"],"created_at":"2024-11-26T13:14:33.920Z","updated_at":"2025-04-13T15:11:13.790Z","avatar_url":"https://github.com/Narazaka.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [RecordViewHelper](https://github.com/Narazaka/record_view_helper)\n\n[![Gem](https://img.shields.io/gem/v/record_view_helper.svg)](https://rubygems.org/gems/record_view_helper)\n[![Gem](https://img.shields.io/gem/dtv/record_view_helper.svg)](https://rubygems.org/gems/record_view_helper)\n[![Inch CI](http://inch-ci.org/github/Narazaka/record_view_helper.svg)](http://inch-ci.org/github/Narazaka/record_view_helper)\n[![Ruby](https://github.com/Narazaka/record_view_helper/workflows/Ruby/badge.svg)](https://github.com/Narazaka/record_view_helper/actions?query=workflow:Ruby)\n\ntable builder and description list (dl) helper for Rails / ActiveModels\n\n## Usage\n\n```slim\n/ on Rails\n/ foo.html.slim\n\n= table_for(@bars) do |s|\n  - s.only :id, :name, :kind, :foo_id\n  - s.link :id, :bar_path\n  - s.link :foo_id, :foo_path\n  - s.format :foo_id, [:foo_id, [:foo, :name]]\n  - s.format :kind do |record|\n    = Foo::KIND[record.kind]\n\n= dl_for(@foo, except: [:created_at, :updated_at])\n```\n\nsee [API Documents](http://www.rubydoc.info/gems/record_view_helper) for details\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"record_view_helper\"\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install record_view_helper\n```\n\n## See also\n\n- [table-for](https://github.com/hunterae/table-for)\n\n## License\nThe gem is available as open source under the terms of the [Zlib License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Frecord_view_helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarazaka%2Frecord_view_helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Frecord_view_helper/lists"}