In the default environment.rb that is created with a new Rails app, the following line is commented out:
# config.active_record.observers = :cacher, :garbage_collector
What are these two observers for? I can't find documentation for these anywhere.
Thanks, -Jason