Skip to content

Repository files navigation

Refile::Memory

An in-memory backend for Refile.

This probably isn't super useful, but it serves as an illustration on how to write backends for Refile.

Installation

Add this line to your application's Gemfile:

gem'refile-memory'

Set up Refile to use the memory backend:

Refile.configuredo |config|
config.cache=Refile::Memory::Backend.newconfig.store=Refile::Memory::Backend.newend

License

MIT

About

In-memory backend for Refile

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages