{"id":20292054,"url":"https://github.com/apsislabs/administrate-field-acts_as_taggable","last_synced_at":"2025-04-11T11:22:00.710Z","repository":{"id":51073596,"uuid":"185466917","full_name":"apsislabs/administrate-field-acts_as_taggable","owner":"apsislabs","description":"An Administrate field for managing ActsAsTaggableOn fields","archived":false,"fork":false,"pushed_at":"2021-05-25T03:05:50.000Z","size":16,"stargazers_count":5,"open_issues_count":2,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T07:41:38.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/apsislabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-07T19:38:37.000Z","updated_at":"2022-12-12T16:00:44.000Z","dependencies_parsed_at":"2022-09-12T02:11:31.912Z","dependency_job_id":null,"html_url":"https://github.com/apsislabs/administrate-field-acts_as_taggable","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Fadministrate-field-acts_as_taggable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Fadministrate-field-acts_as_taggable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Fadministrate-field-acts_as_taggable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Fadministrate-field-acts_as_taggable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsislabs","download_url":"https://codeload.github.com/apsislabs/administrate-field-acts_as_taggable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054205,"owners_count":21039952,"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":[],"created_at":"2024-11-14T15:15:13.525Z","updated_at":"2025-04-11T11:22:00.685Z","avatar_url":"https://github.com/apsislabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Administrate::Field::ActsAsTaggable\n\nAn [Administrate](https://github.com/thoughtbot/administrate) field for supporting [ActsAsTaggableOn](https://github.com/mbleigh/acts-as-taggable-on).\n\n## Usage\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'administrate-field-acts_as_taggable'\n```\n\nThen, in your dashboard, configure your `ActsAsTaggable` attribute with `Field::ActsAsTaggable`:\n\n```ruby\n\n# models/post.rb\nclass Post \u003c ActiveRecord::Base\n  acts_as_taggable_on :categories\nend\n\n# dashboards/post_dashboard.rb\nclass PostDashboard \u003c Administrate::BaseDashboard\n  # ATTRIBUTE_TYPES\n  ATTRIBUTE_TYPES = {\n    name: Field::String,\n    content: Field::Text,\n    categories: Field::ActsAsTaggable\n  }.freeze\nend\n```\n\n## Development\n\n### Tests\n\nRun `rspec` to run the tests.\n\n### Documentation\n\nTo generate documentation run `yard`. To view undocumented files run `yard stats --list-undoc`.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/apsislabs/administrate-field-acts_as_taggable.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n---\n\n# Built by Apsis\n\n[![apsis](https://s3-us-west-2.amazonaws.com/apsiscdn/apsis.png)](https://www.apsis.io)\n\n`Administrate::Field::ActsAsTaggable` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsislabs%2Fadministrate-field-acts_as_taggable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsislabs%2Fadministrate-field-acts_as_taggable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsislabs%2Fadministrate-field-acts_as_taggable/lists"}