-
Rails 3 https://github.com/aasm/aasm/... was committed by Thorsten Böttger
Saturday Dec 20
changeset -
this won't work with Rails >= 4.2 htt... was committed by Thorsten Böttger 02:46 PM changeset
-
let Travis build with Ruby 2.2 and Ra... was committed by Thorsten Böttger 02:29 PM changeset
-
version bump to 4.0.7 https://github.... was committed by Thorsten Böttger 02:25 PM changeset
-
Ruby 1.9.2 will not be supported any ... was committed by Thorsten Böttger 02:22 PM changeset
-
bugfix: take private methods into acc... was committed by Thorsten Böttger 02:12 PM changeset
-
version bump to 4.0.6 https://github.... was committed by Thorsten Böttger 11:29 AM changeset
-
sudo at top-level? https://github.com... was committed by Thorsten Böttger
Thursday Dec 18
changeset -
Use the new Travis container-based st... was committed by Thorsten Böttger 12:20 PM changeset
-
Use bundler cache as described on ht... was committed by Thorsten Böttger 12:19 PM changeset
-
using RSpec 3 now https://github.com/... was committed by Thorsten Böttger
Sunday Dec 14
changeset -
using RSpec 2.99 now (preparing RSpec... was committed by Thorsten Böttger 09:05 AM changeset
-
bugfix: false is treated as uninitial... was committed by Thorsten Böttger
Friday Dec 12
changeset -
an event's :error callback now retrie... was committed by Thorsten Böttger 06:43 PM changeset
-
Merge pull request #194 from andywenk... was committed by Thorsten Böttger
Monday Dec 08
changeset -
Fix example Instance-level inspection... was committed by Andreas Wenk 03:00 PM changeset
-
version bump to 4.0.5 https://github.... was committed by Thorsten Böttger
Saturday Dec 06
changeset -
circumventing a bug in Rails 3 #193 h... was committed by Thorsten Böttger 05:31 AM changeset
-
bugfix: initialize the aasm state col... was committed by Thorsten Böttger 05:15 AM changeset
-
clarified behaviour of :skip_validati... was committed by Thorsten Böttger
Friday Dec 05
changeset -
version bump to 4.0.4 https://github.... was committed by Thorsten Böttger 11:34 AM changeset
-
corrected callback order in README ht... was committed by Thorsten Böttger 11:20 AM changeset
-
bugfix: initialize the aasm state col... was committed by Thorsten Böttger
Thursday Dec 04
changeset -
refactor tests (do not use so many st... was committed by Thorsten Böttger 05:15 PM changeset
-
update project badges https://github.... was committed by Thorsten Böttger
Monday Dec 01
changeset -
gem clean-up (for development) https:... was committed by Thorsten Böttger
Friday Nov 28
changeset -
constrain rspec version (thanks to @i... was committed by Thorsten Böttger 04:25 PM changeset
-
bugfix: avoid Rails autoloading confl... was committed by Thorsten Böttger 04:22 PM changeset
-
"the" instead of "a" https://github.c... was committed by Jonathan ES Lin
Thursday Nov 27
changeset -
Remove :on_transition from README? ht... was committed by Jonathan ES Lin 12:36 PM changeset
-
Merge pull request #188 from ernsheon... was committed by Thorsten Böttger 12:36 PM changeset
-
simplified persistence loading (refac... was committed by Thorsten Böttger
Wednesday Nov 26
changeset -
treat plain Ruby reading and writing ... was committed by Thorsten Böttger 01:44 PM changeset
-
little clean-up for test classes http... was committed by Thorsten Böttger 01:13 PM changeset
-
version bump to 4.0.3 https://github.... was committed by Thorsten Böttger
Tuesday Nov 25
changeset -
bugfix: fire guards only once per tra... was committed by Thorsten Böttger 04:23 PM changeset
-
aasm_column is deprecated. Use aasm.a... was committed by Thorsten Böttger
Monday Nov 24
changeset -
bugfix: really support block-guards (... was committed by Thorsten Böttger 07:47 AM changeset
-
version bump to 4.0.2 https://github.... was committed by Thorsten Böttger 07:47 AM changeset
-
Merge pull request #185 from dhempy/d... was committed by Thorsten Böttger 06:37 AM changeset
-
Update README.md Swap :if / :unless ... was committed by David Hempy 06:37 AM changeset
-
update Rails versions for Travis CI h... was committed by Thorsten Böttger
Wednesday Nov 19
changeset -
version bump to 4.0.1 https://github.... was committed by Thorsten Böttger 05:48 PM changeset
-
fire guards only once per transition ... was committed by Thorsten Böttger 05:34 PM changeset
-
Merge pull request #183 from joelvh/p... was committed by Thorsten Böttger
Sunday Nov 16
changeset -
Fixed syntax https://github.com/aasm/... was committed by Joel Van Horn 10:23 PM changeset
-
aasm_human_event_name is deprecated, ... was committed by Thorsten Böttger 04:59 PM changeset
-
using Rails 4.1 now https://github.co... was committed by Thorsten Böttger 07:47 AM changeset
-
how to upgrade from AASM 3.x to 4.0 h... was committed by Thorsten Böttger
Saturday Nov 15
changeset -
version bump to 4.0.0 https://github.... was committed by Thorsten Böttger 11:45 AM 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.