This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-14 21:34:23 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f2d5cde24c
discourse
/
config
/
initializers
/
100-oj.rb
5 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: enable frozen string literal on all files This reduces chances of errors where consumers of strings mutate inputs and reduces memory usage of the app. Test suite passes now, but there may be some stuff left, so we will run a few sites on a branch prior to merging
2019-05-03 06:17:27 +08:00
# frozen_string_literal: true
Initial release of Discourse
2013-02-06 03:16:51 +08:00
# Not sure why it's not using this by default!
Don't blow up if Redis switches to READONLY
2015-04-25 01:10:43 +08:00
MultiJson
.
engine
=
:oj
Reference in New Issue
Copy Permalink