Skip to content

Commit

Permalink
Updated README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Apr 15, 2009
1 parent e626050 commit b5c17b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ h2. How to use with Rails

In your configuration files:

config.gem "jodosha-redis-rails", :source => "http://gems.github.com"
config.gem "jodosha-redis-rails", :source => "http://gems.github.com", :lib => "redis-rails"
require "redis-rails" # HACK Rails tries to instantiate cache first, then load configured gems
config.cache_store = :redis_store

Start Redis server, then your application.
Expand Down

0 comments on commit b5c17b6

Please sign in to comment.