Rails 2.3 unitialized constant ActionController::Caching::Sweeper

Send to friend

The release candidate of rails 2.3.0 has a problem w/ autoloading the sweeper stuff. The problem is that it doesn’t.

The fix is here, but it isn’t included when you install from gems.rubyonrails.org. Instead, just freeze to edge (rake rails:freeze:edge) or patch it yourself.

HTH