<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://tech.solin.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://tech.solin.eu/feed.php">
        <title>Solin Expertise Center</title>
        <description></description>
        <link>http://tech.solin.eu/</link>
        <image rdf:resource="http://tech.solin.eu/lib/images/favicon.ico" />
       <dc:date>2009-11-17T22:40:13+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=ror:caching_nested_forms&amp;rev=1258406000&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=ror:caching&amp;rev=1258148134&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=ror:caching_and_localization&amp;rev=1258148021&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=ror:how_to_enable_caching&amp;rev=1258147889&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=ror:how_to_prevent_asset_caching&amp;rev=1258129792&amp;do=diff"/>
                <rdf:li rdf:resource="http://tech.solin.eu/doku.php?id=linux:munin&amp;rev=1257499327&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://tech.solin.eu/lib/images/favicon.ico">
        <title>Solin Expertise Center</title>
        <link>http://tech.solin.eu/</link>
        <url>http://tech.solin.eu/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://tech.solin.eu/doku.php?id=ror:caching_nested_forms&amp;rev=1258406000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-16T22:13:20+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>ror:caching_nested_forms</title>
        <link>http://tech.solin.eu/doku.php?id=ror:caching_nested_forms&amp;rev=1258406000&amp;do=diff</link>
        <description>Normally, using a nested resource's url leads you to the controller of the “embedded” resource. E.g:


  map.resources :guests, :has_many =&gt; :registrations



Produces:


    guest_registrations GET    /guests/:guest_id/registrations(.:format)           {:controller=&gt;&quot;registrations&quot;, :action=&gt;&quot;index&quot;}
                        POST   /guests/:guest_id/registrations(.:format)           {:controller=&gt;&quot;registrations&quot;, :action=&gt;&quot;create&quot;}
 new_guest_registration GET    /guests/:guest_id/registrations/n…</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-16T21:12:57+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>webdev:submitting_multiple_forms_at_once</title>
        <link>http://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff</link>
        <description>Sure, you should avoid building multiple forms on one page. And no, technically speaking it is not possible to submit more than one form at a time. So, we're gonna cheat. But before we dive into the specifics, first some assumptions:


	*  You've got two or more forms and at least one interface element, let's say a button, to submit all forms.
	*  You are not afraid to use a javascript library. Actually, a specific library: Prototype.
	*  Your forms have unique form elements. Whenever a form ele…</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=ror:caching&amp;rev=1258148134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-13T22:35:34+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>ror:caching</title>
        <link>http://tech.solin.eu/doku.php?id=ror:caching&amp;rev=1258148134&amp;do=diff</link>
        <description>*  How To Prevent Asset Caching - How to renew the cached asset id (e.g. after rotating an image)
	*  How To Enable Caching - A primer on action caching
	*  Caching and Localization - Here, we dive into various aspects of caching localized pages
	*  Caching Nested Forms - You can configure nested routes to enable caching for nested forms</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=ror:caching_and_localization&amp;rev=1258148021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-13T22:33:41+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>ror:caching_and_localization - created</title>
        <link>http://tech.solin.eu/doku.php?id=ror:caching_and_localization&amp;rev=1258148021&amp;do=diff</link>
        <description>- Explain about default_url_options
- path_prefix to include locale in each url</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=ror:how_to_enable_caching&amp;rev=1258147889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-13T22:31:29+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>ror:how_to_enable_caching</title>
        <link>http://tech.solin.eu/doku.php?id=ror:how_to_enable_caching&amp;rev=1258147889&amp;do=diff</link>
        <description>In and by itself, caching is not very difficult in Rails. The most immediately useful type of caching is action caching (because you can combine it with authentication). You can just use call caches_action in your controller file, giving the action to be cached as an arugment:</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=ror:how_to_prevent_asset_caching&amp;rev=1258129792&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-13T17:29:52+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>ror:how_to_prevent_asset_caching - created</title>
        <link>http://tech.solin.eu/doku.php?id=ror:how_to_prevent_asset_caching&amp;rev=1258129792&amp;do=diff</link>
        <description>How To Prevent Caching


Rails has some pretty strong caching mechanisms. As of Rails 2.0.1 (or thereabouts), caching is sometimes too persistent. The asset id's are the numbers following an image url:


/images/thumbnails/0000/0070/image7_thumb.jpg?1221837030</description>
    </item>
    <item rdf:about="http://tech.solin.eu/doku.php?id=linux:munin&amp;rev=1257499327&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-06T10:22:07+01:00</dc:date>
        <dc:creator>Onno Schuit</dc:creator>
        <title>linux:munin</title>
        <link>http://tech.solin.eu/doku.php?id=linux:munin&amp;rev=1257499327&amp;do=diff</link>
        <description>munin: is graphing tool that uses rrdtool. It has a lot of Apache plugins (including two for Passenger!).  See list.

Here’s a guide on how to install and configure plugins.

Restart your node after you’ve installed or configured a plugin:


/etc/init.d/munin-node restart</description>
    </item>
</rdf:RDF>
