/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.

Primary LanguageRubyMIT LicenseMIT

About - Monologuee compatible with Rails 5.2.x.x

This repo is a fork of the orginal Monologue blogging engine for Rails. The original project got abandoned, but I was using it in www.pinabox.com. When we decided to upgrade rails from 5.0 beta to 5.2.X.X Monologue dependecies were blocking the upgrade:

Monologue gems causing problems:

  • responders
  • sass-rails

Also, the project needed switch form before_filter to before_action introduced in newer Rails versions

The solution was forking the project and changing the dependency versions to something newer and changing the before_filter to before_action

Extending post.rb

We also added the def first_imginto the post.rb class in order to simply get the first IMG referenced in the article