2.2.1
New things:
- Support for UUIDs (
config.orm = :active_record_uuid
) - Allow setting a dynamic Redis namespace (
config.redis_namespace = -> { … }
) - Allow using methods such as
liked_for
with module-nested models (e.g.current_user.liked_for(Forem::Post)
)
Fixes:
- Fix a syntax issue with quotes in PostgreSQL