recurring_select icon indicating copy to clipboard operation
recurring_select copied to clipboard

A gem for adding selectors for setting recurring events.

Results 44 recurring_select issues
Sort by recently updated
recently updated
newest added

I was experimenting with a rails 4 app where I needed an Events model with a few simple recurring events. Found ice_cube and recurring_select. Unfortunately one of the events is...

Hi, Nice gem by the way. I have already started using it for one scheduling prototype i am creating. I am looking to select time also for a recurring event....

…rs from within another dialog only works if the context can be changed to the owning dialog.

When you enter a value into the _interval_ field and try to submit the form, you have to submit twice. If you move the cursor/focus out of the field, the...

Hi there, I'm storing a user schedule in the User model (field: study_frequency). I don't know how to display the next occurence. I tried (naively): `current_user.study_frequency.next_occurence(Time.now)` I also tried creating...

I've tried different options, but all of them cause the button 'create fake model' to end in an error on the demo page: http://recurring-select-demo.herokuapp.com/

Run this in rails console: ``` params = {:interval => 1, :until => nil, :count => nil, :validations => { :day_of_month => [], :day_of_week=> {} }, :rule_type => "IceCube::MonthlyRule" }...

Bug

Is it possible to group items in the select list generated?

The [changelog](https://github.com/GetJobber/recurring_select/blob/master/CHANGELOG.md) shows updates to `1.2.4`, but the current version is at `1.3.1`. It would be great to know what changed.

hi there dates = RecurringSelect.dirty_hash_to_rule(param).validations dates[:day].map{|d| d.day} return [1,3,5] it means Monday, Wednesday, Friday. my question is. is there way to return [Monday, Wednesday, Friday] Thanks