-
Version bump to 4.12.3 https://github... was committed by anilmaurya
Tuesday Oct 24
-
Update changelog, prepare for 4.12.3 ... was committed by Anil Kumar Maurya 09:19 AM
-
Upgrade rails to version 5.1.4 https:... was committed by depfu[bot]
Thursday Sep 07
-
Fix job.fire to job.aasm.fire in READ... was committed by Peter Glerup Ericson 07:56 AM
-
Remove trailing space from error mess... was committed by Oleksandr Avoyants
Wednesday Aug 16
-
Merge branch 'master' into add_rails_... was committed by Thorsten Böttger
Tuesday Aug 15
-
fix test after upgrading the general ... was committed by Thorsten Böttger 07:02 AM
-
Merge pull request #491 from aasm/dep... was committed by Thorsten Böttger 06:56 AM
-
add tests for Rails 5.1 https://githu... was committed by Thorsten Böttger 06:54 AM
-
adjust copyright https://github.com/a... was committed by Thorsten Böttger 06:46 AM
-
Add to AASM fire(event) and fire!(eve... was committed by Vladislav Moskovets
Thursday Aug 10
-
Add use transaction flag https://gith... was committed by Peter Lampesberger 02:36 AM
-
Add index to readme [ci skip] https:/... was committed by Anil Kumar Maurya
Tuesday Aug 08
-
Add documentation for namespaces http... was committed by Cory Kaufman-Schofield 03:35 AM
-
Version bump to 4.12.2 https://github... was committed by anilmaurya
Friday Aug 04
-
Update changelog for 4.12.2 release h... was committed by Anil Kumar Maurya 08:57 AM
-
Test for aasm guard arguments (#485) ... was committed by werleo 08:19 AM
-
Upgrade rails to version 5.1.3 https:... was committed by depfu[bot]
Thursday Aug 03
-
Upgrade rails to version 5.0.5 https:... was committed by depfu[bot]
Monday Jul 31
-
Update Readme, add example of guards ... was committed by Anil Kumar Maurya
Thursday Jul 27
-
Remove the need to set to_state as ni... was committed by Huiming Teo 03:41 AM
-
Revert https://github.com/aasm/aasm/c... was committed by Huiming Teo 03:41 AM
-
Use AASM::NO_VALUE as default value f... was committed by Huiming Teo 03:41 AM
-
Make errors more inspectable by setti... was committed by Egor Lynko
Wednesday Jul 26
-
Update README.md - Hide warnings opti... was committed by Jonathan 03:14 AM
-
Add header to deep link to lifecycle ... was committed by Adam Archer 03:07 AM
-
Enable Dynamoid for Rails 5 https://g... was committed by Victor Shcherbakov 03:06 AM
-
Version bump to 4.12.1 https://github... was committed by Anil Maurya
Tuesday Jul 18
-
Update changelog for 4.12.1 release h... was committed by Anil Kumar Maurya 02:29 AM
-
Update Redis support Fix #480 https:... was committed by Victor Shcherbakov
Tuesday Jul 11
-
Use AR version for migrations https:/... was committed by Pablo Acuna
Thursday Jul 06
-
add current Rails version to migratio... was committed by Pablo Acuna 10:43 PM
-
add current rails version to migratio... was committed by Pablo Acuna 10:43 PM
-
Fix dynamoid specs https://github.com... was committed by Aryk Grosz 10:38 PM
-
Add Sequel transactions and locking ... was committed by Aryk Grosz 10:38 PM
-
DRY-up Mongoid and ActiveRecord Persi... was committed by Aryk Grosz 10:38 PM
-
Upgrade rails to version 5.1.2 https:... was committed by depfu-bot
Monday Jun 26
-
Upgrade rails to version 5.0.4 https:... was committed by depfu-bot
Monday Jun 19
-
Add aliases for event methods Addres... was committed by Aryk Grosz
Thursday Jun 15
-
Fix Sequel deprecation warnings Fixe... was committed by Aryk Grosz
Tuesday Jun 13
-
Fix arguments for transitions callbac... was committed by Anil Maurya
Tuesday May 23
-
Fix may_*? methods when using with rs... was committed by Anil Maurya
Monday May 22
-
Upgrade rails to version 5.1.1 https:... was committed by depfu-bot
Friday May 12
-
Upgrade rails to version 5.0.3 https:... was committed by depfu-bot 04:11 PM
-
Add specs to verify may_*? methods fo... was committed by Anil Maurya
Saturday Apr 29
-
Upgrade rails to version 5.1.0 https:... was committed by depfu-bot
Thursday Apr 27
-
Fix guard checking when from is not p... was committed by Adam Szczombrowski 06:22 AM
-
Update Readme, add example to add opt... was committed by Anil Kumar Maurya
Thursday Apr 13
-
Updates README with correct method si... was committed by Kyle Ribordy 01:56 AM
-
Update rails dependency to 5.0.2 from... was committed by Anil Maurya
Sunday Apr 09
-
Removed dead code Just a small :nail... was committed by Hélio Costa e Silva 05:54 AM
-
Add documentation about `aasm_event_f... was committed by Fernando Almeida 05:49 AM
-
Remove cautionary note for multiple s... was committed by Anil Kumar Maurya 05:29 AM
-
Remove extract_options!, active_suppo... was committed by Anil Maurya
Monday Apr 03
-
Support Minitest spec expectations (#... was committed by Farrukh 02:55 AM
-
Update Dynamodb wget url in travis.ym... was committed by Anil Maurya 02:37 AM
-
Remove logger not released from Readm... was committed by Anil Kumar Maurya
Tuesday Mar 21
-
Version bump to 4.12.0 https://github... was committed by Anil Maurya 02:02 AM
-
Use concurrent map to hold list of st... was committed by Reid Morrison
Saturday Mar 18
-
Update Changelog https://github.com/a... was committed by Anil Kumar Maurya
Thursday Mar 16
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.