-
bugfix: take private methods into acc...
was committed by Thorsten Böttger
Saturday Dec 20
- version bump to 4.0.6 https://github.... was committed by Thorsten Böttger 11:29 AM
-
sudo at top-level?
https://github.com...
was committed by Thorsten Böttger
Thursday Dec 18
- Use the new Travis container-based st... was committed by Thorsten Böttger 12:20 PM
- Use bundler cache as described on ht... was committed by Thorsten Böttger 12:19 PM
-
using RSpec 3 now
https://github.com/...
was committed by Thorsten Böttger
Sunday Dec 14
- using RSpec 2.99 now (preparing RSpec... was committed by Thorsten Böttger 08:53 AM
-
bugfix: false is treated as uninitial...
was committed by Thorsten Böttger
Friday Dec 12
- an event's :error callback now retrie... was committed by Thorsten Böttger 06:43 PM
-
Fix Typo
https://github.com/aasm/aasm...
was committed by Jack Thorne
Tuesday Dec 09
-
Merge pull request #194 from andywenk...
was committed by Thorsten Böttger
Monday Dec 08
- Fix example Instance-level inspection... was committed by Andreas Wenk 08:58 AM
-
version bump to 4.0.5
https://github....
was committed by Thorsten Böttger
Saturday Dec 06
- circumventing a bug in Rails 3 #193 h... was committed by Thorsten Böttger 05:31 AM
- bugfix: initialize the aasm state col... was committed by Thorsten Böttger 05:15 AM
-
clarified behaviour of :skip_validati...
was committed by Thorsten Böttger
Friday Dec 05
- version bump to 4.0.4 https://github.... was committed by Thorsten Böttger 11:34 AM
- corrected callback order in README ht... was committed by Thorsten Böttger 11:20 AM
-
bugfix: initialize the aasm state col...
was committed by Thorsten Böttger
Thursday Dec 04
- refactor tests (do not use so many st... was committed by Thorsten Böttger 05:15 PM
-
added redis service to travis ci.
htt...
was committed by Jack Thorne
Wednesday Dec 03
-
update readme
https://github.com/aasm...
was committed by Jack Thorne
Tuesday Dec 02
- add redis persistence https://github.... was committed by Jack Thorne 07:33 PM
-
update project badges
https://github....
was committed by Thorsten Böttger
Monday Dec 01
-
gem clean-up (for development)
https:...
was committed by Thorsten Böttger
Friday Nov 28
- constrain rspec version (thanks to @i... was committed by Thorsten Böttger 04:25 PM
- bugfix: avoid Rails autoloading confl... was committed by Thorsten Böttger 04:22 PM
-
Merge pull request #188 from ernsheon...
was committed by Thorsten Böttger
Thursday Nov 27
- "the" instead of "a" https://github.c... was committed by Jonathan ES Lin 01:55 AM
- Remove :on_transition from README? ht... was committed by Jonathan ES Lin 01:49 AM
-
simplified persistence loading (refac...
was committed by Thorsten Böttger
Wednesday Nov 26
- treat plain Ruby reading and writing ... was committed by Thorsten Böttger 01:23 PM
-
little clean-up for test classes
http...
was committed by Thorsten Böttger
Tuesday Nov 25
- version bump to 4.0.3 https://github.... was committed by Thorsten Böttger 04:23 PM
- bugfix: fire guards only once per tra... was committed by Thorsten Böttger 04:23 PM
-
aasm_column is deprecated. Use aasm.a...
was committed by Thorsten Böttger
Monday Nov 24
- version bump to 4.0.2 https://github.... was committed by Thorsten Böttger 07:47 AM
- bugfix: really support block-guards (... was committed by Thorsten Böttger 07:47 AM
- Merge pull request #185 from dhempy/d... was committed by Thorsten Böttger 06:37 AM
-
Update README.md
Swap :if / :unless ...
was committed by David Hempy
Saturday Nov 22
-
update Rails versions for Travis CI
h...
was committed by Thorsten Böttger
Wednesday Nov 19
- version bump to 4.0.1 https://github.... was committed by Thorsten Böttger 05:48 PM
- fire guards only once per transition ... was committed by Thorsten Böttger 05:34 PM
-
Merge pull request #183 from joelvh/p...
was committed by Thorsten Böttger
Sunday Nov 16
- Fixed syntax https://github.com/aasm/... was committed by Joel Van Horn 08:01 PM
- aasm_human_event_name is deprecated, ... was committed by Thorsten Böttger 04:59 PM
- using Rails 4.1 now https://github.co... was committed by Thorsten Böttger 07:47 AM
-
how to upgrade from AASM 3.x to 4.0
h...
was committed by Thorsten Böttger
Saturday Nov 15
- version bump to 4.0.0 https://github.... was committed by Thorsten Böttger 11:45 AM
- Merge branch 'master' into aasm4 Con... was committed by Thorsten Böttger 06:24 AM
-
support if and unless guard syntax (e...
was committed by Thorsten Böttger
Friday Nov 14
- Merge pull request #181 from bigtunac... was committed by Thorsten Böttger 12:01 PM
-
Removed missed byebug requirement.
ht...
was committed by Joiey Seeley
Saturday Nov 08
- Added tags file to gitignore. This is... was committed by Joiey Seeley 01:44 AM
-
removed deprecated methods (mostly th...
was committed by Thorsten Böttger
Wednesday Nov 05
-
planned changes for AASM 4.0 and 4.1
...
was committed by Thorsten Böttger
Tuesday Nov 04
-
renamed permissible states and events...
was committed by Thorsten Böttger
Monday Oct 13
-
get rid of deprecation warning for I1...
was committed by Thorsten Böttger
Sunday Oct 12
- class-based events now returns a list... was committed by Thorsten Böttger 10:16 AM
- instance-based permissible_events has... was committed by Thorsten Böttger 09:57 AM
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.