public
Description: Life On The Edge With Merb, DataMapper & RSpec
Homepage: http://blog.new-bamboo.co.uk
Clone URL: git://github.com/deimos1986/book_mdar.git
Search Repo:
Fixed grammar a wee bit. Added code for uninstalling merb, as suggested.
The text "you should remove all the gems before continuing" 
implies "all the _merb_ gems...", but what gems is this 
referring to specifically?
Mon May 12 05:55:59 -0700 2008
commit  2fa883facf84fa0ff6b8b3996cd836f5761f3736
tree    a3c35ff8e761142a883c6e29ccc4ef20695996a4
parent  a55cf8da2919996bb8e5f8a65c39315f3b6683f2
...
10
11
12
13
 
 
 
14
15
16
...
10
11
12
 
13
14
15
16
17
18
0
@@ -10,7 +10,9 @@ Before we get started I'm going to assume you have the following installed:
0
 
0
 ### Installing Merb
0
 ***
0
-If you have an older version of Merb (<0.9.2) you should remove the all the gems before continuing. Use `gem list` to see your installed gems.
0
+If you have an older version of Merb (<0.9.2) you should remove all the gems before continuing. Use `gem list` to see your installed gems.
0
+
0
+ sudo gem uninstall merb
0
 ***
0
 Installing the `merb` gems should be as simple as:
0
     

Comments

    No one has commented yet.