- support ruby 3.4.0 style backtrace string (@kuboon)
- Remove ActionMailer as a dependency (@coorasse)
- Fix console uninitialized constant Rails error (@ron-shinall)
- Update documentation to show how to add additional information to the context (@francescob)
- Introduce base_controller_class config option (@ron-shinall)
- Introducing destroy_after config property to clear resolved errors (@ron-shinall)
- configuration for a subject prefix for email (@francescob)
- fix some small typos (@defkode)
- Fix the install generator by putting the schema in the db/ directory (@fractaledmind)
- Slim down installer and have it use a final schema instead of migrations (@fractaledmind)
- Fix rails 8 warning: "Drawing a route with a hash key name is deprecated" (@dorianmariecom)
- introduce ability to view resolved errors and delete them (@acoffman)
- loosen Rails dependency constraints to allow for Rails 8 (@dorianmariecom)
- update README.md with rails error reporting example (@stillhart)
- fix
SolidErrors.send_emails?that always returns true (@defkode) - Highlight source line (@Bhacaz)
- Latest occurrences first (@Bhacaz)
- Fix partial not being found with different inflector @emilioeduardob
- Fix bug in error page when using Postgres (@mintuhouse)
- Ensure only first occurrence is open on error page (@fractaledmind)
- Add email notifications (@fractaledmind)
- Add
fingerprintcolumn toSolidErrors::Errormodel (@fractaledmind)- read more about the upgrade process in the UPGRADE.md file
- Paginate error occurrences (@fractaledmind)
- Ensure footer sticks to bottom of page (@fractaledmind)
- Fix
errors/indexview (@dorianmariecom) - Fix
occurrences/_occurrencepartial (@fractaledmind) - Add documentation on ejecting views (@dorianmariecom)
- Only declare necessary Rails sub-systems as dependencies (@everton)
- Force :en locale inside ErrorsController to avoid missing translations (@everton)
- Avoid triggering N+1 on index page (luizkowalski)
- Fix issue with
gsub!on a frozen string (@joelmoss)
- Ensure that setting username/password with Ruby triggers the basic authentication
- Properly fix the setup issues
- Add the needed locale file
- Fix belongs_to reference in Occurrence model
- Fix incorrect table reference name and long index name in the migration template
- Proper release with full coherent functionality and documentation
- Initial release
- Reserve gem name