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:
update readme
deimos1986 (author)
Sat Apr 19 12:15:02 -0700 2008
commit  3b16cf416c3e8a95dc1d409d9a5fa31526d29cb7
tree    2446621699ff077893f3fb77557b535a38984536
parent  5a2069630aa13b7bda7d17e97871443f724be6aa
0
...
1
2
3
4
5
6
7
8
9
10
11
...
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,12 +1 @@
0
-# Life On The Edge With Merb, DataMapper & RSpec
0
-
0
-The book is written in Markdown comes complete with a set of rake tasks for publishing to HTML and plain text formats.
0
-run 'rake -T' from the root to see the options available.
0
-
0
-This work is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England & Wales License.
0
-* http://creativecommons.org/licenses/by-nc/2.0/uk/
0
-
0
-Source code is dual licensed under the MIT and GPL licenses:
0
-* http://www.opensource.org/licenses/mit-license.php
0
-* http://www.gnu.org/licenses/gpl.html
...
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
0
@@ -1 +1,14 @@
0
+# Life On The Edge With Merb, DataMapper & RSpec
0
+
0
+The book is written in Markdown comes complete with a set of rake tasks for publishing to HTML and plain text formats.
0
+run 'rake -T' from the root to see the options available.
0
+
0
+This work is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England & Wales License.
0
+
0
+* http://creativecommons.org/licenses/by-nc/2.0/uk/
0
+
0
+Source code of the applications are dual licensed under the MIT and GPL licenses:
0
+
0
+* http://www.opensource.org/licenses/mit-license.php
0
+* http://www.gnu.org/licenses/gpl.html

Comments

  • origin-developer Fri May 16 17:25:33 -0700 2008

    I tried ‘rake -T’ and got “rake aborted! You need to install bluecloth.” So you might mention one needs to have the BlueCloth gem installed, which can be done with “sudo gem install BlueCloth.” And that’s case-sensitive (“sudo gem install bluecloth” doesn’t work).

  • deimos1986 Sat May 17 10:29:34 -0700 2008

    Ah cheers, sorry about that.