> I was hoping to get some advice on something I am trying to build. > > I want to be able to allow users to be able to set up reminders. They > will be allowed to choose to have reminders either once a day (or more > than once) at particular times, reminders every other day, every > wednsday, etc all though at specific times of the day (for example a > reminder at 9AM every Tuesday). I would like to have some sort of > cron job running to check what reminders need to be sent. I was hoping > to get advice on what plugins might be useful and any othe advice on > setting this up. still learning the ropes of rails. :)
You might find these useful... http://runt.rubyforge.org/ Runt is an implementation of select temporal patterns http://chronic.rubyforge.org/ Chronic is a natural language date/time parser written in pure Ruby. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

