On 24 February 2016 at 16:38, Gm <[email protected]> wrote: > Hi, > > I need some help to schedule some tasks. > I have a database table with a column called: start > > I need to send an email and update a column at that start date. > How can I iterate my database table, verify if today has some tasks to be > executed and send an email.
You have described a problem with a large number of aspects. Which particular bit do you not know how to do? Running a background job? Iterating the table? Testing whether you have to do something? Sending the email? Updating the database? Anything else? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsgjS-%3DHyq7%2BCRNRW0eWfM%3DTDNmdDH7s1SRM0V-yXfa1w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

