-
distinguish between ActiveRecord clas...
was committed by Thorsten Böttger
Friday May 15
- create 1 file per test model https://... was committed by Thorsten Böttger 06:32 AM
- Merge branch 'master' into multiple_s... was committed by Thorsten Böttger 06:23 AM
- using Rails 4.2 and Rspec 3.x for dev... was committed by Thorsten Böttger 06:22 AM
-
make sure to use parameterised aasm e...
was committed by Thorsten Böttger
Wednesday May 13
- Merge branch 'master' into multiple_s... was committed by Thorsten Böttger 05:04 AM
- version bump to 4.1.1 https://github.... was committed by Thorsten Böttger 02:52 AM
- support block notation for :after_com... was committed by Thorsten Böttger 02:52 AM
-
fix for MongoMapper
https://github.co...
was committed by Thorsten Böttger
Tuesday May 05
- using default name (all tests green) ... was committed by Thorsten Böttger 06:16 AM
-
Merge pull request #225 from yui-knk/...
was committed by Thorsten Böttger
Wednesday Apr 22
-
Using `aasm_skipping_validations` met...
was committed by yui-knk
Thursday Apr 02
-
add extension for #219 to changelog
h...
was committed by Thorsten Böttger
Saturday Mar 07
- Merge pull request #219 from tobithie... was committed by Thorsten Böttger 05:07 AM
- add extension for #213 and #217 to ch... was committed by Thorsten Böttger 04:59 AM
- Merge pull request #217 from awsmsrc/... was committed by Thorsten Böttger 04:55 AM
- add bugfix for #218 to changelog http... was committed by Thorsten Böttger 04:50 AM
- Merge pull request #218 from godfat/d... was committed by Thorsten Böttger 04:48 AM
- I don't need coveralls https://github... was committed by Thorsten Böttger 04:46 AM
-
pass arguments into state callbacks
h...
was committed by Tobias Thiel
Wednesday Mar 04
-
Do not update unloaded state for Sequ...
was committed by Lin Jen-Shin
Tuesday Mar 03
-
add Gemnasium dependency status
https...
was committed by Thorsten Böttger
Monday Mar 02
-
reference state machine object and ev...
was committed by Luke Roberts
Sunday Mar 01
-
Merge pull request #215 from yui-knk/...
was committed by Thorsten Böttger
Tuesday Feb 24
-
Fix comment
https://github.com/aasm/a...
was committed by yui-knk
Monday Feb 23
- version bump to 4.1.0 https://github.... was committed by Thorsten Böttger 03:44 AM
- update changelog for latest patch fro... was committed by Thorsten Böttger 03:43 AM
- update changelog for latest patch fro... was committed by Thorsten Böttger 03:22 AM
- Merge pull request #214 from Shwetaka... was committed by Thorsten Böttger 03:19 AM
-
Refs [#206] initialize aasm state aft...
was committed by Shweta
Sunday Feb 22
- Refs [#206] Initialize aasm state aft... was committed by Shweta 06:13 AM
-
Merge pull request #203 from reidmorr...
was committed by Thorsten Böttger
Saturday Feb 21
-
Mongoid V4 uses bson v2 which is not ...
was committed by Reid Morrison
Saturday Feb 14
- Specify minimum MongoMapper version f... was committed by Reid Morrison 02:18 PM
- Update readme https://github.com/aasm... was committed by Reid Morrison 01:16 PM
- Merge branch 'master' of https://gith... was committed by Reid Morrison 01:06 PM
- Merge pull request #209 from facetost... was committed by Thorsten Böttger 04:00 AM
- Merge pull request #204 from simi/seq... was committed by Thorsten Böttger 03:50 AM
- enable mongoid for Rails > 4.x https:... was committed by Thorsten Böttger 03:23 AM
- update Rails 4.0 and 4.1 to latest pa... was committed by Thorsten Böttger 03:20 AM
-
change method to check attribute_name...
was committed by tugin
Wednesday Feb 04
-
Use in-memory sqlite adapter for Sequ...
was committed by Josef Šimánek
Sunday Jan 18
- Ruby 1.9.3 is minimal now. Mongoid sh... was committed by Josef Šimánek 07:00 PM
- Use coveralls for all platforms. http... was committed by Josef Šimánek 06:53 PM
-
Add support for MongoMapper
https://g...
was committed by Reid Morrison
Thursday Jan 15
-
Merge pull request #201 from kerrizor...
was committed by Thorsten Böttger
Friday Jan 02
-
Updating copyright date -> 2015
https...
was committed by Kerri Miller
Thursday Jan 01
-
version bump to 4.0.8
https://github....
was committed by Thorsten Böttger
Wednesday Dec 31
- bugfix: may_<event>? should return tr... was committed by Thorsten Böttger 06:13 AM
-
Merge pull request #199 from acconrad...
was committed by Thorsten Böttger
Friday Dec 26
- Merge pull request #198 from acconrad... was committed by Thorsten Böttger 09:06 AM
-
Remove unused variable "value"
Unuse...
was committed by Adam Conrad
Wednesday Dec 24
- Remove redundant to_s calls Since yo... was committed by Adam Conrad 11:52 PM
-
requiring Ruby >= 1.9.3 now
https://g...
was committed by Thorsten Böttger
Sunday Dec 21
-
Ruby 2.2 works fine already (no error...
was committed by Thorsten Böttger
Saturday Dec 20
- Rails 3 https://github.com/aasm/aasm/... was committed by Thorsten Böttger 02:48 PM
- this won't work with Rails >= 4.2 htt... was committed by Thorsten Böttger 02:46 PM
- let Travis build with Ruby 2.2 and Ra... was committed by Thorsten Böttger 02:29 PM
- version bump to 4.0.7 https://github.... was committed by Thorsten Böttger 02:25 PM
- Ruby 1.9.2 will not be supported any ... was committed by Thorsten Böttger 02:22 PM
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.