monologue
monologue copied to clipboard
Fail installing monologue migrations
Getting these errors within my console.
rake monologue:install:migrations
rake aborted!
Don't know how to build task 'assets:precompile:primary' (see --tasks)
Is this a build error?
This is a duplicate of #187. My own solution to this was setting the gem file to the following:
gem 'monologue', '~> 0.5.0'
@jaryl +1