Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass class name to Sequel::MassAssignmentRestriction error #2079

Closed

Commits on Sep 14, 2023

  1. Pass class name to Sequel::MassAssignmentRestriction error

    If the instance has a class name, pass this name to the error
    message to better understand the error in monitoring systems such as Sentry.
    artofhuman committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    51de3cf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. build msg inside exception

    artofhuman committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5ab8426 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. use create method

    artofhuman committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4a3dbdb View commit details
    Browse the repository at this point in the history
  2. instance variable

    artofhuman committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    fbad090 View commit details
    Browse the repository at this point in the history