jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.

Home Page:http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail installing monologue migrations

JMKelley opened this issue · comments

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'