-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to end after a number of occurrances or on a date #117
base: master
Are you sure you want to change the base?
Conversation
Add end count or date
update to jquery-ui-rails 6
@rflorence are you running this on rails 5? |
Rails 5 fix
The Rails 5 fix is included in this PR now. |
👍 keen!!! |
@rflorence maintainers seem to have left, are you using your own forked version? |
Yes, I am using my fork in a production app. |
@rflorence thanks! i think there have been a few more Rails 5 Fixes, which very likely will be addressed in some recent the commits, maybe if the conflicts get resolved, someone will green light it? I think this feature is a great one would love it to have it work on > rails 5 |
Maps to the
count
oruntil
IceCube::Rule attributes.Similar to #61 and #96