Forrest Zeisler

Results 13 comments of Forrest Zeisler

+1 but the fix from @camsong did work

I haven't anything with this since #112. However, my plan when I magically found free time is to split the next_time method into a dedicated object. Some kind of NextTimeCalculator...

RecurringSelect is pretty tightly tied into the select field. I'm not sure how successful removing it entirely will be. If you really wanted to not show a select field, and...

Is https://github.com/GetJobber/recurring_select/blob/master/spec/dummy/app/views/sample/index.html.erb at all helpful?

I'll see what I can do. In the meantime, for storing the data, I recommend a solution like this: ``` class RecurringModel attribute_accessible :recurring_rule serialize :recurring_rule, Hash .... def recurring_rule=(new_rule)...

Hey @skipchris, I don't think you're being stupid, as I can see how this would be a common use-case and a common problem. Unfortunately, it's also going to be a...

When I opensourced this, I didn't notice that the locations we use blank actually have a setter method on the model to handle this scenario. ``` class RecurringModel attribute_accessible :recurring_rule...

Hey @salex, thanks for the heads up. If you track down which styles are being overwritten, we can try making our css a little stricter.

Hey @ndbroadbent, if you send this as a PR, and I'll test it and make sure it doesn't break without foundation. If everything is good, we should be able to...