<?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>Carl Pelletier blog &#187; ruby on rails</title>
	<atom:link href="http://carlpelletier.ca/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://carlpelletier.ca</link>
	<description>Une immertion dans mon esprit, un peu de tout et moins que rien...</description>
	<lastBuildDate>Fri, 20 Nov 2009 19:55:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tester le temps que prend un request à une page donnée&#8230;</title>
		<link>http://carlpelletier.ca/2008/10/07/tester-le-temps-que-prend-un-request-a-une-page-donnee/</link>
		<comments>http://carlpelletier.ca/2008/10/07/tester-le-temps-que-prend-un-request-a-une-page-donnee/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 17:23:21 +0000</pubDate>
		<dc:creator>carlpelletier</dc:creator>
				<category><![CDATA[technologie]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://carlpelletier.wordpress.com/?p=43</guid>
		<description><![CDATA[Récuperé du site suivant: http://www.dcmanges.com/blog/rails-performance-tuning-workflow Très pratique pour avoir le temps que prend l'execution d'une page! curl --silent --head \ --cookie "_carepages_session=eb52948f037bda387dfa9d83b6bad62986a624cf" \ http://undisclosed.carepages.com/forums/cancer &#124; grep X-Runtime ou encore You can also use apache bench, which will calculate the mean response time per request. ab -c 1 -n 20 \ -C "_carepages_session=eb52948f037bda387dfa9d83b6bad62986a624cf" \ http://undisclosed.carepages.com/forums/cancer]]></description>
			<content:encoded><![CDATA[<p><pre class="code_ruby">Récuperé du site suivant: http://www.dcmanges.com/blog/rails-performance-tuning-workflow</pre>
<pre class="code_ruby">Très pratique pour avoir le temps que prend l'execution d'une page!</pre>
<pre class="code_ruby">curl --silent --head \
  --cookie "_carepages_session=eb52948f037bda387dfa9d83b6bad62986a624cf" \
  http://undisclosed.carepages.com/forums/cancer | grep X-Runtime</pre>
<pre class="code_ruby">ou encore</pre>
<pre class="code_ruby">You can also use apache bench, which will calculate the mean response time per request.
<pre class="code_ruby">ab -c 1 -n 20 \
  -C "_carepages_session=eb52948f037bda387dfa9d83b6bad62986a624cf" \

http://undisclosed.carepages.com/forums/cancer</pre>

</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://carlpelletier.ca/2008/10/07/tester-le-temps-que-prend-un-request-a-une-page-donnee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note à moi même: cheat!</title>
		<link>http://carlpelletier.ca/2008/07/15/note-a-moi-meme-cheat/</link>
		<comments>http://carlpelletier.ca/2008/07/15/note-a-moi-meme-cheat/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:21:49 +0000</pubDate>
		<dc:creator>carlpelletier</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://carlpelletier.wordpress.com/?p=17</guid>
		<description><![CDATA[The cheat gem contains a cheat sheet for the status codes. You can get the gem and view the status codes as follows: sudo gem install cheat cheat status_codes Pour voir la liste des cheat: http://cheat.errtheblog.com/b]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://cheat.errtheblog.com/">cheat</a> gem contains a cheat sheet for the status codes. You can get the gem and view the status codes as follows:
<pre></p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo gem install cheat<br />
cheat status_codes</div></div>

<p></pre>
Pour voir la liste des cheat: <a href="http://cheat.errtheblog.com/b" target="_blank">http://cheat.errtheblog.com/b</a></p>
]]></content:encoded>
			<wfw:commentRss>http://carlpelletier.ca/2008/07/15/note-a-moi-meme-cheat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

