Displaying 2 results from an estimated 2 matches for "laise".
Did you mean:
raise
2013 Mar 01
7
Why so many worker threads?
Hello!
Can anyone explain why my Unicorn installation (for RoR site) have so
many worker threads?
* screenshot: http://i.stack.imgur.com/U9TFR.png
* unicorn.rb: https://gist.github.com/907th/4995323
Thanks!
2013 Nov 15
0
Please, take a look at PR #10848 "Allow to pass a block to `cattr_reader`."
Allow to pass a block to cattr_reader . cattr_accessor already accepts
defaults using a block. So just unify the interface.
Example:
class A
cattr_reader(:defr) { ''default_reader_value'' }
end
A.defr # => ''default_reader_value''
https://github.com/rails/rails/pull/10848
--
You received this message because you are subscribed to the Google Groups