An open API service indexing awesome lists of open source software.

https://github.com/remy727/rails_memcache

Building a Rails 5 Application with Memcache
https://github.com/remy727/rails_memcache

Last synced: 7 months ago
JSON representation

Building a Rails 5 Application with Memcache

Awesome Lists containing this project

README

          

## Building a Rails 5 Application with Memcache

#### Prerequisites

#### Create your application

#### Deploy to Heroku

#### Install the MemCachier add-on and configure caching
```bash
$ heroku addons:create memcachier:dev
```

#### Add some functionality

#### Add some caching

#### Expiring the cache

#### Built-in Rails caching
1. Fragment caching
2. Action caching
3. Session caching