<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Meta Bates &#187; diogo almeida</title>
	<atom:link href="http://www.metabates.com/tag/diogo-almeida/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metabates.com</link>
	<description>The technical ramblings of Mark Bates.</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Release 0.7.1</title>
		<link>http://www.metabates.com/2008/09/08/release-071/</link>
		<comments>http://www.metabates.com/2008/09/08/release-071/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:15:50 +0000</pubDate>
		<dc:creator>Mark Bates</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[cachetastic]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[data mapper]]></category>
		<category><![CDATA[diogo almeida]]></category>
		<category><![CDATA[facets]]></category>
		<category><![CDATA[genosaurus]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://www.mackframework.com/?p=167</guid>
		<description><![CDATA[Although not as sexy a release as 0.7.0, there are some very important bug fixes and some cool new little features in this release. Rack has been upgraded to v0.4.0. DataMapper to 0.9.5. Facets to 2.4.4, and a few other gems as well. There is now a much nicer session store API that will allow [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Although not as sexy a release as 0.7.0, there are some very important bug fixes and some cool new little features in this release. Rack has been upgraded to v0.4.0. DataMapper to 0.9.5. Facets to 2.4.4, and a few other gems as well.</p>
<p>There is now a much nicer session store API that will allow developers to build their own session stores. There&#8217;s also a couple of new session stores that ship with 0.7.1. There&#8217;s a DataMapper session store, and a cookie session store, which is now the default session store. The previous Cachetastic based session store can be used by requiring the mack-caching gem in gems.rb and putting the following setting in your app_config/*.yml file:</p>
<pre>mack::session_store: cachetastic</pre>
<p>There is now built-in support to help prevent cross-site scripting attacks on forms.&nbsp;Some view helper methods have nice updates such as :disable_with and :confirm, and asset hosts.</p>
<p>And a whole host of other little improvements across the board. Enjoy!</p>
<p>Changelog:</p>
<ul>
<li>[#153] Emails with just a single &#8216;part&#8217; are now being sent correctly.</li>
<li>[#147] Added :confirm to button helpers.</li>
<li>[#146] [Diogo Almeida] Added :disable_with to submit_button form helper.</li>
<li>[#145] Added rake generate:&lt;generator_name&gt;:desc task to &#8216;describe&#8217; a Genosaurus generator</li>
<li>[#144] INCOMPATIBILITY NOTICE: rake server is no more. Please use mackery server instead.</li>
<li>[#142] INCOMPATIBILITY NOTICE: rake console is no more. Please use mackery console instead.</li>
<li>[#140] Added Mack::BootLoader</li>
<li>[#139] Added ability to change the pattern for test files</li>
<li>[#137] Added subdomains method on request.</li>
<li>[#130] Added ability to &#8216;reload&#8217; the console</li>
<li>[#129] DataMapper 0.9.5 support</li>
<li>[#128] Updated json_pure to 1.1.3 and removed ruby-debug dependency</li>
<li>[#127] Moved mack-paths into core</li>
<li>[#126] XSS Prevention</li>
<li>[#125] Cookie store is now the default session store, not cachetastic</li>
<li>[#124] Opened up the session store API</li>
<li>[#122] Added DataMapper session store.</li>
<li>[#121] Cookie session store support.</li>
<li>[#120] Added PassengerGenerator to generate the necessary files to run Mack with Passenger Phusion (mod_rails)</li>
<li>[#118] Mack/mack-more can be loaded from vendor/framework/mack and vendor/framework/mack-more</li>
<li>[#117] Added rake task: mack:freeze:edge</li>
<li>[#107] Updated to Rack 0.4.0</li>
<li>[#95] Removed deprecated model_* methods</li>
<li>[#94] Removed deprecated submit_tag</li>
<li>[#40] Added Mack::Utils::ContentLengthHandler so response will now have &#8216;Content-Length&#8217; in its header.</li>
<li>[#21] Asset Hosts</li>
<li>gem: rack 0.4.0</li>
<li>gem: json_pure 1.1.3</li>
<li>gem: data_mapper 0.9.5</li>
<li>gem: genosaurus 1.2.4</li>
<li>gem: ezcrypto 0.7</li>
<li>gem: facets 2.4.4</li>
</ul>
<p>Â </p>
<p>Â </p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.metabates.com/2008/09/08/release-071/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mack w/ Apache and mod_rails</title>
		<link>http://www.metabates.com/2008/08/26/mack-w-apache-and-mod_rails/</link>
		<comments>http://www.metabates.com/2008/08/26/mack-w-apache-and-mod_rails/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 00:46:44 +0000</pubDate>
		<dc:creator>Mark Bates</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[diogo almeida]]></category>
		<category><![CDATA[mack]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[passenger]]></category>

		<guid isPermaLink="false">http://www.mackframework.com/?p=149</guid>
		<description><![CDATA[Thanks to Mack user, Diogo Almeida, there&#8217;s a great write up on the wiki on how to configure Apache using mod_rails to host a Mack app. Â Thanks Diogo. http://www.mackwiki.com/using_passenger_phusion_to_host_a_mack_application]]></description>
			<content:encoded><![CDATA[<p>Thanks to Mack user, Diogo Almeida, there&#8217;s a great write up on the wiki on how to configure Apache using mod_rails to host a Mack app. Â Thanks Diogo.</p>
<p><a href="http://www.mackwiki.com/using_passenger_phusion_to_host_a_mack_application" target="_self">http://www.mackwiki.com/using_passenger_phusion_to_host_a_mack_application</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.metabates.com/2008/08/26/mack-w-apache-and-mod_rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.771 seconds -->

