Changeset 437 for trunk/History.txt

Show
Ignore:
Timestamp:
08/29/07 09:38:10 (1 year ago)
Author:
bo..@topfunky.com
Message:

Documentation for using non-ERB template handlers such as Haml.
Fixed comment about setting up memcached sessions.
Added autogenerated 'cache' directory to the :clean task.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/History.txt

    r429 r437  
    33* app/ subdirectory of dist/ moved to root. 
    44* Removed 'merb_' from most framework filenames. 
    5 * Fixed bug where image_tag would prepend /images/ to urls starting with http:// or https://. 
     5* Fixed bug where image_tag would prepend /images/ to urls starting with  
     6  http:// or https://. 
    67* benchmarking added to exceptions. 
    78* Added a more flexible routes system that allows routing based on any request 
    89  environment variable.  Regular expressions now form base of all routes. 
     10* Non-erb template engines must be activated explicitly. List the name of the  
     11  engine in merb_init.rb: Merb::Template::Haml 
    912 
    1013See also: