You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2008/11/21 22:43:14 UTC

svn commit: r719723 - /ode/sandbox/singleshot/README.rdoc

Author: assaf
Date: Fri Nov 21 13:43:13 2008
New Revision: 719723

URL: http://svn.apache.org/viewvc?rev=719723&view=rev
Log:
Rails 2.2 is out, updated README to reflect that

Modified:
    ode/sandbox/singleshot/README.rdoc

Modified: ode/sandbox/singleshot/README.rdoc
URL: http://svn.apache.org/viewvc/ode/sandbox/singleshot/README.rdoc?rev=719723&r1=719722&r2=719723&view=diff
==============================================================================
--- ode/sandbox/singleshot/README.rdoc (original)
+++ ode/sandbox/singleshot/README.rdoc Fri Nov 21 13:43:13 2008
@@ -1,9 +1,10 @@
 == Setting up the environment
 
-Singleshot is developed against Rails 2.2.  Make sure to have 2.2 RC2 installed:
+Singleshot is developed against Rails 2.2.  Make sure to have Rails 2.2.2 or
+later installed:
 
   gem update --system.
-  gem install rails -s http://gems.rubyonrails.org
+  gem install rails -v "~> 2.2"
 
 To get the latest copy use one of the following: