drobtravels / caching_example

Caching Examples for Ruby on Rails

Home Page:http://www.slideshare.net/DavidRoberts38/real-world-caching-with-ruby-on-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching with Ruby on Rails

This repository contains code examples for various ways of using caching with Ruby on Rails.

The code is from talk I gave titled "Real World Caching". You can see the see the slides here.

Availible Demos:

Running locally

bundle install
rake db:create && rake db:seed
foreman start

Redis Dependency

This requires Redis in development for caching.

On Mac OS, install with brew install redis

Run with foreman start to start both redis-server and rails server.

About

Caching Examples for Ruby on Rails

http://www.slideshare.net/DavidRoberts38/real-world-caching-with-ruby-on-rails

License:MIT License


Languages

Language:Ruby 77.0%Language:HTML 16.1%Language:JavaScript 5.2%Language:CSS 1.7%