README.textile in davidlee-state-fu-0.0.2 vs README.textile in davidlee-state-fu-0.2.0
- old
+ new
@@ -168,11 +168,11 @@
To install the dependencies for running specs:
<pre>
<code>
- sudo gem install rspec rr activesupport
+ sudo gem install rspec rr
rake # run the specs
rake spec:doc # generate specdocs
rake doc # generate rdocs
rake build # build the gem locally
rake install # install it
@@ -183,6 +183,18 @@
The spec folder is currently the best source of documentation.
If you have questions, feature request or ideas, please join the "google group":http://groups.google.com/group/state-fu
+A note about ActiveSupport:
+
+StateFu will use ActiveSupport if it is already loaded. If not, it
+will load its own (very heavily cut down) 'lite' version. This means
+that if you require StateFu *before* other libraries which require
+ActiveSupport (e.g. ActiveRecord), you may have to explicitly
+<code>require 'activesupport'</code> before loading the dependent
+libraries.
+
+
Also see the "issue tracker":http://github.com/davidlee/state-fu/issues
+
+And the "build monitor":http://runcoderun.com/davidlee/state-fu/
\ No newline at end of file