This post originated from an RSS feed registered with Ruby Buzz
by Matthew Bass.
Original Post: Radiant can’t load ActiveSupport caching?
Feed Title: Pelargir
Feed URL: http://feeds.feedburner.com/pelargir/
Feed Description: Musings on software and life from Matthew Bass. Regular posts on new web products, tips and tricks, etc.
Are you getting this error message when attempting to deploy your Radiant application?
no such file to load -- active_support/cache/memory_store
The fix is simple. Assuming you’re using a vendored copy of Radiant or Rails, you probably have an entry for “cache” in your .gitignore file or your svn:ignore property. Remove it, commit the changes, and deploy again. [...]