search for: resource_feeder

Displaying 3 results from an estimated 3 matches for "resource_feeder".

2006 Sep 24
0
+ evan weaver''s blog
Hey, if you''re into Camping hacks, you might enjoy Evan''s blog. He''s been doing a whole pile of articles on bringing bits of Rails into Camping. * using simply_helpful and resource_feeder in Camping. http://blog.evanweaver.com/articles/2006/09/19/how-to-publish-feeds-with-resource_feeder * camping + mysql tips http://blog.evanweaver.com/articles/2006/09/17/make-camping-connect-to-mysql * his bugtracker software, written in camping http://blog.evanweaver.com/article...
2006 Sep 26
12
resource_feeder feedback
...m 1.0. Overall on the nomenclature: be consistent. You currently have options[:feed][:item]. This should either be options[:channel][:item] (matching RSS) or options[:feed][:entry] (matching Atom). === PDI === Since PDI is potentially the response that this post deserves, let me point out that resource_feeder doesn''t really require much code to implement. :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com...
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for