From 5f8c2020e02f8b8b3f68526ec23b9bf608d8b9e9 Mon Sep 17 00:00:00 2001 From: Sascha Karnatz <68833+kulturbande@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:52:38 +0100 Subject: [PATCH] Add a small README entry Describe the installation of solid_errors. The configurations are not part of that gem. This decouples the requirement of the gem. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2300197..d17d2b6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ Add the gem to your Gemfile and restart the application. $ bundle add alchemy-solid_errors ``` +Follow the installation instructions of [Solid Errors](https://github.com/fractaledmind/solid_errors?tab=readme-ov-file#installation). +You have to run the Solid Errors generator: + +```shell +$ rails generate solid_errors:install +``` + +> [!NOTE] +> This will necessary configuration 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](https://bundler.io/guides/creating_gem.html#releasing-the-gem):