Skip to content
ngollan edited this page Jul 19, 2011 · 33 revisions

Current stable version: 1.1.3 (available through RubyGems)
Current development version: 1.2.0 (pre1, only from the active_support git branch)

If you can find the time, please test-drive the 1.2.0 pre-release versions. You will have to convert your application to using ActiveSupport instead of Extlib, but other problems can be considered bugs.

Report any bugs you find at our Lighthouse tracker.

For more information, please check the What is Where page.

Documentation

Main

Application Developers

Internals

  • Bootloading – What happens when starting an application?
  • Dispatch – Where do client requests go?

Other (less useful)

HOWTO’s

The Merb Wiki is used for HOWTO’s. If you have a specific situation that you need documented, please create a HOWTO on the subject and link it here.

Releases

  • 1.2.0Easter Egg -
  • 1.1.2Dependency hell – 17th June 2010
  • 1.1.1In between the notes – 15th June 2010
  • 1.1.0Black Hole – 22nd March 2010
  • 1.0.15 – 4th November 2009
  • 1.0.11 – Released March 31 2009
  • 1.0.10 – Released March 18 2009
  • “1.0.9”
  • “1.0.8.1”
  • 1.0.8 – Released Jan 16 2009
  • 1.0.7.1 – Released Dec 31 2008
  • 1.0.7 – Released Dec 28 2008
  • 1.0.6.1 – Released Dec 16 2008
  • 1.0.6 – Released Dec 16 2008
  • 1.0.5 – Released Dec 15 2008
  • 1.0.4 – Released Dec 8 2008
  • 1.0.3 – Released Nov 25 2008
  • 1.0.2 – Released Nov 24 2008
  • “1.0.1” Released Nov 18 2008, minor bug fixes and DataMapper 0.9.7)
  • 1.0 – Nov 7 2008, RubyConf 2008

releases/1.x/known_issues

Frequently Asked Questions

These are some questions frequently asked by people using Merb.

Code Samples

Cookbook

Recipes for cooking up a Merb brew:

Examples

/example_apps/start – skeleton apps, teaching examples, and “real world” examples

Helpful Snippets

Merb Slices

Merb for 3rd party plugin developers

Contributing

Code Base

Here is a good contribute/Start for contributing to the Merb code base.

Wiki

So the wiki doesn’t become a tangled mess of information, we have some simple guidelines for contributing. Please try and adhere to them when writing content.
It’ll make everyone’s lives that bit easier. :-)

About Merb