-
badges (including retina badge for th...
was committed by Thorsten Böttger
Thursday Jan 23
-
allow configuring behavior of nested ...
was committed by Thorsten Böttger
Wednesday Jan 22
-
Merge pull request #106 from petergol...
was committed by Thorsten Böttger
Monday Jan 13
-
Update specs to use 'expect' syntax u...
was committed by Peter M. Goldstein
Saturday Jan 11
- Merge branch 'master' into aasm4 http... was committed by Thorsten Böttger 11:06 AM
- not supporting Ruby 1.8.7 anymore htt... was committed by Thorsten Böttger 07:17 AM
- preparing version 3.1.0 https://githu... was committed by Thorsten Böttger 07:11 AM
- Merge branch 'master' of https://gith... was committed by Thorsten Böttger 07:05 AM
- more todo for AASM4 https://github.co... was committed by Thorsten Böttger 06:57 AM
- Merge branch 'master' into aasm4 Con... was committed by Thorsten Böttger 06:56 AM
- version bump to 3.0.26 https://github... was committed by Thorsten Böttger 06:45 AM
- provide state.human_name (in addition... was committed by Thorsten Böttger 06:43 AM
- don't load migrations more than once ... was committed by Thorsten Böttger 06:12 AM
- versions and gemsets are ignored comp... was committed by Thorsten Böttger 06:03 AM
-
Merge pull request #104 from petergol...
was committed by Thorsten Böttger
Friday Dec 27
-
Add Rails 4.1.0.beta1. Get Rubinius ...
was committed by Peter M. Goldstein
Thursday Dec 26
-
link to fixed issue
https://github.co...
was committed by Thorsten Böttger
Monday Dec 16
- version bump to 3.0.25 https://github... was committed by Thorsten Böttger 05:42 PM
- initialize the state even if validati... was committed by Thorsten Böttger 05:42 PM
- Merge pull request #103 from aaronkla... was committed by Thorsten Böttger 05:19 PM
- preparing versions 3.1 and 4.0 https:... was committed by Thorsten Böttger 04:38 PM
- Merge branch 'master' into aasm4 Con... was committed by Thorsten Böttger 04:21 PM
-
updated Copyright dates and maintaine...
was committed by Thorsten Böttger
Sunday Dec 15
-
Merge pull request #102 from preadly/...
was committed by Thorsten Böttger
Wednesday Dec 04
- Merge pull request #101 from luizbran... was committed by Thorsten Böttger 05:13 PM
- Change new spec from 7ce3032 to old h... was committed by Aaron Klaassen 12:39 PM
- Add spec for initialization of state ... was committed by Aaron Klaassen 12:35 PM
- Fix issue #91: initialize aasm state ... was committed by Viktor Fonic 03:56 AM
-
Updated readme for Mongoid
https://gi...
was committed by Lasse Skindstad Ebert
Monday Dec 02
-
still supporting Ruby 1.8.7
https://g...
was committed by Thorsten Böttger
Saturday Nov 30
- still supporting Ruby 1.8.7 https://g... was committed by Thorsten Böttger 06:08 PM
- updated changelog for deprecations ht... was committed by Thorsten Böttger 04:53 PM
- deprecate usage of Event#all_transiti... was committed by Thorsten Böttger 04:49 PM
- deprecate usage of AASM.aasm_initial_... was committed by Thorsten Böttger 04:46 PM
- deprecate usage of AASM.aasm_from_sta... was committed by Thorsten Böttger 03:48 PM
- deprecate usage of AASM.aasm_states_f... was committed by Thorsten Böttger 03:44 PM
- deprecate usage of AASM.aasm_events a... was committed by Thorsten Böttger 03:42 PM
- deprecate usage of AASM.aasm_event (s... was committed by Thorsten Böttger 03:36 PM
- make clear what needs to be done http... was committed by Thorsten Böttger 03:31 PM
- deprecate usage of AASM.aasm_state (s... was committed by Thorsten Böttger 03:30 PM
- deprecate usage of AASM.aasm_initial_... was committed by Thorsten Böttger 03:29 PM
- deprecate usage of aasm_human_state (... was committed by Thorsten Böttger 02:56 PM
- deprecate usage of aasm_events_for_st... was committed by Thorsten Böttger 02:52 PM
- deprecate usage of aasm_permissible_e... was committed by Thorsten Böttger 02:51 PM
- deprecate usage of aasm_events_for_cu... was committed by Thorsten Böttger 02:50 PM
- deprecate usage of aasm_enter_initial... was committed by Thorsten Böttger 02:49 PM
- deprecate usage of aasm_current_state... was committed by Thorsten Böttger 02:46 PM
- stated a migration path from AASM ver... was committed by Thorsten Böttger 09:15 AM
- fixed typo https://github.com/aasm/aa... was committed by Thorsten Böttger 09:14 AM
- Merge branch 'master' into aasm4 Con... was committed by Thorsten Böttger 08:30 AM
-
Fix after_commit callback doc
https:/...
was committed by Luiz Branco
Friday Nov 29
-
removed debug output
https://github.c...
was committed by Thorsten Böttger
Thursday Nov 28
- Merge pull request #98 from dplummer/... was committed by Thorsten Böttger 02:39 PM
-
Rails 4 does not support Ruby 1.8.7
h...
was committed by Thorsten Böttger
Wednesday Nov 27
- fixed wrong gemfile names https://git... was committed by Thorsten Böttger 06:23 PM
- disabling mongoid specs for Rails 4 (... was committed by Thorsten Böttger 06:20 PM
- working on the Travis format https://... was committed by Thorsten Böttger 05:58 PM
- playing around with Rails version bui... was committed by Thorsten Böttger 05:52 PM
- we don't need ruby-debug-completion h... was committed by Thorsten Böttger 05:34 PM
- allowing JRuby and Rubinius builds to... was committed by Thorsten Böttger 05:27 PM
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.