Files | Admin

Notes:

Release Name: Surf's up.

Notes:
Many small improvements, refactorings. Vast speed improvement. Partial rendering is crazy fast now.


Changes: == 0.4.2 "Surf's up." 2007-12-14 * Super-huge speed boost for rendering Erubis templates with partials * Windows-specific fixes to Merb's Rakefile * Blocking write is called when in development, test, Windows and jRuby environments and platforms. * merb_helpers: form field labels are now explicit, huge documentation update, added select, fieldset, more helpers * Fixed merb.show_routes within merb -i * Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix * Adds spec helper methods with_route and dispatch_to * fix rakefile cfor cygwin * add count with collection to partial() * Form control mixin is deprecated Use merb_helpers plugin. * add redirect matcher to rspec test helpers * allow r.resource(:foo, :myparam => 42) resource routes pass on params to underlying match() call * spit out error and help message if you call merb with no args * get rid of dependency on mongrel for escape and unescape * make sure not to use write_nonblock when logging to STDOUT * Fixed image_tag, css_include_tag, and js_include_tag to work with path_prefix * fix set_status to actually work, add docs, * config/merb.yml is now correctly loaded from Rake and test environment - using Merb::Server.load_config * added config option to disable loading of the JSON gem - still enabled by default * don't raise if names local on a partial is nil * Use svn export instead of checkout upon merb:freeze_from_svn * Extracted url and other general methods out of ControllerMixin into GeneralControllerMixin * fix caching of @_buffer in render, form_for * Seperates spec helpers into the Merb::Test namespace to prevent spec methods leaking into specs * Changes the spec url helper method to the same used in the controller * Made Request#parse_multipart return an empty hash instead of nil if the request is not multipart * Changes throw_content so that it can be called without a block * Added :namespace option to routes.