Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borisbresciani/rails_web_cache
Manage rails cache by Web UI (Redis, Memory, etc...)
https://github.com/borisbresciani/rails_web_cache
cache memory-cache rails redis redis-cache web-ui
Last synced: 18 days ago
JSON representation
Manage rails cache by Web UI (Redis, Memory, etc...)
- Host: GitHub
- URL: https://github.com/borisbresciani/rails_web_cache
- Owner: BorisBresciani
- License: mit
- Created: 2019-12-29T16:58:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:15:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T00:25:35.516Z (about 1 month ago)
- Topics: cache, memory-cache, rails, redis, redis-cache, web-ui
- Language: Ruby
- Size: 141 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RailsWebCache
[![Gem Version](https://badge.fury.io/rb/rails_web_cache.svg)](https://badge.fury.io/rb/rails_web_cache)
[![Maintainability](https://api.codeclimate.com/v1/badges/5c8cfdc538a5230ab7d8/maintainability)](https://codeclimate.com/github/BorisBresciani/rails_web_cache/maintainability)
[![Build Status](https://travis-ci.org/BorisBresciani/rails_web_cache.svg?branch=master)](https://travis-ci.org/BorisBresciani/rails_web_cache)
[![security](https://hakiri.io/github/BorisBresciani/rails_web_cache/master.svg)](https://hakiri.io/github/BorisBresciani/rails_web_cache/master)
![Gem](https://img.shields.io/gem/dt/rails_web_cache)
[![Coverage Status](https://coveralls.io/repos/github/BorisBresciani/rails_web_cache/badge.svg?branch=master)](https://coveralls.io/github/BorisBresciani/rails_web_cache?branch=master)RailsWebCache is a simple Ruby/Rails library for manage Rails cache by Web UI (Redis, Memory, etc...)
## Extra
https://github.com/OpenGems/redis_web_manager
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rails_web_cache'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_web_cache
## Usage
Add this line to the file `config/routes.rb`
```ruby
mount RailsWebCache::Engine => '/rails_web_cache' # You can customize the path (ex: '/cache')
```Enjoy ! Go to `/rails_web_cache`
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/BorisBresciani/rails_web_cache. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).