summaryrefslogtreecommitdiff
path: root/www/merb/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/merb/DESCR')
-rw-r--r--www/merb/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/merb/DESCR b/www/merb/DESCR
new file mode 100644
index 00000000000..cf45870e2b4
--- /dev/null
+++ b/www/merb/DESCR
@@ -0,0 +1,11 @@
+Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is
+ORM-agnostic, JavaScript library agnostic, and template language
+agnostic, preferring plugins that add in support for a particular
+feature rather than trying to produce a monolithic library with
+everything in the core. In fact, this is a guiding principle of the
+project, which has led to third-party support for the ActiveRecord,
+DataMapper, and Sequel ORMs.
+
+In addition, it means that the core code in Merb is kept simple and
+well organised. This has multiple benefits. It means it's faster
+for one thing. It's also easier to understand, maintain and extend.