Skip to content

merb/merb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 265 commits ahead of wycats:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Merb

Merb is a web development framework for fast, simple, and powerful development. For more information, check out:

This is the 1.2 development branch. Expect things to break, and report issues at our Lighthouse tracker.

Modules

Merb consists of the following parts:

  • merb-core: Core functionality needed to bootstrap and run an application.
  • merb-action-args: Plugin to handle request parameters as parameters to controller actions.
  • merb-assets: Asset handling.
  • merb-slices: Slices are merb's application modules.
  • merb-cache: Support for content caches, e.g., memcache.
  • merb-gen: Generators for applications, plugins, and components.
  • merb-haml: Support for HAML
  • merb-helpers: Helpers for text and HTML formatting.
  • merb-mailer: MVC mail sending from an application.
  • merb-param-protection: Filter request parameters in controllers and logs.
  • merb-exceptions: Exception notifications as mail and through web hooks.

Packages

No packages published

Languages

  • Ruby 98.0%
  • JavaScript 2.0%