Simon Iong

Results 3 issues of Simon Iong

I found that there's a typo in README.md file, which specify unicorn_pid default value to be inside tmp folder, but actually, It should be in {shared_path}/pids folder

Hi, just wanna ask, cap unicorn:setup_initializer use update-rc.d command, but this is not available in CentOS, is it possible to support it in near future?

Hi, I would like to know how to add customize sorting logic in has_many association? ```ruby class UserSerializer < Panko::Serializer has_many :posts, each_serializer: PostSerializer # posts array need to be...

question