search for: facebookermqrunner

Displaying 2 results from an estimated 2 matches for "facebookermqrunner".

2008 Mar 14
14
Facebooker MQ now on RubyForge
...). Overview: FacebookerMQ intercepts Facebooker calls into session.publish(method, params) and saves all the relevant data to the database. This is inspired by the ar_mailer project which does the same for ActionMailer. In order to process the queue you can setup a cron job to run script/runner FacebookerMqRunner.work(). What you need: 1) script/plugin install http://facebooker-mq.rubyforge.org/svn/trunk/facebooker-mq/ 2) You will need a migration to create the table that holds the messages. You can think if this table as the queue class CreateFacebookMessages < ActiveRecord::Migration def self...
2008 Jan 18
0
faceboooker_mq
...). Overview: FacebookerMQ intercepts Facebooker calls into session.publish(method, params) and saves all the relevant data to the database. This is inspired by the ar_mailer project which does the same for ActionMailer. In order to process the queue you can setup a cron job to run script/runner FacebookerMqRunner.work(). What you need: 1) script/plugin install http://daveonrails.svnrepository.com/svn/projects/facebooker_mq 2) You will need a migration to create the table that holds the messages. You can think if this table as the queue class CreateFacebookMessages < ActiveRecord::Migration def s...