Displaying 4 results from an estimated 4 matches for "chernenkov".
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 Feb 22
0
Rake task that allows you generate static error pages in public folder from partial.
https://gist.github.com/907th/5013075
Rake task that allows you generate static error pages in public folder from
layouts/exception partial.
Usage: rake exceptions:compile_error_pages RAILS_ENV=production.
Dependencies: colored gem for pretty output
(https://rubygems.org/gems/colored), rails 3.2 (tested only for that
version).
--
You received this message because you are subscribed to the
2013 Feb 26
1
Store files with carrierwave to remote server (may be via ssh/scp)?
Im setting up production environment where all static content separated
from web application server. I need to store all carrierwave powered
content to another server, but by default carrierwave include only :file
(for local files) and :fog (for cloud CDN) store support. How I can do that?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
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