<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Spikes Of Nothingness - testing tag</title>
  <link>http://weblog.flop.ca/tags/testing/</link>
  <description>Florin T.PATRASCU&#039;s blog</description>
  <language>en</language>
  <copyright>Florin T.PATRASCU</copyright>
  <lastBuildDate>Sat, 12 May 2012 02:12:08 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Sinatra-HART</title>
    <link>http://weblog.flop.ca/2012/05/05/1336251818868.html</link>
    
      
        <description>
          				&lt;p&gt;

Just published a boilerplate that can help you get up to speed with creating a Sinatra web application.

&lt;h3&gt;Sinatra-HART&lt;/h3&gt;

A Sinatra Haml, Activerecord, RSPEC and Twitter bootstrap boilerplate, with SimpleCov flavour :)

&lt;/p&gt;

&lt;p&gt;
You can find all the details &lt;a href=&#034;https://github.com/florinpatrascu/Sinatra-HART&#034;&gt;here&lt;/a&gt;, at github
&lt;/p&gt;


Have fun!
        </description>
      
      
    
    
    
    <category>Ruby</category>
    
    <comments>http://weblog.flop.ca/2012/05/05/1336251818868.html#comments</comments>
    <guid isPermaLink="true">http://weblog.flop.ca/2012/05/05/1336251818868.html</guid>
    <pubDate>Sat, 05 May 2012 21:03:38 GMT</pubDate>
  </item>
  
  <item>
    <title>Profiling the JPublish web applications</title>
    <link>http://weblog.flop.ca/2007/12/20/1198164545130.html</link>
    
      
        <description>
          &lt;p&gt;  &lt;/p&gt;
We recently deployed a lot of new functionality to a very complex JPublish driven &lt;a href=&#034;http://www.masterfile.com/&#034;&gt;web site&lt;/a&gt; and profiling many aspects of the code we developed was a mandatory prerequisite. To make our life easier, we used the very simple profiling tool provided as Open Source by the Atlassian team: &lt;a href=&#034;http://opensource.atlassian.com/profiling/introduction.html&#034;&gt;atlassian-profiler.&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
The atlassian-profiler lib is now integrated with the JPublish framework and profiling can be easily enabled by tweaking your jpublish.xml configuration file. For example, to enable the JPublish profiler, simply add the following line to the jpublish.xml config file:&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;profiling&amp;gt;true&amp;lt;/profiling&amp;gt;&lt;br /&gt;
&lt;/blockquote&gt;You can also set the minimum time reported in the trace when profiling. You probably only want to&lt;br /&gt;
profile methods that take more than 50ms, which is done like so:&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;profiling MIN_TIME=&amp;quot;50&amp;quot;&amp;gt;true&amp;lt;/profiling&amp;gt;&lt;br /&gt;
&lt;/blockquote&gt;After that check your console for interesting facts :)&lt;br /&gt;
&lt;br /&gt;
We discovered with satisfaction that the new ability to execute JPublish Actions via AJAX DWR calls works beautifully and the overhead is unbelievable small. Once again DWR rocks!&lt;br /&gt;
&lt;br /&gt;
Watch our &lt;a href=&#034;http://code.google.com/p/jpublish/&#034;&gt;JPublish&lt;/a&gt; site for more goodies to come :)&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;br /&gt;
-florin
        </description>
      
      
    
    
    
    <category>Java</category>
    
    <category>projects</category>
    
    <comments>http://weblog.flop.ca/2007/12/20/1198164545130.html#comments</comments>
    <guid isPermaLink="true">http://weblog.flop.ca/2007/12/20/1198164545130.html</guid>
    <pubDate>Thu, 20 Dec 2007 15:29:05 GMT</pubDate>
  </item>
  
  </channel>
</rss>

