This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
8ab4fd12f1
rails--rails
/
actionpack
/
test
/
fixtures
/
load_me.rb
5 lines
48 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use frozen string literal in actionpack/
2017-07-24 16:20:53 -04:00
# frozen_string_literal: true
Fix deadlock that can occur when child live thread tries to load a constant after writing to the stream.
2016-08-15 17:08:46 -04:00
class
LoadMe
end
Copy permalink