Displaying 1 result from an estimated 1 matches for "rails_config".
Did you mean:
mail_config
2006 Jun 04
3
Database access for workers
Hi,
nice work on BackgrounDrb! I have a question, though:
What would be the best way to enable database access for a worker,
preferably through ActiveRecord models. Background: I''m trying to
write a worker that periodically gets data from an external source,
writes it to the database and is then displayed by Rails.
Anybody done something like this?
Thanks in advance!
ciao,