Displaying 8 results from an estimated 8 matches for "katipo".
Did you mean:
karico
2007 Dec 28
2
Arity?
...info "#{user_input[:worker_method]} #{user_input[:data]}"
with this:
logger.info "#{user_input[:worker_method]}
#{user_input[:data].inspect}"
for nicer debugging formatting. Seems like it might be a nice
improvement.
Cheers,
Walter McGinnis
---
Kete Project Lead
Katipo Communications, Ltd.
http://katipo.co.nz/
http://blog.katipo.co.nz/
http://kete.net.nz/
2008 Jan 03
7
Delete a busy worker
I thought I could delete a busy worker by calling MiddleMan.delete_worker,
but doesn''t seem to end. I believe this was possible in 0.2, is it not in
1.0?
thanks,
Zach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080103/0c701f29/attachment.html
2010 Aug 24
0
[JOBS] Rails developer wanted in Wellington, New Zealand
...We''re looking for an up and coming Rails developer (great position for
recent/soon-to-be grad or someone switching to career in programming)
that wants to make a name for his/herself in Open Source. Details
here:
http://j.mp/aerhc6
If you are interested, you can contact me at walter at katipo dot co dot nz.
Cheers,
Walter McGinnis
Kete Project Lead
Katipo Communications, Ltd
http://twitter/wtem
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+...
2011 Feb 16
0
oembed_provider gem now available
...h text editor (i.e. the TinyMCE
plugin, look for TinyMCE media selector plugin soon). Horowhenua
Library Trust, Wellington City Libraries, Te Reo o Taranaki,
Environmental Earth Sciences, CALYX, and many individual contributors.
Thanks to all contributors.
Cheers,
Walter McGinnis
Kete Project Lead
Katipo Communications, Ltd. (http://katipo.co.nz)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, se...
2007 Mar 11
4
Faking it... import local files into attachment_fu
...od parameters or that I''m just bumping up against my ignorance
and there is a better way I don''t know about.
Recommendations?
I noticed that there are mechanisms for this fake out in testing code,
perhaps I''ll give them another look.
Cheers,
Walter McGinnis
http://blog.katipo.co.nz/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this grou...
2002 Feb 15
1
Updated: rsync-2.5.2-1
...backout patch (didn't try very
hard) but I fixed the problem by downgrading to 2.5.1.
Lapo, does Cygwin rsync-2.5.2-1 suffer from this bug? Based on your message
I should think it would. I strongly advise against upgrading until the bug
is fixed.
---
Mark Hadfield
m.hadfield@niwa.co.nz http://katipo.niwa.co.nz/~hadfield
National Institute for Water and Atmospheric Research
2001 Dec 13
1
Samba serving files with *very* long access times
...stigate whether
a process that's hung in this way can be killed.)
Sorry I don't have much info about the server's Samba configuration because
I'm a mere user. But I'm sure my sysadmin could supply any relevant info if
necessary.
---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research
2007 Mar 30
3
example code for file upload
I have an archiving application that handles large file uploads. I
already use backgroundrb to run a behind the scenes bulk import of
records. All good. Thank you Ezra.
Now I would like to add long running file uploads to the things that
backgroundrb does for me. That''s right that ole chestnut. I''ve seen
a lot of mention of this practice around the web, but have yet