-
fixing issue #66
https://github.com/a...
was committed by Thorsten Böttger
Wednesday May 15
changeset - use the new form to request the curre... was committed by Thorsten Böttger 06:41 PM changeset
-
don't repeat yourself
https://github....
was committed by Thorsten Böttger
Friday May 03
changeset - Merge pull request #65 from etagwerke... was committed by Thorsten Böttger 05:23 PM changeset
- Moved inheritance_spec test to subcla... was committed by Ernesto Tagwerker 05:23 PM changeset
- Added test for inheritance, to check ... was committed by Ernesto Tagwerker 05:23 PM changeset
- Added fathers table. https://github.c... was committed by Ernesto Tagwerker 05:23 PM changeset
-
keep it dry
https://github.com/aasm/a...
was committed by Thorsten Böttger
Sunday Apr 28
changeset - refactored to reduce complexity https... was committed by Thorsten Böttger 04:09 PM changeset
- version bump to 3.0.17 https://github... was committed by Thorsten Böttger 12:12 PM changeset
- test coverage via coveralls https://g... was committed by Thorsten Böttger 12:05 PM changeset
- updated the code climate badge https:... was committed by Thorsten Böttger 12:00 PM changeset
- corrected heading for inspection http... was committed by Thorsten Böttger 11:56 AM changeset
- added pry (but not using it) https://... was committed by Thorsten Böttger 11:56 AM changeset
- supporting instance level inspection ... was committed by Thorsten Böttger 11:46 AM changeset
- supporting instance level inspection ... was committed by Thorsten Böttger 11:46 AM changeset
- testing mongoid for Ruby >= 1.9.3 aga... was committed by Thorsten Böttger 09:19 AM changeset
- :rubygems is insecure https://github.... was committed by Thorsten Böttger 09:19 AM changeset
- no need for ReadState anymore https:/... was committed by Thorsten Böttger 09:15 AM changeset
- keep it simple https://github.com/aas... was committed by Thorsten Böttger 09:15 AM changeset
- just a comment https://github.com/aas... was committed by Thorsten Böttger 09:15 AM changeset
- no need for WriteState mixin anymore ... was committed by Thorsten Böttger 09:15 AM changeset
- shorten the persistence loading stuff... was committed by Thorsten Böttger 09:15 AM changeset
- using Ruby method resolution to read ... was committed by Thorsten Böttger 09:15 AM changeset
- no need for WriteStateWithoutPersiste... was committed by Thorsten Böttger 09:15 AM changeset
-
fixed tests for Mongoid
https://githu...
was committed by Thorsten Böttger
Sunday Apr 21
changeset - one file per test model class https:/... was committed by Thorsten Böttger 12:42 PM changeset
- removed unneeded method (reading the ... was committed by Thorsten Böttger 12:27 PM changeset
-
Merge pull request #60 from jherdman/...
was committed by Thorsten Böttger
Wednesday Mar 20
changeset - AASM defines constants for each state... was committed by James Herdman 01:10 PM changeset
-
maybe we should real event objects in...
was committed by Thorsten Böttger
Tuesday Feb 26
changeset - make the DSL more usable https://gith... was committed by Thorsten Böttger 09:14 PM changeset
- added test https://github.com/aasm/aa... was committed by Thorsten Böttger 09:14 PM changeset
-
added questions section (how to conta...
was committed by Thorsten Böttger
Monday Feb 25
changeset - Add Ruby 2.0 https://github.com/aasm/... was committed by Thorsten Böttger 09:50 PM changeset
-
let's ignore my temp files
https://gi...
was committed by Thorsten Böttger
Friday Feb 22
changeset - it's more a question up to now https:... was committed by Thorsten Böttger 04:09 AM changeset
- little persistence refactoring to imp... was committed by Thorsten Böttger 03:40 AM changeset
- continued to refactor instance method... was committed by Thorsten Böttger 03:40 AM changeset
- started to refactor instance methods ... was committed by Thorsten Böttger 12:05 AM changeset
- refactored SupportClasses away https:... was committed by Thorsten Böttger 12:05 AM changeset
- renamed StateTransition to Transition... was committed by Thorsten Böttger 12:05 AM changeset
- just some minor refactoring to improv... was committed by Thorsten Böttger 12:05 AM changeset
-
Merge branch 'stiff-master' into mast...
was committed by Thorsten Böttger
Thursday Feb 21
changeset - improved descrtiption https://github.... was committed by Vladimir Meremyanin 03:39 PM changeset
- document error callback behaviour htt... was committed by Vladimir Meremyanin 03:39 PM changeset
- fixed errors catching/raising https:/... was committed by Vladimir Meremyanin 03:39 PM changeset
- Breaking changes: success/error callb... was committed by Vladimir Meremyanin 03:39 PM changeset
- fixed event specs https://github.com/... was committed by Vladimir Meremyanin 03:39 PM changeset
- fixed after callback spec https://git... was committed by Vladimir Meremyanin 03:39 PM changeset
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.