middleman-blog-similar
middleman-blog-similar copied to clipboard
An extension for middleman-blog that adds method to lookup similar article.
## Reproduction Cannot install library on Middleman `4.4.x` due to `activerecord` version mismatch: ``` middleman-blog-similar (~> 2.0.1) x64-mingw32 was resolved to 2.0.1, which depends on activerecord (~> 5.0, >= 5.0.0)...
Hey, I just noticed the in-memory setting for the DB : https://github.com/ngs/middleman-blog-similar#database-location I tried it and... it crashed. Here's what I've been doing: - Added the `middleman-blog-similar` dependency - Bundle...
middleman v5.0.0.rc.1 is already out. Lets relax the dependency to allow for testing/usage
@ngs thanks for making a great extension for middleman! I'm trying to use the lambda tagger like so: ```ruby activate :similar, tagger: ->(resource) { [resource.data.category] } ``` But I'm getting...