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-11-24 07:29:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
821e920711
discourse
/
config
/
initializers
/
003-sql_builder.rb
4 lines
53 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
UserSearch refactor Added .sql_builder to all AR models
2013-02-10 20:37:24 +08:00
require
'sql_builder'
Reference in New Issue
Copy Permalink