Displaying 2 results from an estimated 2 matches for "target_uids".
Did you mean:
target_uid
2011 May 19
2
unicorn doesn't restart properly after cap deploy (not using Bundler)
Hey guys,
I''m sending USR2 to unicorn after cap deploy, and the old master is
getting replaced by a new master that doesn''t work.
Here are some similar threads I found ...
http://rubyforge.org/pipermail/mongrel-unicorn/2010-October/000733.html
http://rubyforge.org/pipermail/mongrel-unicorn/2010-October/000717.html
I''m not using Bundler, and I have working_directory
2008 Mar 31
10
Problems with *_path() and *_url() helpers when using Publisher
...other people speak about this issue, yet I haven''t
seen any resolution on the mailing list yet. Here is an example stub
method that I am using the partial in:
def simple_notification(event_data, partial_name)
send_as :notification
from event_data[:user]
recipients event_data[:target_uids]
fbml render(:partial => "event/notification/" + partial_name,
:event => event_data[:event])
end
Note, _path() and _url() helpers work flawlessly from the
simple_notification method''s context, but fails miserably inside the
partial. I assume this issue also exists wi...