Rails template caching in 2.2.2
31Jul09
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
Filed under: ActionView, rails | Leave a Comment
Search
-
You are currently browsing the Artem Vasiliev's Weblog weblog archives.
No Responses Yet to “Rails template caching in 2.2.2”