{"id":30896514,"url":"https://github.com/artemave/fixturex","last_synced_at":"2025-09-08T23:08:45.605Z","repository":{"id":52307053,"uuid":"334705497","full_name":"artemave/fixturex","owner":"artemave","description":"Rails fixtures explorer","archived":false,"fork":false,"pushed_at":"2025-08-13T16:09:04.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-28T13:41:36.723Z","etag":null,"topics":["fixtures","rails","ruby"],"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/artemave.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-31T16:47:03.000Z","updated_at":"2025-08-16T10:12:10.000Z","dependencies_parsed_at":"2025-08-13T18:22:38.734Z","dependency_job_id":null,"html_url":"https://github.com/artemave/fixturex","commit_stats":null,"previous_names":["artemave/fixturex"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/artemave/fixturex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Ffixturex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Ffixturex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Ffixturex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Ffixturex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artemave","download_url":"https://codeload.github.com/artemave/fixturex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artemave%2Ffixturex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231201,"owners_count":25245673,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fixtures","rails","ruby"],"created_at":"2025-09-08T23:08:44.703Z","updated_at":"2025-09-08T23:08:45.581Z","avatar_url":"https://github.com/artemave.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fixturex [![Ruby](https://github.com/artemave/fixturex/actions/workflows/ruby.yml/badge.svg)](https://github.com/artemave/fixturex/actions/workflows/ruby.yml)  [![Gem Version](https://badge.fury.io/rb/fixturex.svg)](https://badge.fury.io/rb/fixturex)\n\nRails fixtures explorer.\n\n## Description\n\nRails fixtures are hard work. There are different sides to that, but one particular thing is that it's not obvious what other fixtures reference the one you're looking at and what fixtures reference those ones referencing the one you're looking at. And so on.\n\nThis little gem to the rescue. It's a command line tool that shows reference tree for a given fixture. It plugs in to vim's quickfix and it shouldn't be too much work to hook it up with vscode, if anyone is up for it.\n\n\u003cdetails\u003e\n  \u003csummary\u003eDemo\u003c/summary\u003e\n    \nhttps://user-images.githubusercontent.com/23721/135531049-527640b0-f2f9-436b-923d-c5fc4d9f3fe8.mp4\n\n\u003c/details\u003e\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fixturex'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install fixturex\n\n## Usage\n\n    $ bundle exec fixturex test/fixtures/things.yml thing1\n    \n### Vim\n\nHere is one way to plug it into vim. Define a new command - let's call it `Fixturex` - in your ([project](https://andrew.stwrt.ca/posts/project-specific-vimrc/)) vimrc:\n\n```vim\ncommand! -nargs=0 Fixturex :cexpr system('bundle exec fixturex '. expand('%') .' '.shellescape(expand('\u003ccword\u003e'))) | copen\n```\n\nFrom then on, if the cursor is on the fixture name in a fixture file, running `:Fixturex` will populate the quickfix window with the reference tree.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/featurist/fixturex.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemave%2Ffixturex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartemave%2Ffixturex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartemave%2Ffixturex/lists"}