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

320 commits

Author SHA1 Message Date
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
Thorsten Böttger
6522b6ec56 Merge pull request from alovak/master
may_fire? should accept params for guard as fire method does
2012-09-25 17:31:05 -07: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
4ad285795a Corrected my email address 2012-08-28 08:53:05 +12:00
Thorsten Böttger
ace2982c3a currently Travis CI fails while trying to test using JRuby, because of some issues with installing the sqlite gem; temp disabled for now 2012-08-27 20:52:45 +12:00
Thorsten Böttger
00ed5cd3d2 updated homepage 2012-08-27 20:45:56 +12:00
Thorsten Böttger
d2320fa322 try to build it using JRuby 2012-08-22 08:53:54 +12:00
Thorsten Böttger
75fce04b05 aasm does not work with JRuby currently 2012-07-01 22:05:42 +12:00
Thorsten Böttger
ee077ce5e6 travisied the github repo 2012-07-01 22:03:16 +12:00
Thorsten Böttger
ea6d4b0a44 help travis to build 2012-07-01 21:50:16 +12:00
Thorsten Böttger
2ea4fc23be moved the main repo to github.com/aasm/aasm 2012-07-01 21:35:20 +12:00
Thorsten Böttger
21394075f2 Merge pull request from ernie/intialize-copy
Use Ruby's initialize_copy for clone/dup
2012-06-28 03:50:50 -07:00
Ernie Miller
129f2da60a Use Ruby's initialize_copy for clone/dup
Ruby provides a method for implementing deep-copy on
objects called initialize_copy. This gets called after
a clone or dup, and is the more idiomatic way to handle
the sort of thing being done in the previously-defined
clone method.
2012-06-27 08:44:48 -04:00
Thorsten Böttger
949bb42a4d version bump to 3.0.8 (fixed yard issue) 2012-06-17 18:13:07 +12:00
Thorsten Böttger
0726cb615b fixed issue with generating docs using yard 2012-06-17 18:11:41 +12:00
Thorsten Böttger
1dc08855c7 version bump to 3.0.7 (removed deprecation warning with Rails >= 3.1) 2012-06-07 09:05:22 +12:00
Thorsten Böttger
d8a4417671 removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details) 2012-06-06 22:32:52 +12:00
Thorsten Böttger
8190c26bde ActiveRecord is just a development/test dependency, not required when using aasm 2012-06-06 22:29:49 +12:00
Scott Barron
42c22f3279 Merge pull request from amutz/adding_license_information
Adding license information
2012-06-04 08:19:39 -07:00
Andrew Mutz
f93b06a25b adding license information 2012-05-31 17:09:05 -07:00
Thorsten Böttger
63f2b10212 getting rid of debug output when running the specs 2012-05-17 22:39:06 +12:00
Thorsten Böttger
54b44c93e4 new version 3.0.6: bugfix: if configured to skip validation the code does not validate anymore 2012-05-17 22:05:43 +12:00
Thorsten Böttger
32c1a242ef version bump to 3.0.5 2012-04-18 08:36:45 +12:00
Thorsten Böttger
ccd2f6075f support old rubygems versions 2012-04-17 10:37:47 +12:00
Thorsten Böttger
67b6f8d5ca version bump to 3.0.4 2012-04-02 22:11:35 +12:00
Thorsten Böttger
0015e945e0 Merge pull request from codez/master
Keep options in subclasses
2012-04-02 03:06:41 -07:00
Pascal Zumkehr
1acf14fc3c fix initializer to keep existing options (originating from superclass) 2012-04-02 11:44:53 +02:00
Thorsten Böttger
383a36d9b7 no non-ascii characters in gemspec 2012-03-08 10:58:24 +13:00
Thorsten Böttger
ec724d5a48 version bump to 3.0.3 2012-02-23 00:08:09 +13:00
Thorsten Böttger
3860e57c72 bugfix: make sure that scopes are still generated, even with the new DSL 2012-02-23 00:06:08 +13:00
Thorsten Böttger
e121807e30 remove deprecation warning while testing (no matter which ActiveRecord version you use) 2012-02-22 23:26:33 +13:00
Thorsten Böttger
89622a2413 fixing tests (providing default column in test tables) 2012-02-22 15:25:43 +13:00
Thorsten Böttger
dc8dd2bb87 no need for sdoc 2012-02-22 15:25:12 +13:00
Thorsten Böttger
d09d4da576 Merge pull request from kivi/patch-1
Update README.md
2012-02-06 01:18:24 -08:00
kivi
eeae664019 Update README.md 2012-02-05 13:32:32 +01:00
Thorsten Böttger
7165ec6943 version bump (ActiveRecord persistence can ignore validation when trying to save invalid models) 2012-01-16 17:42:53 +01:00
Thorsten Böttger
921cfdad5c ActiveRecord persistence can ignore validation when trying to save invalid models 2012-01-16 17:27:15 +01:00
Thorsten Böttger
c12be51c9c renewed the copyright for 2012 2012-01-16 17:24:58 +01:00
Thorsten Böttger
33460e6b0c documented support for Mongoid 2012-01-16 17:11:51 +01:00
Thorsten Böttger
d39406106d make localizer specs independent from others 2012-01-16 17:04:03 +01:00
Thorsten Böttger
996f7e9675 cleanup 2011-12-29 16:23:48 +01:00
Thorsten Böttger
ee9b1cd19c version bump to 3.0.1 (support for mongoid) 2011-12-21 12:39:02 +01:00
Thorsten Böttger
64fef3899f Merge pull request from michaltaberski/master
Support for mongoid
2011-12-21 03:36:07 -08:00
Thorsten Böttger
d1c036b188 spec tuning 2011-12-21 12:33:36 +01:00
Michał Taberski
d64ec68f62 :validate=> false instead of save 2011-12-21 11:31:20 +01:00
Thorsten Böttger
56ed748fc4 added some todos 2011-12-21 11:27:51 +01:00
michaltaberski
53ea701855 elseif presistance 2011-12-16 16:46:15 +01:00
michaltaberski
1359605755 mongoid presistance 2011-12-16 16:33:07 +01:00
Thorsten Böttger
8c11a6b7ee fix the readme 2011-11-26 21:23:36 +01:00
Thorsten Böttger
8f0ff1b0ab version bump to 3.0.0 (new DSL) 2011-11-26 21:11:57 +01:00