Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Problem

Hello. I have a model with a field of the format 'datetime' with the name :date. I also have a field in this model of the format 'string' with the name :recurrence. I'd like to be able to set these models to recur say "every week" "every 3 weeks" "every month", etc and also specify a termination date repeat "every week" ending in "4 months". All fields (except for :date) will remain the same on recurring records.

Question

Is there a Gem to assist with this type of development or example available? I can't find anything of this sort on the internet or in the IRC chat rooms.

Any assistance on this matter would be greatly appreciated.

share|improve this question

1 Answer

check the gem ice_cube or recurrence, they provides exactly what you mentioned.

share|improve this answer
Also neat is github.com/ablegray/schedule-attributes – jrhicks Nov 14 '11 at 22:30

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.