Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have installed the Whenever Gem on my app. I hame a Mysql database.

I have the following fields in the table of products Name:string Visible:boolean Expiry_date:datetime

I would like to run the command every 10 mins to check if the expiry_date is greater than the current date then the visible value will change to '0' and fire off a mail with the product name to say expired

How would the scipt look like in the schedule.rb

share|improve this question
This seems to be part of the answer stackoverflow.com/questions/8401642/… – Clay Aug 22 '12 at 17:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.