Need to react to row additions in dbase table

Hello,

I need my rails app to react to row additions on table in the dbase. Is
there an elegant way to handle this in rails? Essentially I am treating
the table as a sort of queue from which I pull items and process, one at
a time.

Thanks,
Doug