-
Make aasm thread-safe. (#442) Ever s... was committed by Reid Morrison
Thursday Mar 16
-
Update unscoped class when saving wit... was committed by Larissa Reis 03:15 AM
-
Fix contributing link on Readme [ci-s... was committed by Anil Kumar Maurya
Wednesday Mar 08
-
Drop Support for Mongo Mapper (#439) ... was committed by Reid Morrison 12:59 PM
-
Deep clone state machine during inher... was committed by Tyler Hogan 01:58 AM
-
Highlighting bang event in Readme [ci... was committed by Anil Kumar Maurya
Tuesday Feb 28
-
Add :binding_event option to Readme h... was committed by Anil Kumar Maurya 05:06 AM
-
Add binding event (#438) * add bindi... was committed by Dao Le 04:55 AM
-
Added contributing documentation Thi... was committed by Whatisinternet
Friday Feb 24
-
Add whiny_persistence support and som... was committed by Victor Shcherbakov 02:31 AM
-
Update README.md - Active Record http... was committed by Mateusz Wieloch
Thursday Feb 23
-
run ActiveRecord specs only if Active... was committed by Thorsten Böttger
Friday Feb 10
-
remove dependency on Rails (ActiveSup... was committed by Thorsten Böttger 07:02 AM
-
use proper encoding for ✔ and ✖ https... was committed by Thorsten Böttger 06:39 AM
-
move redis and sequel loading and ini... was committed by Thorsten Böttger 06:34 AM
-
move mongoid and mongo_mapper loading... was committed by Thorsten Böttger 06:32 AM
-
move mongoid and mongo_mapper loading... was committed by Thorsten Böttger 06:28 AM
-
move dynamoid loading and initialisat... was committed by Thorsten Böttger 06:18 AM
-
reduce warning output when running sp... was committed by Thorsten Böttger 06:00 AM
-
reduce warning output when running sp... was committed by Thorsten Böttger 05:47 AM
-
unify and beautify gem-dependency out... was committed by Thorsten Böttger
Thursday Feb 09
-
support easy testing https://github.c... was committed by Thorsten Böttger 06:45 AM
-
how to use appraisal https://github.c... was committed by Thorsten Böttger 06:45 AM
-
show MongoDB version used on Travis C... was committed by Thorsten Böttger 05:57 AM
-
Fix dynamodb_local path in travis.yml... was committed by Anil Maurya
Monday Jan 23
-
Resolve Ruby 1.9.3 failing on CI (#43... was committed by Josh Teeter 04:34 AM
-
Merge pull request #422 from timsly/b... was committed by Anil Kumar Maurya
Monday Dec 19
-
Add before_success event on event lay... was committed by Tim Masliuchenko 04:29 AM
-
Merge pull request #423 from ojiry/tr... was committed by Anil Kumar Maurya
Tuesday Dec 13
-
Update Travis CI configuration * Use... was committed by Ryoji Yoshioka
Monday Dec 12
-
find out if Travis CI runs the dynamo... was committed by Thorsten Böttger
Sunday Dec 11
-
find out if Travis CI runs the dynamo... was committed by Thorsten Böttger 03:23 AM
-
Merge pull request #342 from pirj/tes... was committed by Anil Kumar Maurya
Sunday Dec 04
-
Upgrade mongoid to version 6.0.3 http... was committed by depfu-bot
Friday Dec 02
-
Upgrade mongoid to version 5.1.6 http... was committed by depfu-bot
Thursday Dec 01
-
Fixed typo https://github.com/aasm/aa... was committed by Phil Pirozhkov
Saturday Oct 29
-
Use appraisal to test all the matrix ... was committed by Phil Pirozhkov
Sunday Oct 23
-
Upgrade mongoid to version 6.0.2 http... was committed by depfu-bot
Thursday Oct 20
-
Upgrade mongoid to version 6.0.1 http... was committed by depfu-bot
Wednesday Oct 19
-
Upgrade mongoid to version 5.1.5 http... was committed by depfu-bot 06:48 AM
-
be careful with Rails updates (major ... was committed by Thorsten Böttger
Tuesday Oct 18
-
Update CHANGELOG for #372, #362, #404... was committed by Anil Kumar Maurya
Saturday Oct 15
-
Merge pull request #408 from udacity/... was committed by Anil Kumar Maurya 04:04 PM
-
Add test to verify the correct transi... was committed by Dathan Bennett
Wednesday Oct 12
-
Allow multiple transitions in a singl... was committed by Dathan Bennett 04:25 PM
-
Rails dependency - include rails 4.2 ... was committed by anilmaurya
Thursday Oct 06
-
Update rails dependency from "~>4.2" ... was committed by anilmaurya 05:33 AM
-
Merge pull request #406 from yogeshja... was committed by Anil Kumar Maurya 05:21 AM
-
Temporarily remove testing on rubiniu... was committed by anilmaurya 04:51 AM
-
Try rubinius test on rbx-2 https://gi... was committed by anilmaurya 04:01 AM
-
Update rails_5.0.0.beta4 to rails_5.0... was committed by Anil Kumar Maurya 03:21 AM
-
Ensure nil arg is forwarded to callba... was committed by Yogesh Khater
Wednesday Oct 05
-
Update AASM version to 4.11.1 https:/... was committed by Anil
Wednesday Sep 21
-
Version bump to 4.11.1 https://github... was committed by Anil 06:48 AM
-
Add #398 to changelog [ci skip] https... was committed by Anil 06:34 AM
-
Merge pull request #398 from crossb0w... was committed by Anil Kumar Maurya 06:16 AM
-
added custom-name to generator to avo... was committed by Bastian Wegge
Monday Sep 19
-
Add spec to make sure that :after_com... was committed by Anil 10:43 AM
-
Add #397 to changelog [ci skip] https... was committed by Anil 03:32 AM
-
Merge pull request #397 from evheny0/... was committed by Anil Kumar Maurya 03:15 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.