-
let Travis test mongoid 5.0
https://g...
was committed by Thorsten Böttger
Tuesday Oct 27
-
rename gemfiles to reflect what they ...
was committed by Thorsten Böttger
05:29 AM
-
make AASM mongoid 5.0 compatible
http...
was committed by Thorsten Böttger
05:28 AM
-
started
https://github.com/aasm/aasm/...
was committed by Thorsten Böttger
04:39 AM
-
Add test cases which validate results...
was committed by yui-knk
Saturday Oct 24
-
Merge pull request #270 from aasm/sup...
was committed by Thorsten Böttger
Friday Oct 23
-
Clean up comments
https://github.com/...
was committed by Chris Woodrich
Thursday Oct 22
-
Move exception helper method into spe...
was committed by Chris Woodrich
09:01 PM
-
Instantiate instance variables in log...
was committed by Chris Woodrich
01:20 PM
-
Remove local reference in spec
https:...
was committed by Chris Woodrich
04:37 AM
-
Fix spec
https://github.com/aasm/aasm...
was committed by Chris Woodrich
04:23 AM
-
Add specs for new behavior, experimen...
was committed by Chris Woodrich
04:23 AM
-
Add failed callback(s) into InvalidTr...
was committed by Chris Woodrich
04:23 AM
-
Make the code prettier
https://github...
was committed by dubroe
Monday Oct 19
-
Give example of using reject in readm...
was committed by dubroe
04:05 PM
-
Add test and clean up Array syntax
ht...
was committed by dubroe
04:01 PM
-
Add option to reject certain events i...
was committed by dubroe
03:10 PM
-
add support for global transition cal...
was committed by Thorsten Böttger
Friday Oct 16
-
provide after_all_transitions callbac...
was committed by Thorsten Böttger
07:19 PM
-
currently working on: support for glo...
was committed by Thorsten Böttger
07:18 PM
-
typo fixes, and improved warning mess...
was committed by Thorsten Böttger
07:18 PM
-
Fix specs for #265
Run enum specs on...
was committed by Anil
Thursday Oct 15
-
Merge pull request #263 from joshsoft...
was committed by Thorsten Böttger
Tuesday Oct 13
-
Merge pull request #266 from rin/fix-...
was committed by Thorsten Böttger
04:17 AM
-
Fix typo in specs.
https://github.com...
was committed by Rin Raeuber
Tuesday Oct 06
-
Raise 'column_name undefined error' w...
was committed by Anil
Saturday Oct 03
-
Update Readme to include states_for_s...
was committed by Anil
Thursday Oct 01
-
Add 'test-unit' gem to 3.2 rails Gemf...
was committed by Anil
Monday Sep 28
-
update rails 3.2.21 to 3-2-stable
htt...
was committed by Anil
04:44 AM
-
provide after_all_transitions callbac...
was committed by Thorsten Böttger
04:19 AM
-
Add generators to configure active_re...
was committed by Anil
04:11 AM
-
currently working on: support for glo...
was committed by Thorsten Böttger
03:20 AM
-
typo fixes, and improved warning mess...
was committed by Thorsten Böttger
02:57 AM
-
Merge pull request #256 from Funfun/m...
was committed by Thorsten Böttger
Thursday Sep 24
-
Allow namespacing methods and state c...
was committed by Cory Kaufman-Schofield
Tuesday Sep 22
-
another README example
https://github...
was committed by Thorsten Böttger
Monday Sep 21
-
add test for the Job example from the...
was committed by Thorsten Böttger
Thursday Sep 17
-
Merge remote-tracking branch 'upstrea...
was committed by Tsyren Ochirov
Friday Sep 11
-
TIL: no that with comma
https://githu...
was committed by Thorsten Böttger
Thursday Sep 10
-
fix typo
https://github.com/aasm/aasm...
was committed by Thorsten Böttger
06:06 AM
-
version bump to 4.3.0 (support for mu...
was committed by Thorsten Böttger
05:59 AM
-
Merge pull request #240 from aasm/mul...
was committed by Thorsten Böttger
05:56 AM
-
add multiple state machines per class...
was committed by Thorsten Böttger
Tuesday Sep 08
-
Merge branch 'master' into multiple_s...
was committed by Thorsten Böttger
06:44 AM
-
adjusted planned changes
https://gith...
was committed by Thorsten Böttger
06:44 AM
-
adjusted planned changes
https://gith...
was committed by Thorsten Böttger
06:42 AM
-
add documentation for multiple state ...
was committed by Thorsten Böttger
06:40 AM
-
Fixed missing name method for state o...
was committed by Tsyren Ochirov
Monday Sep 07
-
Merge pull request #247 from jaredsmi...
was committed by Thorsten Böttger
Thursday Aug 27
-
Merge pull request #251 from naveedka...
was committed by Thorsten Böttger
02:31 AM
-
:pencil: Update `README.md` text
http...
was committed by Jared Smith
Monday Aug 24
-
Updates 'Callbacks' section example t...
was committed by Naveed Kakal
08:06 PM
-
Merge pull request #245 from evadne/m...
was committed by Thorsten Böttger
05:11 AM
-
:pencil: fix typo
https://github.com/...
was committed by Jared Smith
Monday Aug 17
-
fixes AASM::Persistence::Base#aasm_re...
was committed by Evadne Wu
Friday Aug 07
-
handle edge cases when a state machin...
was committed by Thorsten Böttger
Wednesday Aug 05
-
finish sequel check-up for multiple s...
was committed by Thorsten Böttger
05:30 AM
-
default name for state machine with n...
was committed by Thorsten Böttger
Monday Jul 20
-
add basic examples with two state mac...
was committed by Thorsten Böttger
04:55 AM
-
extract Sequel test models into model...
was committed by Thorsten Böttger
Saturday Jul 11
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.