This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-29 20:24:05 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f43c0a5d85
discourse
/
spec
/
fabricators
/
user_option_fabricator.rb
5 lines
63 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: use #frozen_string_literal: true on all spec This change both speeds up specs (less strings to allocate) and helps catch cases where methods in Discourse are mutating inputs. Overall we will be migrating everything to use #frozen_string_literal: true it will take a while, but this is the first and safest move in this direction
2019-04-29 19:27:42 -05:00
# frozen_string_literal: true
PERF: move 3 more option columns out of the user table
2016-02-17 23:57:22 -06:00
Fabricator
(
:user_option
)
do
end
Reference in New Issue
Copy Permalink