public
Description: Dirty ActiveRecord Versioning (update of acts_as_versioned)
Homepage: http://tuples.us/2008/05/03/lazily-announcing-version_fu/
Clone URL: git://github.com/jmckible/version_fu.git
Update info for running unit tests.
jmckible (author)
Tue Jun 03 23:07:20 -0700 2008
commit  9bdd5ccea0d597eef3dde16eddf53be9122176dd
tree    b988102f4a253c166a10d50707aba9e74a43aff3
parent  986039ded4fbff7e6923ff7858d708b606c89dd3
...
1
2
 
 
 
 
 
 
 
 
3
...
 
1
2
3
4
5
6
7
8
9
10
0
@@ -1 +1,8 @@
0
-version_fu is being developed against Edge Rails, so it needs to be available vendor/rails
0
\ No newline at end of file
0
+This plugin should be inside a Rails project in the vendor/plugins/version_fu folder.
0
+
0
+The project should also have Rails froze in vendor/rails
0
+
0
+You'll probably want to test with sqlite3, so make sure you have the sqlite3-ruby gem installed
0
+
0
+Inside the vendor/plugins/version_fu directory, run the test suite with:
0
+ $ ruby test/version_fu_test.rb
0
\ No newline at end of file

Comments

    No one has commented yet.