ErrLookup › DatabaseCleaner/database_cleaner

DatabaseCleaner/database_cleaner

Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing. · Ruby · 14 source files

Analyzed at 09b47d03cc on 2026-08-23. 7 documented errors.

Code / MessageTypeSeverityTags
You must provide a strategy object, or a symbol for a known
exception error
You must provide a strategy object that supports non default
exception error
The '#{strategy}' strategy does not exist for the #{orm} ORM
exception error
ENV['DATABASE_URL'] is set to a URL that is not on the allow
exception error
ENV['DATABASE_URL'] is set to a remote URL. Please refer to
exception error
ENV['#{env}'] is set to production. Please refer to https://
exception error
No options are available for the #{name} strategy.
exception error