Skip to content

2.2.1

Compare
Choose a tag to compare
@davidcelis davidcelis released this 15 Apr 17:58
· 4 commits to master since this release

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