No release in over 3 years
A simple integration of Solid Errors into AlchemyCMS that adds a dashboard for error tracking.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

>= 7.4.0, < 8.1
>= 7.2.0, < 8.1
>= 0.7, < 1.0
 Project Readme

Alchemy Solid Errors

A simple integration of Solid Errors into AlchemyCMS. It adds a new menu item into the Alchemy Admin interface and integrates the Solid Errors Backend via iframe into the Alchemy Backend. Solid Errors Backend is only available for admin users.

Preview of Alchemy CMS Admin Interface with Errors Menu Point selected

Installation

Add the gem to your Gemfile and restart the application.

$ bundle add alchemy-solid_errors

Follow the installation instructions of Solid Errors. You have to run the Solid Errors generator:

$ rails generate solid_errors:install

Note

This will add all necessary configurations for production. The gem will only show the menu item if Solid Errors is enabled in the environment. If you want to use this gem in development, you have to add the configuration manually to your config/environments/development.rb.

Release a new version

First, bump the version with gem-release:

gem bump --version minor

Second, generate the changelog entries. Set the version parameter with the upcoming version number.

rake changelog

Amend that changelog into the previous commit. After that go to Releases Page and create a new release. Be aware the tag has to start with v (e.g v0.2.0). Otherwise, the Release action will fail.