All Versions
84
Latest Version
Avg Release Cycle
81 days
Latest Release
-

Changelog History
Page 8

  • v3.0.10 Changes

    • added support for transitions from all other states (thanks to @swrobel)
  • v3.0.9 Changes

    • guard checks (e.g. may_edit?) now support guard parameters as well
  • v3.0.8 Changes

    • fixed issue with generating docs using yard
  • v3.0.7 Changes

    • removed deprecation warning when localizing aasm state names (look at issue #38 for details)
  • v3.0.6 Changes

    • bugfix: if configured to skip validation the code does not validate anymore
  • v3.0.5 Changes

    • bugfix: get rid of error with old rubygems versions
  • v3.0.4 Changes

    • bugfix: Subclasses of aasm-enabled classes don't lose settings anymore (thanks to codez)
  • v3.0.3 Changes

    • bugfix: ActiveRecord scopes are generated when using the new DSL
  • v3.0.2 Changes

    • ActiveRecord persistence can ignore validation when trying to save invalid models
  • v3.0.1 Changes

    • added support for Mongoid (Thanks, Michał Taberski)