<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>OnRails.org: Update: time.onrails.org. Capistrano Rocks!</title>
    <link>http://onrails.org/articles/2006/04/19/update-time-onrails-org-capistrano-rocks</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Ruby On Rails and related matters.</description>
    <item>
      <title>Update: time.onrails.org. Capistrano Rocks!</title>
      <description>&lt;style&gt;
 .new { 
     background-color: yellow;
     color: rgb(0, 0, 0);
}
&lt;/style&gt;
&lt;span class="new" &gt;Updated&lt;/span&gt; time.onrails.org

The new functionality is 
&lt;ul&gt;
&lt;li&gt;A first version of data export to text, csv, and xml. See the export icons in the bottom right of the projects and dashboard page.&lt;/li&gt;
&lt;li&gt;A mini system message board. So we can leave you a message, i.e. for planned system maintenance downtime, or to announce new functionality.&lt;/li&gt;
&lt;li&gt;The latest version of the &lt;a href="http://nubyonrails.com/pages/gruff"&gt;Gruff Graphs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;I realized that data export needs some more work  as in Safari the xml doesn&amp;#8217;t appear unless you do a view source and the csv doesn&amp;#8217;t load Microsoft Excel directly nor adds a default .csv extension to the generated data.&lt;/p&gt;


	&lt;p&gt;We will deploy new functionality or fixes issues once a week if possible. Note that we are going to keep this application simple, but any suggestion is welcome. Contact us at &lt;a href="mailto:time@onrails.org"&gt;time@onrails.org&lt;/a&gt;.&lt;/p&gt;


I deployed the application using Capistrano. It is pretty stressless and consists of the following steps:
&lt;pre&gt;
rake remote:disable_web
rake remote:deploy_with_migrations
rake remote:enable_web
&lt;/pre&gt;

	&lt;p&gt;In this case we had a database migration, the new &amp;#8216;messages&amp;#8217; table.&lt;/p&gt;


	&lt;p&gt;The only issue that persists is that the application doesn&amp;#8217;t start right away after the deployment and seems to hang for about 10 minutes before comming back to life. The application is hosted on Dreamhost and we don&amp;#8217;t have full control on how the displatch.fcgi processes are launched.&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s now up and running, so enjoy!&lt;/p&gt;</description>
      <pubDate>Wed, 19 Apr 2006 21:50:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:94efa3c4-8d00-4ab2-a3ab-753b80eda525</guid>
      <author>Daniel Wanja</author>
      <link>http://onrails.org/articles/2006/04/19/update-time-onrails-org-capistrano-rocks</link>
      <category>Time.OnRails.org</category>
      <category>Capistrano</category>
    </item>
  </channel>
</rss>
