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

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

About

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.

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

License:MIT License


Languages

Language:Ruby 60.6%Language:HTML 19.7%Language:CSS 14.5%Language:JavaScript 4.2%Language:CoffeeScript 0.7%Language:Sass 0.2%