I've got an app which users can edit the ERB templates for emails, the
changes aren't taking effect till the app restarts though because

config.action_view.cache_template_loading = true

I've seen various comments that suggest it has to be true when in
Production for thread safety - is Rails actually running in a threaded
manner yet? Surely this is a none issue at the moment?

Is anyone else running production apps with this set to false?

Thanks

jebw

PS: yeh - I know liquid would be a better option, its on the list for
the future

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to