When should Discourse upgrade to Rails 5?

I’ve just deployed meta back on Rails 5.1 after we reverted it thinking that it caused Can't change "default locale". Let me know if you notice any new bugs :slight_smile:

@codinghorror We’re not going to be able to bypass Active Record entirely and drop straight to raw SQL since we have alot of logic baked in to our serializers that we use to form the json payload. So for, I’ve skipped AR in favor of SQL on the topics code path whenever possible.

6 Likes