[ANN] Mack 0.5.5 Released

M

Mark Bates

Mack 0.5.5 has been released. With a new rendering engine there is now
support for Markaby and Haml.

http://www.mackframework.com/2008/05/21/release-055/

Changelog:
* INCOMPATIBILITY NOTICE: Ripped apart the ENTIRE rendering engine and
rewrote it from the ground up. This means that wherever you are using
'render' calls in your views and controllers need to be changed. The new
format is render(type, value, options). Examples: render:)action,
:show), render:)url, "http://www.mackframework.com"), etc...
* INCOMPATIBILITY NOTICE: Files named *.xml.erb need to be changed to
*.xml.builder to use the Builder::XmlMarkup library. If you leave the
erb extension on there the file will be run through Erubis.
* INCOMPATIBILITY NOTICE: <%= @content_for_layout %> is now <%= yield_to
:view %>
* Added Markaby support.
* Added Haml support.
* Added content_for and yield_to methods in views.
* Erubis compiled templates are now cached for increased performance.
* Added render:)inline) and render:)template) support.
* Refactored, and reorganized some files to clean up the gem.
* Fixed bug with cookies not merging with configured app_config
parameters.
* Added mime-types. The 'Content-Type' header is now being set based on
the format that is requested. Default is text/html.
* Fixed r.defaults in routes so they are always the last routes to be
checked, no matter where they are placed in the routes definitions.
* render:)url) now recognizes 'local' urls and tries to run them through
the app, mimicking most headers from the original request.
* Added 'options' banners to the mack and mack_ring_server binaries.
* gem: genosaurus 1.1.8
* gem: mack_ruby_core_extensions 0.1.28
* gem: markaby 0.5.0
* gem: mack-data_mapper 0.5.5
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top