Turns out view templates are cached for test environment in Rails 2.2.2, and you can’t turn it off. This is unfortunate for me because I’m used to rspeccing with DRB serverĀ  – so now I need to restart it every time I change the view I’m working on. Bummer.

Good news is that in Rails 2.3 you can turn it off with

config.action_view.cache_template_loading = false


No Responses Yet to “Rails template caching in 2.2.2”  

  1. No Comments Yet

Leave a Reply