0
I Use This!
Inactive

Commits : Listings

Analyzed 41 minutes ago. based on code collected about 12 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump for gem build More... about 15 years ago
Adjusted new callback ordering and added extra accessors for inspection. More... about 15 years ago
Fixed alias_method_chain calls in active_record_persistence so that AASM doesn't blow up with railroad. More... about 15 years ago
Added array option for new callbacks More... about 15 years ago
Updated some docs, etc More... about 15 years ago
Added basic spec for new callbacks. More... about 15 years ago
Added new callbacks with slightly more obvious semantics: More... about 15 years ago
Added vim swapfiles to .gitignore More... about 15 years ago
Added initial state Proc support. Added more complex example to README More... about 15 years ago
Ruby 1.9 compat More... about 15 years ago
Added ability to pass an array of methods to on_transition callback More... over 15 years ago
Merge branch 'master' of git://github.com/dvdplm/aasm into dvdplm/master More... over 15 years ago
Changed: minor edits to gemspec to reflect fork (and trigger gem build...) More... over 15 years ago
Fixed: Ruby 1.9 incompatibility (when doesn't take colons anymore') More... over 15 years ago
clone events as well as states to allow duplicate event names in subclasses More... over 15 years ago
bump revision More... over 15 years ago
Fix misleading example which uses a 'new' state. A state called 'new' would currently not work with activerecord. More... over 15 years ago
bump revs to generate gems More... over 15 years ago
Typo - rasie => raise More... over 15 years ago
bump rev so new gems are available More... over 15 years ago
Raise an exception if the state is not found [Joel Westerberg] More... over 15 years ago
Merge branch 'master' of [email protected]:rubyist/aasm More... over 15 years ago
exclude rcov.rb from rcov report More... over 15 years ago
Don't add named_scope if the ActiveRecord object responds to the method name already (such as 'new') More... over 15 years ago
Allow duplicate state names in subclasses More... over 15 years ago
Invoke original inherited callback when subclassed More... over 15 years ago
Added support for lambdas and arrays of method symbols to success callback More... over 15 years ago
Version module is causing conflicts with other packages More... over 15 years ago
new aasm unit spec More... over 15 years ago
modified (and fixed) failed event! behavior due to failed aasm_write_state() call More... over 15 years ago