Skip to content
This repository was archived by the owner on Mar 2, 2020. It is now read-only.
This repository was archived by the owner on Mar 2, 2020. It is now read-only.

I have to restart my environment to make mail_preview loading changes #75

@tonatiuh

Description

@tonatiuh

Steps to reproduce:

  1. Executing this code which has an error
class MailPreview < MailView
    def invitation
      this_will_raise_an_error!!

      account = Account.first
      inviter, invitee = account.users[0, 2]
      Notifier.invitation(inviter, invitee) 
    end
end
  1. Then removing the
this_will_raise_an_error!!

The error persists until I restart the server

How should it behave?

I shouldn't need to restart the server in order to make the MailPreview execute without the "this_will_raise_an_error!!" line

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions