Ruby on Rails Wednesday, February 24, 2016

On 24 February 2016 at 16:38, Gm <javaplayer@gmail.com> 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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.

No comments:

Post a Comment