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.
Installation
Add the gem to your Gemfile and restart the application.
$ bundle add alchemy-solid_errorsFollow the installation instructions of Solid Errors. You have to run the Solid Errors generator:
$ rails generate solid_errors:installNote
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 minorSecond, generate the changelog entries. Set the version parameter with the upcoming version number.
rake changelogAmend 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.
