{"id":17681597,"url":"https://github.com/phawk/dalli-ui","last_synced_at":"2025-06-17T22:03:34.111Z","repository":{"id":21467433,"uuid":"24785931","full_name":"phawk/dalli-ui","owner":"phawk","description":"A web UI for Dalli","archived":false,"fork":false,"pushed_at":"2015-06-22T23:10:40.000Z","size":223,"stargazers_count":18,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T01:05:38.037Z","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/phawk.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":"2014-10-04T09:23:12.000Z","updated_at":"2018-08-27T08:48:56.000Z","dependencies_parsed_at":"2022-08-17T17:20:13.212Z","dependency_job_id":null,"html_url":"https://github.com/phawk/dalli-ui","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/phawk/dalli-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2Fdalli-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2Fdalli-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2Fdalli-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2Fdalli-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phawk","download_url":"https://codeload.github.com/phawk/dalli-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2Fdalli-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447632,"owners_count":23010541,"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-24T09:11:38.362Z","updated_at":"2025-06-17T22:03:29.097Z","avatar_url":"https://github.com/phawk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dalli UI\n\n[![Build Status](https://travis-ci.org/phawk/dalli-ui.svg?branch=master)](https://travis-ci.org/phawk/dalli-ui) [![Gem Version](https://badge.fury.io/rb/dalli-ui.svg)](http://badge.fury.io/rb/dalli-ui)\n\nDalli UI is a mountable engine for Rails apps that displays information about your [dalli](https://github.com/mperham/dalli) memcached instance and allows you to flush it from a web interface.\n\n![Dalli UI Sample](./images/sample.png)\n\n## Rails 4 installation\n\nAdd **dalli** and **dalli-ui** to your gemfile and `bundle install`.\n\n```rb\n# Gemfile\ngem 'dalli'\ngem 'dalli-ui'\n```\n\nSetup [dalli](https://github.com/mperham/dalli) as your Rails cache store.\n\n```rb\n# config/application.rb\nconfig.cache_store = :dalli_store\n```\n\nMount Dalli UI on a route of your choosing\n\n```rb\n# config/routes.rb\nmount Dalli::Ui::Engine, at: \"dalli\"\n```\n\nIn a production environment you probably don't want to allow just anyone to access this page.\n\nAuthentication example with [Devise](https://github.com/plataformatec/devise) that ensures that the user is an admin:\n\n```rb\n# config/routes.rb\nauthenticate :user, lambda { |u| u.admin? } do\n  mount Dalli::Ui::Engine, at: \"dalli\"\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphawk%2Fdalli-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphawk%2Fdalli-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphawk%2Fdalli-ui/lists"}