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
Separate gem install line for jruby using the json_pure gem as suggested 
further down, and the json gem for non-jruby
Also removed the "or for JRuby" part from the code section as regular 
text, since it's not code.
Mon May 12 06:05:19 -0700 2008
commit  70b74bcfcde927e23225e3cd305299a3b502bce0
tree    8ce4b61f244a2db2b7733ba06e2fd446de670172
parent  2fa883facf84fa0ff6b8b3996cd836f5761f3736
...
18
19
20
21
 
22
23
24
...
26
27
28
29
 
 
 
 
 
 
30
31
32
...
18
19
20
 
21
22
23
24
...
26
27
28
 
29
30
31
32
33
34
35
36
37
0
@@ -18,7 +18,7 @@ Installing the `merb` gems should be as simple as:
0
     
0
     sudo gem install merb --source http://merbivore.org
0
     
0
- or for JRuby:
0
+*or for JRuby:*
0
     
0
     jruby -S gem install merb mongrel
0
     
0
@@ -26,7 +26,12 @@ __Unfortunately__ we are living right on the edge of development so we'll need t
0
 
0
 Start by installing the `gem` dependancies:
0
 
0
- sudo gem install rack mongrel json_pure erubis mime-types rspec hpricot \
0
+ sudo gem install rack mongrel json erubis mime-types rspec hpricot \
0
+ mocha rubigen haml markaby mailfactory ruby2ruby
0
+
0
+*or for JRuby:*
0
+
0
+ jruby -S gem install rack mongrel json_pure erubis mime-types rspec hpricot \
0
         mocha rubigen haml markaby mailfactory ruby2ruby
0
 
0
 Then download the `merb` source:

Comments

    No one has commented yet.