- No update required
- Change of syntax for configuration. Please use Monologue::Config instead of the old Monologue module
If you use monologue-markdown
, you must upgrade it first.
Once the gems has been upgraded to latest versions:
- $
bundle exec rake monologue_markdown:install:migrations
- $
bundle exec rake monologue:install:migrations
- $
bundle exec rake db:migrate
Then if you have customized some views, make sure that you are not using the Monologue::PostRevision
object that was removed in favor of the Monologue::Post
object.
IMPORTANT: Do not forget to run Deface's precompile rake task too! bundle exec rake deface:precompile
- once the gem has been upgraded to 0.1.1, run
- $
bundle exec rake monologue:install:migrations # this will remove mount point
- $
bundle exec rake db:migrate
If you made changes in Monologue's post views, you will want to change all @revision.url
to @revision.full_url
and revision.url
to revision.full_url
.