1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
Commit graph

24 commits

Author SHA1 Message Date
Guillaume Hain
65073e360a Add support for Nobrainer (RethinkDB)
* Add persistence for NoBrainer
* Add tests for NoBrainer
* Show the ORM version when running the tests
* Add a Dockerfile and a docker-compose.yml file allowing to run from anywhere very easily the test suite with `docker-compose run --rm aasm\'
* Moves the Mongoid database name definition in the gem loader (avoiding code repetition)
* Update the CHANGELOG.md and the README.md files
* Add Rails generator for NoBrainer
2018-02-13 12:49:27 +05:30
Victor Shcherbakov
8e8c6baeaf Update Redis support
Fix #480
2017-07-11 17:41:02 +05:30
Reid Morrison
ceb05f746b Drop Support for Mongo Mapper (#439)
* Drop support for Mongo Mapper.

* Refactor Appraisal
2017-03-08 23:29:42 +05:30
Thorsten Böttger
18b6187d6f run ActiveRecord specs only if ActiveRecord is loaded 2017-02-10 23:03:19 +11:00
Thorsten Böttger
573b84703e use proper encoding for ✔ and ✖ 2017-02-10 22:39:28 +11:00
Thorsten Böttger
2a23d232e2 move redis and sequel loading and initialisation into its own file 2017-02-10 22:34:45 +11:00
Thorsten Böttger
68d945f0fb move mongoid and mongo_mapper loading and initialisation into its own file 2017-02-10 22:28:38 +11:00
Thorsten Böttger
57f18bac89 move dynamoid loading and initialisation into its own file 2017-02-10 22:18:05 +11:00
Thorsten Böttger
0a11594066 reduce warning output when running specs 2017-02-10 22:00:03 +11:00
Thorsten Böttger
8a63cf504f reduce warning output when running specs 2017-02-10 21:47:49 +11:00
Thorsten Böttger
461886e394 one file per test model class 2013-04-21 18:43:03 +02:00
Thorsten Böttger
292138f823 cleaning up specs 2012-12-04 16:27:47 +13:00
Thorsten Böttger
6160269635 better naming (test classes) 2012-12-02 20:54:58 +13:00
Thorsten Böttger
475985f282 started to clean up the specs 2012-11-28 22:42:41 +13:00
Thorsten Böttger
50e335be05 refactored test for complex example 2012-10-26 22:27:17 +13:00
Thorsten Böttger
a70de40486 aasm_from_states_for_state now supports to filter for specific transition 2012-10-19 23:05:43 +13:00
Thorsten Böttger
15a1146ae9 clearified and extended tests for Pavel's pull request (guards may have parameters, which should be able to be provided on fire check) 2012-09-26 12:32:56 +12:00
Pavel Gabriel
d5f6965bae accept params for may_event? and pass them to guard 2012-09-18 12:21:20 +03:00
Thorsten Böttger
ea6d4b0a44 help travis to build 2012-07-01 21:50:16 +12:00
Thorsten Böttger
8f0ff1b0ab version bump to 3.0.0 (new DSL) 2011-11-26 21:11:57 +01:00
Thorsten Böttger
766e985158 cleaned up the specs 2011-10-15 17:45:24 +02:00
Thorsten Böttger
31258e7636 unified test and spec (using spec only now) 2011-10-15 17:32:28 +02:00
Thorsten Böttger
dc4abd783f added test for issue #19 2011-09-16 17:12:10 +02:00
Thorsten Böttger
3458f17f06 moved all test models into their own file to improve readibility 2011-09-16 16:57:23 +02:00