This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
aasm
Watch
1
Star
0
Fork
You've already forked aasm
0
mirror of
https://github.com/aasm/aasm
synced
2023-03-27 23:22:41 -04:00
Code
Releases
Activity
a6f77b5fa4
aasm
/
test
History
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
..
functional
cleanup, some refactoring, additional tests (one modeled after a common use of AASM, from restful authentication), fire callbacks on entering initial state, whitespace
2009-10-19 14:38:59 -04:00
models
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
unit
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
test_helper.rb
update to use bundler to check dependencies and to use RSpec2
2011-01-13 13:58:20 +06:00