ice-cube Questions

2

I'm looking into using Ice Cube https://github.com/seejohnrun/ice_cube for recurring events. My question is, if I then need to get any events that fall within a given time period (say, on a day or ...
Kane asked 30/5, 2012 at 22:20

3

Solved

I'm trying to use a Ruby gem called ice_cube in IRB, but it doesn't work: [~]$ rvm gemset create ice 'ice' gemset created (/home/joe/.rvm/gems/ruby-1.9.2-p320@ice). [~]$ rvm gemset use ice Using ...
Beckybecloud asked 17/7, 2012 at 19:0

1

Solved

I'm attempting to utilize the [awesome] functionality of ice_cube and recurring_select gems to handle recurring events. I've got a schedule (text) column in my database and the following in the eve...
Bills asked 11/6, 2013 at 22:6

1

I have simple Event model (title, date, user) And I created Events Calendar by months (gem 'watu_table_builder'). I need the feature to create repeating events. I figured out that I may use gem ice...
Onlybegotten asked 3/4, 2013 at 14:59

1

How am I able to rule opening hours of a restaurant within single Schedule? Mon-Fri 8-16 is quite easy: schedule = Schedule.new(Time.parse(Date.yesterday.to_s + ' 8:00'), :duration => 60*60*8)...
Dorsy asked 21/11, 2012 at 15:46
1

© 2022 - 2024 — McMap. All rights reserved.