- 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
fingerprint
column toSolidErrors::Error
model (@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/index
view (@dorianmariecom) - Fix
occurrences/_occurrence
partial (@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