The Ruby on Rails and ClojureScript experts

Aug 9, 2012

Aaron Patterson’s thoughts on config.threadsafe!. What does the option do?

  • @preload_frameworks: true
  • @cache_classes: true
  • @dependency_loading: false
  • @allow_concurrency: true
He argues that the flag should be enabled by default in production and removed in future versions of Rails.
Link: [Removing config.threadsafe! Tenderlovemaking]1 via tenderlovemaking.com