Rocco Nicholls

Results 2 issues of Rocco Nicholls

Ruby 2.3.1 Rails 5.0.2 IceCube 0.16.2 ```ruby schedule = IceCube::Schedule.new(Time.now.in_time_zone(-6)) => # > schedule.start_time => Fri, 23 Mar 2018 19:53:42 CST -06:00 > IceCube::Schedule.from_ical(schedule.to_ical).start_time => 2018-03-23 19:53:42 +0000 ``` Notice...

Getting an undefined method when trying to call the helper using version 1.0.0 on Rails 5.2.2.1. Assets are being loaded as expected as I can manually include the `` tags,...