| 34 | | * hpricot |
|---|
| 35 | | * mocha |
|---|
| 36 | | * rubigen |
|---|
| 37 | | * haml |
|---|
| 38 | | * markaby |
|---|
| 39 | | * mailfactory |
|---|
| 40 | | * Ruby2Ruby |
|---|
| | 33 | * rubigen |
|---|
| | 34 | * ruby2ruby |
|---|
| | 35 | * rake |
|---|
| | 36 | |
|---|
| | 37 | ** If you are on windows see this blog post oj how to get up and running: |
|---|
| | 38 | http://www.ghostonthird.com/2007/11/17/merb-on-windows-it-works/ |
|---|
| | 39 | |
|---|
| | 40 | You must also have either the json or json_pure gem installed. Note that the json gem |
|---|
| | 41 | provides a faster library but will not work with jRuby. |
|---|
| | 42 | |
|---|
| | 43 | Optionally, merb can take advantage of the following gems: |
|---|
| | 44 | |
|---|
| | 45 | * mailfactory (if you wish to use merb's mailers) |
|---|
| | 46 | * haml (if you wish to use HAML templates, i.e. .haml files) |
|---|
| | 47 | * markaby (if you wish to use Markaby template, i.e. .mab files) |
|---|
| | 48 | * builder (if you wish to use Builder templates, i.e. .rxml, .rerb or .builder files) |
|---|
| | 49 | * memcache-client (for use with Danga Interactive's memcached) |
|---|
| | 50 | * swiftiply |
|---|
| | 51 | * eventmachine |
|---|
| | 52 | * rcov |
|---|