具有指定重复次数的重复记录 + ActiveRecord / PostgreSQL 中的终止日期
问题
你好。我有一个模型,其字段格式为“datetime”,名称为:date。我在此模型中还有一个格式为“字符串”、名称为:recurrence 的字段。我希望能够将这些模型设置为重复出现“每周”“每 3 周”“每月”等,并指定终止日期重复“每周”以“4 个月”结尾。重复记录中的所有字段(除了:日期)都将保持不变。
问题
是否有 Gem 可以协助此类开发或提供示例?我在互联网或 IRC 聊天室中找不到此类内容。
对于此事的任何帮助将非常。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 gem ice_cube 或 重复,它们提供的正是您提到的内容。
check the gem ice_cube or recurrence, they provides exactly what you mentioned.