Displaying 3 results from an estimated 3 matches for "feed_data".
Did you mean:
fecs_data
2006 Nov 07
2
start a worker when bdrb starts
I am sure..again I am missing something, but I am trying to start a
worker, when backgroundrb starts and it doesn''t seem to work.
Here is my config/backgroundrb_schedules.yml file:
feed_worker:
class: feed_worker
job_key: feed_worker_key
worker_method: do_work
trigger_args:
repeat_interval: 20.minutes
I even tried this from Rails controller:
# def start_feed_worker
#
2006 Aug 07
2
Call for examples
He folks-
First off thanks to everyone for helping to make this plugin work
better for all of us. Its nice to have a bunch of people testing and
adding features. I would like to ask for people to post some examples
workers. I would really like to get a few more workers to distribute
with the plugin. Especially ones that a lot of people seem to need
like Email workers. So if you are
2006 Apr 30
2
Rss feed items disappear using feedtools?
...;<%= feed_item.description %></p>
</div>
<% end %>
</div>
The results show that @feed.items will be empty in the above
view,therefore only @feed.title,@feed.description and @feed.link can be
displayed,with the following items are left blank.
If I use <%= @feed.feed_data %> in the view,I can see the whole data
displayed normally with all the items of the channel_node,but the
@feed.items or @feed.entries will return empty, why? Can anybody here
help me with this problem?
--
Posted via http://www.ruby-forum.com/.