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

248 commits

Author SHA1 Message Date
Thorsten Böttger
dc4abd783f added test for issue 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
Thorsten Böttger
43cc51c9a5 version bump to 2.3.1 2011-09-10 18:42:42 +02:00
Thorsten Böttger
55fbd65fa9 avoiding naming conflict with using I18n module in AASM'ified class 2011-09-10 18:41:48 +02:00
Thorsten Böttger
192fc96ffa got tests and specs running after pull request merge 2011-09-08 19:20:48 +02:00
Thorsten Böttger
6bc99dcc39 Merge branch 'master' of https://github.com/wickkidd/aasm into wickkidd-master
Conflicts:
	Rakefile
	spec/spec_helper.rb
2011-09-08 19:09:16 +02:00
Thorsten Böttger
c097421e9b ignoring local todo files 2011-09-07 14:35:35 +02:00
Thorsten Böttger
44c44538e7 Merge pull request from ramn/master
Documentation for callbacks around events
2011-09-05 04:48:30 -07:00
ramn
cd9c254552 Add do 2011-09-04 18:01:29 +02:00
ramn
fd40c19d8f Add comma.. 2011-09-04 18:00:55 +02:00
ramn
fc99d90932 Documentation: callbacks around events 2011-09-04 17:59:55 +02:00
Thorsten Böttger
2585c77e52 version bump to 2.3.0 (adding I18n support) 2011-09-02 18:50:47 +02:00
Thorsten Böttger
6e820dee0a and removed usage of connection mock 2011-09-02 18:47:23 +02:00
Thorsten Böttger
d8ab2c4063 fixed tests after I18n integration 2011-09-02 18:45:41 +02:00
Thorsten Böttger
d92a679def Merge pull request from etehtsea/i18n
I18n support
2011-09-02 09:40:44 -07:00
Thorsten Böttger
df86a85fe4 a bit of a cleanup for the gem version 2011-08-31 23:56:57 +02:00
Thorsten Böttger
193ccc4493 minified test schema.rb 2011-08-31 23:53:33 +02:00
Thorsten Böttger
cf18161abc using real database connections for testing to reduce dependency on Rails version (previously mocked away ActiveRecord connection, which is not used in Rails 3.1 anymore) 2011-08-31 23:49:09 +02:00
Thorsten Böttger
f93ce4e09a replace jeweler with bundler for gem building 2011-08-31 23:12:24 +02:00
Thorsten Böttger
05456908bf improve legibility of the callback chain 2011-08-31 21:56:09 +02:00
Thorsten Böttger
b7b4d295a3 preferring markdown over RDoc 2011-08-31 21:50:59 +02:00
Thorsten Böttger
cb556b1ac8 cleaned up README 2011-08-31 21:42:28 +02:00
Thorsten Böttger
33c6376251 aasm is not abandoned anymore ;-) 2011-08-31 20:02:37 +02:00
Thorsten Böttger
0d800f61ac version bump to 2.2.1 2011-08-31 17:39:24 +02:00
Travis Tilley
a6f3ae577f Thorsten Böttger has volunteered to take over maintenance. w00t! 2011-08-30 17:33:46 -03:00
Travis Tilley
07b725d055 abandoned. srsly. 2011-08-19 19:38:30 -03:00
Konstantin Shabanov
8e7921c67d whitespace cleanup 2011-07-04 02:09:17 +07:00
Travis Tilley
2feec2a2ec Merge pull request from alto/master
Memory leak in dev
2011-06-17 16:13:40 -07:00
Thorsten Böttger
a6f77b5fa4 avoiding memory leak in Rails 3 development mode (where cache_classes == false); drawback is, that now the state machine won't be re-declared on each request; thus, changes in the state machine will force you to restart the Rails server (but this still is better than the memory leak) 2011-04-01 09:22:54 +02:00
Ravi Bhim
7fe7e2ed57 Passing event arguments to the guard function 2011-03-21 20:01:45 -07:00
Konstantin Shabanov
09efa3e579 added comments 2011-02-13 02:20:36 +07:00
Konstantin Shabanov
29ec3399b5 rails ~> 2.3.0 compatibility 2011-02-13 02:18:53 +07:00
Konstantin Shabanov
f209c1f992 refactored module and spec 2011-02-13 02:09:41 +07:00
Konstantin Shabanov
898a7dc9ef human_event_name should be class method 2011-02-12 23:11:56 +07:00
Konstantin Shabanov
b7852e29f8 added spec for i18n 2011-02-12 23:10:39 +07:00
Konstantin Shabanov
d43889d7ce seems this is working solution, but refactoring needed 2011-01-14 18:12:10 +06:00
Konstantin Shabanov
20c15f827e remove temprorary hack 2011-01-14 17:15:02 +06:00
Konstantin Shabanov
c0d6926a13 realize own version of lookup_ancestors due to problem if ancestor class is abstract 2011-01-14 17:11:33 +06:00
Konstantin Shabanov
5e645cc0fc temporary hack 2011-01-14 15:48:37 +06:00
Konstantin Shabanov
a4ffa63511 woopse. forgot to delete this 2011-01-14 14:33:14 +06:00
Konstantin Shabanov
651d0209b2 move i18n methods to the own module 2011-01-14 14:29:40 +06:00
Konstantin Shabanov
73127e76b6 added human_event_name() method 2011-01-14 13:42:35 +06:00
Konstantin Shabanov
41b191698e rewrite human_state method to lookup ancestor's translation if inherited 2011-01-13 20:58:12 +06:00
Konstantin Shabanov
db0bc47723 added human_state instance method for translating states 2011-01-13 15:58:19 +06:00
Konstantin Shabanov
0d8b9ab108 migrate spec to RSpec2 2011-01-13 13:58:59 +06:00
Konstantin Shabanov
f9cfc4a2b9 regenerated gemspec 2011-01-13 13:58:32 +06:00
Konstantin Shabanov
df39cc6506 update to use bundler to check dependencies and to use RSpec2 2011-01-13 13:58:20 +06:00
Konstantin Shabanov
471b98f147 add Gemfile.lock to .gitignore 2011-01-13 13:56:06 +06:00
Konstantin Shabanov
65c4b30928 added Gemfile 2011-01-13 13:55:48 +06:00
Brian Kidd
67cd00cfbf -refactored _execute() for much better readability :-)
-added dependency for for ruby-debug-completion

-turned on auto-eval for ruby-debug

-added the ability to run debugger on the last line of a method: http://dancingpenguinsoflight.com/2009/09/an-improved-ruby-debugger-invocation/
2010-10-08 14:58:11 -04:00