{"id":16451267,"url":"https://github.com/kirillshevch/tmp_autoclean","last_synced_at":"2026-05-14T17:38:11.929Z","repository":{"id":56916046,"uuid":"309993961","full_name":"kirillshevch/tmp_autoclean","owner":"kirillshevch","description":"Autoclean Rails tmp directory for local development.","archived":false,"fork":false,"pushed_at":"2020-11-17T10:43:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T00:53:24.526Z","etag":null,"topics":["rails","tmp"],"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/kirillshevch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-04T12:18:59.000Z","updated_at":"2020-11-17T11:12:18.000Z","dependencies_parsed_at":"2022-08-20T21:20:24.005Z","dependency_job_id":null,"html_url":"https://github.com/kirillshevch/tmp_autoclean","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/kirillshevch%2Ftmp_autoclean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Ftmp_autoclean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Ftmp_autoclean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Ftmp_autoclean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirillshevch","download_url":"https://codeload.github.com/kirillshevch/tmp_autoclean/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876809,"owners_count":19871904,"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":["rails","tmp"],"created_at":"2024-10-11T10:08:10.638Z","updated_at":"2025-11-19T17:03:43.199Z","avatar_url":"https://github.com/kirillshevch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmp_autoclean\n\nAutoclean Rails `tmp` directory for local development. Keep your application stateless and storage clean.\n\n## Installation\n\nAdd this line to your application's Gemfile and type `bundle install`:\n\n```ruby\ngem 'tmp_autoclean'\n```\n\n## Usage\n\nEnable tmp directory autoclean:\n\nAdd line to `config/initializers/development.rb`\n\n```ruby\nRails.application.configure do\n  # other configrations ...\n\n  config.tmp_autoclean_enable = true\nend\n```\n\nThat it. After next rails server start up `tmp/` folder will be cleaned.\n\n## Configuration\n\nClean specific tmp files\n\nAdd `tmp_autoclean_options` line to `config/initializers/development.rb`\n\n```ruby\nRails.application.configure do\n  # other configrations ...\n\n  config.tmp_autoclean_enable = true\n  config.tmp_autoclean_options = %w[cache sockets pids screenshots] # full list of available options\nend\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%2Fkirillshevch%2Ftmp_autoclean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirillshevch%2Ftmp_autoclean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillshevch%2Ftmp_autoclean/lists"}