Changeset 437 for trunk/History.txt
- Timestamp:
- 08/29/07 09:38:10 (1 year ago)
- Files:
-
- trunk/History.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/History.txt
r429 r437 3 3 * app/ subdirectory of dist/ moved to root. 4 4 * 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://. 6 7 * benchmarking added to exceptions. 7 8 * Added a more flexible routes system that allows routing based on any request 8 9 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 9 12 10 13 See also:
