Sha256: fd685df2cbb6d76db605d42744b361bf1cb25c725c70f20ce1d662532e748cf9

Contents?: true

Size: 1.74 KB

Versions: 2

Compression:

Stored size: 1.74 KB

Contents

Ramaze offers following features at the moment:

* Adapters

   Ramaze takes advantage of the rack library to provide a common way of
   handling different ways to serve its content.

   Rack supports at the moment:

    * Mongrel

      http://mongrel.rubyforge.org/
      Mongrel is a fast HTTP library and server for Ruby that is intended for
      hosting Ruby web applications of any kind using plain HTTP rather than
      FastCGI or SCGI.

    * WEBrick

      http://www.webrick.org/
      WEBrick is a Ruby library program to build HTTP servers.

    * CGI

      CGI is the Common Gateway Interface and is one of the most basic ways
      to integrate into Webservers like Apache, Lighttpd or Nginx.


* Templates
  * Amrita2

    http://amrita2.rubyforge.org/
    Amrita2 is a xml/xhtml template library for Ruby. It makes html documents
    from a template and a model data.

  * Erubis

    http://rubyforge.org/projects/erubis
    Erubis is a fast, secure, and very extensible implementation of eRuby.

  * Haml

    http://haml.hamptoncatlin.com/
    Haml takes your gross, ugly templates and replaces them with veritable Haiku.

  * Liquid

    http://home.leetsoft.com/liquid
    Liquid's syntax and parse model are inspired by Django templates, as well
    as PHP's smarty.

  * Markaby

    http://code.whytheluckystiff.net/markaby/
    Markaby means Markup as Ruby.

  * Ezamar

    A simple homage to Nitros templating. Please check out http://nitroproject.org
    for more information.

* Cache
  * Hash
  * YAML::Store
  * MemCache

* Helper
  * Aspect
  * Auth
  * Cache
  * Feed
  * Flash
  * Form
  * Link
  * OpenID
  * Redirect
  * Stack

* Various
  * Sessions
  * Global configuration system
  * Simple request/response handling
  * Custom Error-handling

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ramaze-0.0.9 doc/readme_chunks/features.txt
ramaze-0.0.8 doc/readme_chunks/features.txt