Wiktor Przybylski

Results 6 comments of Wiktor Przybylski

``` 2017-11-06T23:07:39.091432+00:00 heroku[web.1]: Starting process with command `bundle exec rackup config.ru -p 11905` 2017-11-06T23:07:41.543806+00:00 heroku[web.1]: Process exited with status 1 2017-11-06T23:07:41.550590+00:00 heroku[web.1]: State changed from starting to crashed 2017-11-06T23:07:41.552305+00:00 heroku[web.1]:...

I figured the missing space out, my config looks like this: ``` require 'almanack/server' require 'almanack' module Almanack::EventSource::IcalFeed def entities RiCal.parse_string(response.body.force_encoding('utf-8')) end end Almanack.config do |c| c.title = "XXXXXX" c.theme...

@Phitherek sweet! now it works for web ui, but still not for ics file: ``` 2017-11-07T22:38:14.288848+00:00 app[web.1]: 2017-11-07 22:38:14 - NoMethodError - undefined method `utc' for #: 2017-11-07T22:38:14.288863+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/almanack-1.0.5/lib/almanack/calendar.rb:46:in...

@Phitherek - Same ``` 2017-11-07T23:51:15.069688+00:00 app[web.1]: 2017-11-07 23:51:15 - NoMethodError - undefined method `utc' for #: 2017-11-07T23:51:15.069700+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/almanack-1.0.5/lib/almanack/calendar.rb:46:in `block in ical_feed' 2017-11-07T23:51:15.069708+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/almanack-1.0.5/lib/almanack/calendar.rb:43:in `each' 2017-11-07T23:51:15.069709+00:00 app[web.1]: /app/vendor/bundle/ruby/2.3.0/gems/almanack-1.0.5/lib/almanack/calendar.rb:43:in `ical_feed'...

Resolved in 99f6df244fa9598d8ce5a6e622d1e3b3d6ccedc0

> Perhaps not exactly what you are looking for, but I notice using the rev 0,9.3 that the last reading is displayed. The problem with the previous rev is when...