I've had a quick look at the ng branches in maily_herald and maily_herald-webui, and tried to get them running with my Rails 5 app. I couldn't get past a kaminari version conflict with the smart_listing gem. This issue has been raised over on the smart_listing project.
I'm using the activeadmin gem, which depends on kaminari >= 1.0.1.
I tried to fork smart_listing and update the dependencies, but I was unable to get the tests to pass on Ruby 2.1.3. And Ruby 2.4.2 requires a big update of all the dependencies (updating to Rails 5.)
So I'm blocked on this for now, but am opening an issue here because I can't wait to use maily_herald in my app. (Especially the web UI.)
I've had a quick look at the
ngbranches inmaily_heraldandmaily_herald-webui, and tried to get them running with my Rails 5 app. I couldn't get past akaminariversion conflict with thesmart_listinggem. This issue has been raised over on the smart_listing project.I'm using the
activeadmingem, which depends on kaminari>= 1.0.1.I tried to fork
smart_listingand update the dependencies, but I was unable to get the tests to pass on Ruby2.1.3. And Ruby2.4.2requires a big update of all the dependencies (updating to Rails 5.)So I'm blocked on this for now, but am opening an issue here because I can't wait to use
maily_heraldin my app. (Especially the web UI.)