= toolbawks_cache - Installation Directions 1. Create your Rails application, set up your databases. 2. Install the Toolbawks Component (it will install Engines if it doesn't already exist) script/plugin install http://svn.toolbocks.com/plugins/toolbawks_cache/ a) If you didn't have engines already installed, add the following within the "Rails::Initializer.run do |config|" block in config/environment.rb config.plugins = ["engines", "*"] 3. For good measure, you should update your JavaScript's to the latest version of Prototype and Scriptaculous. rake rails:update:javascripts 4. Install the cache_fu plugin: # script/plugin install http://svn.toolbocks.com/mirrors/trunk/cache_fu/ 5. Update config/memcached.yml with your own caching settings.