RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: iamjoshua
Looks like the new version of the slim gem broke the monitoring sinatra app: https://github.com/mperham/sidekiq/issues/411
Adding this to your gem file will fix it: gem 'slim', '<= 1.3.0'
gem 'slim', '<= 1.3.0'
Just wanted to help others avoid the frustration until the docs are updated!
Looks like the new version of the slim gem broke the monitoring sinatra app:
https://github.com/mperham/sidekiq/issues/411
Adding this to your gem file will fix it:
gem 'slim', '<= 1.3.0'
Just wanted to help others avoid the frustration until the docs are updated!