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 a couple typos.
haikuwebdev (author)
Sat Apr 19 20:19:47 -0700 2008
commit  67142f2f41a6797c4829df455acf9d53fa57c6e7
tree    2706daea813293b76cd5556417a05c35017da5b8
parent  5a2069630aa13b7bda7d17e97871443f724be6aa
...
6
7
8
9
 
10
11
 
12
13
14
...
6
7
8
 
9
10
 
11
12
13
14
0
@@ -6,9 +6,9 @@ Merb, DataMapper and RSpec are all open source projects that are great for build
0
 
0
 ### [Merb](http://merbivore.com/)
0
 
0
-It's a relatively new framework (a bit like Ruby on Rails) and was created by [Ezra Zygmuntowicz](http://brainspl.at/). Merb stands for Mongrel + ERB although now it supports the [rack webserver interface](http://rack.rubyforge.org/) so it can user any web server that has rack support (Mongrel, Thin, ebb, etc).
0
+It's a relatively new framework (a bit like Ruby on Rails) and was created by [Ezra Zygmuntowicz](http://brainspl.at/). Merb stands for Mongrel + ERB although now it supports the [rack webserver interface](http://rack.rubyforge.org/) so it can use any web server that has rack support (Mongrel, Thin, ebb, etc).
0
 
0
-If you know Ruby and have used Rails you're likely to get the hang of Merb quite easily. Noticeable differences between Merb and Rails include its stance on being less opinionated and it's approach to modularisation.
0
+If you know Ruby and have used Rails you're likely to get the hang of Merb quite easily. Noticeable differences between Merb and Rails include its stance on being less opinionated and its approach to modularisation.
0
 (TODO) - Clarify "opinionated?" doesn't force a particular style?
0
 (TODO) - Add more differences, or change the structure of this sentence to just reflect on one major difference.
0
 

Comments

    No one has commented yet.