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

This is a weird issue I'm having and is hard to reproduce. The recurring_select form helper will work fine at first, and I'm passing in an array of IceCube objects...

Bug
Rails 3

I am having some inconsistencies with editing recurring rules. Here is my model: Create ``` ruby rule = RecurringSelect.dirty_hash_to_rule(@repeating_task.recurring_rule) @repeating_task.recurring_rule = rule.to_yaml ``` Edit ``` ruby rule = @repeating_task.recurring_rule if...

How I can set value via JS. I need to copy value from one field to another. There is almost none any documentation about JS part and it's not clear...

![screen shot 2014-05-06 at 2 07 17 pm](https://cloud.githubusercontent.com/assets/139536/2895646/7292801c-d562-11e3-8dfa-b38bf92e3181.png) Nothing too terrible

Firstly thank you for open sourcing this, it's a fantastically useful component. In my app I set the `dataType` of all jQuery AJAX requests to be JSON as that is...

Rails 4.1.4, using recurring_select 1.2.1, when I include ``` //= require jquery //= require jquery_ujs //= require turbolinks //= require bootstrap //= require recurring_select //= require_tree . ``` and ```...

Yet `form.select_recurring "schedule"` works fine. But my schedule information is in a hashed field in which I store other info also. How can I get this to work? Rails 3.2,...

Hi, I'm trying to make a link that would display the recurring popup. Something like ``` = f.hidden_field :recurring_rule %span#translation_span = link_to_function("Repeat", "display_recurring_popup('#model_recurring_rule', '#translation_span');") ``` Where #model_recurring_rule is the DOM...

Hello, I noticed our app would stall when attempting to translate the selected recurrence into a summary string. Upon further investigation we noticed that the route below was receiving a...