-
Merge branch 'master' of https://gith...
was committed by Thorsten Böttger
Saturday Jun 14
- do not yet use RSpec 3 https://github... was committed by Thorsten Böttger 04:07 PM
- do not version-control bundler log fi... was committed by Thorsten Böttger 04:07 PM
-
transitions_from_state considers miss...
was committed by Daniel Rikowski
Friday Jun 13
-
after_commit callbacks should only ru...
was committed by Ivan Tse
Saturday Jun 07
-
Merge pull request #132 from enbaglis...
was committed by Thorsten Böttger
Wednesday May 28
- Merge pull request #131 from enbaglis... was committed by Thorsten Böttger 02:11 PM
-
remove unnecessary attr_reader in Sta...
was committed by Ito Tubasa
Sunday May 25
- move setting initial_state codes to S... was committed by Ito Tubasa 08:18 AM
-
Merge pull request #130 from enbaglis...
was committed by Thorsten Böttger
Saturday May 24
- replace `clazz` to `klass` so to unif... was committed by Ito Tubasa 02:42 AM
-
Merge pull request #129 from enbaglis...
was committed by Thorsten Böttger
Thursday May 22
- remove ivar name from StateMachine#in... was committed by Ito Tubasa 10:42 AM
-
added README for migration from versi...
was committed by Thorsten Böttger
Sunday May 18
- may configure to not allow direct ass... was committed by Thorsten Böttger 08:21 AM
- Merge branch 'master' into aasm4 http... was committed by Thorsten Böttger 06:50 AM
-
version bump to 3.2.0
https://github....
was committed by Thorsten Böttger
Friday May 16
- may not fire an unknown event #128 ht... was committed by Thorsten Böttger 03:57 PM
-
README formatting fix.
https://github...
was committed by Konstantin Burnaev
Thursday May 15
- Minor fixes / additions to the README... was committed by Konstantin Burnaev 04:09 AM
- :enum configuration now can be omitte... was committed by Konstantin Burnaev 04:04 AM
-
Merge branch 'master' into aasm4
http...
was committed by Thorsten Böttger
Sunday May 11
- allow providing any argument for :on_... was committed by Thorsten Böttger 06:19 PM
-
Merge branch 'feature/enum' into feat...
was committed by Konstantin Burnaev
Saturday May 10
- Added support for Rails 4.1+ enums. h... was committed by Konstantin Burnaev 05:02 AM
-
updated Rails versions
https://github...
was committed by Thorsten Böttger
Friday May 09
-
mongoid is not yet compatible with Ra...
was committed by Thorsten Böttger
Monday May 05
- added entry for Sequel to the changel... was committed by Thorsten Böttger 03:56 PM
- more links in the README for Sequel h... was committed by Thorsten Böttger 03:54 PM
- running tests with Sequel, too https:... was committed by Thorsten Böttger 03:54 PM
- Merge pull request #119 from godfat/s... was committed by Thorsten Böttger 03:38 PM
-
Add a section for Sequel support.
htt...
was committed by Lin Jen-Shin
Sunday May 04
-
fix scope controller example in the R...
was committed by Thorsten Böttger
Saturday May 03
- Merge pull request #120 from moserrya... was committed by Thorsten Böttger 06:22 AM
- fix Travis build for Ruby 2.1 https:/... was committed by Thorsten Böttger 06:22 AM
-
use class method instead of instance ...
was committed by Ryan Moser
Wednesday Apr 30
-
Add [sequel](http://sequel.jeremyevan...
was committed by Lin Jen-Shin
Tuesday Apr 22
-
use latest Rails versions (for Travis...
was committed by Thorsten Böttger
Friday Apr 18
-
reformatted travis yaml configuration...
was committed by Thorsten Böttger
Friday Mar 21
- better Travis CI icon https://github.... was committed by Thorsten Böttger 05:15 AM
-
use the short mapping
https://github....
was committed by Thorsten Böttger
Thursday Mar 20
- Merge pull request #115 from danlo/ma... was committed by Thorsten Böttger 04:17 PM
- Updated README.md to refect actual co... was committed by Daniel Lo 01:20 PM
-
after_commit hooks are now event-base...
was committed by Thorsten Böttger
Monday Mar 17
- Merge branch 'master' into aasm4 http... was committed by Thorsten Böttger 04:34 PM
-
tmp
https://github.com/aasm/aasm/comm...
was committed by Thorsten Böttger
Tuesday Mar 04
-
tmp
https://github.com/aasm/aasm/comm...
was committed by Thorsten Böttger
Saturday Mar 01
- version bump to 3.1.1 https://github.... was committed by Thorsten Böttger 09:35 AM
- bugfix: don't require ActiveRecord fo... was committed by Thorsten Böttger 09:35 AM
- ignore personal rspec configurations ... was committed by Thorsten Böttger 09:30 AM
-
Merge branch 'master' into aasm4
http...
was committed by Thorsten Böttger
Wednesday Jan 29
- version bump to 3.1.0 https://github.... was committed by Thorsten Böttger 04:19 PM
- after and before callbacks support ar... was committed by Thorsten Böttger 03:43 PM
- Merge branch 'master' into aasm4 http... was committed by Thorsten Böttger 03:41 PM
- fixed README: currently after and bef... was committed by Thorsten Böttger 03:34 PM
- Merge branch 'master' into aasm4 http... was committed by Thorsten Böttger 03:22 PM
-
support reading from- and to-state du...
was committed by Thorsten Böttger
Monday Jan 27
-
support event guards #85
https://gith...
was committed by Thorsten Böttger
Friday Jan 24
- support multiple guards per transitio... was committed by Thorsten Böttger 05:12 AM
-
avoid code duplication
https://github...
was committed by Thorsten Böttger
Thursday Jan 23
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.