Skip to content

2.0.1

Compare
Choose a tag to compare
@janko janko released this 19 Dec 20:05
· 12 commits to main since this release
fb3e67d
  • The built-in mailer class now resolves correctly when email deliveries are processed by a separate background job process in development. This should fix the NameError: uninitialized constant Rodauth::Rails::Feature errors.

    The mailer class was renamed from Rodauth::Rails::Feature::Email::Mailer to Rodauth::Rails::Mailer, so any previously enqueued email deliveries will fail. However, the built-in mailer shouldn't be used in production anyway.