{"id":16893263,"url":"https://github.com/lewispb/tombstone","last_synced_at":"2025-04-11T13:24:07.333Z","repository":{"id":22709046,"uuid":"26053171","full_name":"lewispb/tombstone","owner":"lewispb","description":"My first gem :) Simple tool to log dead code.","archived":false,"fork":false,"pushed_at":"2014-11-03T09:42:56.000Z","size":144,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-08T20:11:12.218Z","etag":null,"topics":[],"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/lewispb.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}},"created_at":"2014-11-01T14:46:53.000Z","updated_at":"2022-09-10T05:03:43.000Z","dependencies_parsed_at":"2022-08-21T00:00:39.835Z","dependency_job_id":null,"html_url":"https://github.com/lewispb/tombstone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewispb%2Ftombstone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewispb%2Ftombstone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewispb%2Ftombstone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewispb%2Ftombstone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewispb","download_url":"https://codeload.github.com/lewispb/tombstone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230160324,"owners_count":18182675,"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-10-13T17:14:20.614Z","updated_at":"2024-12-17T18:19:00.237Z","avatar_url":"https://github.com/lewispb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tombstone [![Gem Version](https://badge.fury.io/rb/tombstone.svg)](http://badge.fury.io/rb/tombstone)\n\nInspired by David Schnepper's Ignite talk **\"Isn't That Code Dead?\" - Velocity Santa Clara 2014**\n\n\u003ca href=\"http://www.youtube.com/watch?feature=player_embedded\u0026v=29UXzfQWOhQ\n\" target=\"_blank\"\u003e\u003cimg src=\"http://img.youtube.com/vi/29UXzfQWOhQ/0.jpg\" \nalt=\"Tombstone Youtube Video\" width=\"240\" height=\"180\" border=\"10\" /\u003e\u003c/a\u003e\n\n## Requirements\n\nRuby 2.0 or above\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'tombstone'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tombstone\n\n## Usage\n\nNot sure if some code is safe to remove? Tombstone it.\n\nPlace a Tombstone in your code as follows:\n\n    Tombstone.place('YOUR_LABEL')\n\nYou can use todays date as a label, to remind yourself of when you placed the Tombstone. When a Tombstone is encountered it will output to your rails development log like so:\n\n    Tombstone: 2014-11-01 - index - /Users/lewispb/projects/railsapp/app/controllers/welcome_controller.rb Line #: 5\n\nYou can use the following command to search your development log for Tombstones. From the root of your rails app run:\n\n    bundle exec tombstone\n\n## Contributing\n\nAll contributions very welcome\n\n### Todo\n- Test with non Rails apps\n- Write some tests\n\n1. Fork it ( https://github.com/[my-github-username]/tombstone/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewispb%2Ftombstone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewispb%2Ftombstone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewispb%2Ftombstone/lists"}