<?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>Yup Dot Com: Tag ruby</title>
    <link>http://www.yup.com/articles/tag/ruby?tag=ruby</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Advanced Web Services</description>
    <item>
      <title>Ruby for Rails: Ruby Techniques for Rails Developers</title>
      <description>&lt;p&gt;&lt;img style="float:right;border:1px dotted #ccc;padding:4px;margin:4px" src="http://www.manning.com/black/black_cover150.jpg" /&gt;&lt;/p&gt;

&lt;p&gt;David A. Black is releasing a new book entitled &lt;i&gt;Ruby for Rails: Ruby Techniques for Rails Developers&lt;/i&gt;, which will help you take your Ruby skills to the next level of zen while working within the Rails framework. He writes, &amp;#8221;&lt;i&gt;Ruby for Rails&lt;/i&gt; helps Rails developers achieve Ruby mastery. Each chapter deepens your Ruby knowledge and shows you how it connects to Rails. You’ll gain confidence working with objects and classes and learn how to leverage Ruby’s elegant, expressive syntax for Rails application power. And you&amp;#8217;ll become a better Rails developer through a deep understanding of the design of Rails itself and how to take advantage of it.&amp;#8221;&lt;/p&gt;

&lt;p&gt;Read on for a short review.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.manning.com/black/"&gt;Book Home Page at Manning Publications&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;amp;tag=paddleyupcom-20&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F1932394699%2Fsr%3D8-1%2Fqid%3D1146663454%2Fref%3Dpd_bbs_1%3F%255Fencoding%3DUTF8"&gt;Order Book from Amazon.com&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=paddleyupcom-20&amp;amp;l=ur2&amp;amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 03 May 2006 09:41:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:e3e51e14-32e7-45b4-a35c-1408ea969c52</guid>
      <author>Daniel Butler</author>
      <link>http://www.yup.com/articles/2006/05/03/review-ruby-for-rails-book</link>
      <category>Ruby on Rails</category>
      <category>book</category>
      <category>rails</category>
      <category>ruby</category>
    </item>
    <item>
      <title>Camping 1.4 Released</title>
      <description>&lt;p&gt;Camping is a micro&amp;mdash;nay! nano&amp;mdash; development framework for web-connected applications, like blogs, 
to do lists, or other teeny utilities. Version 1.4 is out, and &lt;a href="http://redhanded.hobix.com/inspect/campingOnePointFour.html"&gt;why the lucky stiff &lt;/a&gt;  nourishes our collective intellect with this:&lt;/p&gt;

&lt;p&gt;&lt;img src="/lib/images/camping-1.4-signing.gif" alt="Why Camping"/&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 14 Apr 2006 11:28:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:804165dd-e2ff-48d5-97ef-8f01c96f0749</guid>
      <author>Daniel Butler</author>
      <link>http://www.yup.com/articles/2006/04/14/camping-1-4-released</link>
      <category>Ruby</category>
      <category>Programming</category>
      <category>framework</category>
      <category>ruby</category>
      <category>camping</category>
    </item>
    <item>
      <title>The DevTower Plugin</title>
      <description>&lt;p&gt;DevTower is &amp;#8220;used to synchronize the development of Ruby On
Rails applications with developers working simultaniously
on multiple systems with Subversion.&amp;#8221; It enforces certain group-development practices which help protect your schema and data from renegade developers or commit mistakes.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Apr 2006 17:36:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:7ef21d76-9d9d-40b3-9705-c3309686c0d1</guid>
      <author>Daniel Butler</author>
      <link>http://www.yup.com/articles/2006/04/13/the-devtower-plugin</link>
      <category>Ruby on Rails</category>
      <category>Programming</category>
      <category>ruby</category>
      <category>database</category>
      <category>collaboration</category>
      <category>development</category>
    </item>
    <item>
      <title>ISO 8601 Dates in Ruby on Rails</title>
      <description>&lt;p&gt;If you would like &lt;a href="http://en.wikipedia.org/wiki/ISO_8601"&gt;ISO 8601&lt;/a&gt; time and date formatting by default in your Ruby on Rails application, add the following code to your &lt;b&gt;environment.rb&lt;/b&gt; file:&lt;/p&gt;

&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_ruby "&gt;&lt;span class="constant"&gt;ActiveSupport&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;CoreExtensions&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;Time&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;Conversions&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;DATE_&lt;/span&gt;  
  &lt;span class="constant"&gt;FORMATS&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;update&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt;&lt;span class="symbol"&gt;:default&lt;/span&gt; &lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;%Y-%m-%d %H:%M:%S&lt;/span&gt;&lt;span class="punct"&gt;')&lt;/span&gt;  
&lt;span class="constant"&gt;ActiveSupport&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;CoreExtensions&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;Date&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;Conversions&lt;/span&gt;&lt;span class="punct"&gt;::&lt;/span&gt;&lt;span class="constant"&gt;DATE_&lt;/span&gt;    
  &lt;span class="constant"&gt;FORMATS&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;update&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt;&lt;span class="symbol"&gt;:default&lt;/span&gt; &lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;%Y-%m-%d&lt;/span&gt;&lt;span class="punct"&gt;')&lt;/span&gt;  &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:26:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:60314b25-1292-4559-9b50-9072c247202d</guid>
      <author>Daniel Butler</author>
      <link>http://www.yup.com/articles/2006/04/13/iso-8601-dates-in-ruby-on-rails</link>
      <category>Programming</category>
      <category>Ruby on Rails</category>
      <category>standards</category>
      <category>rails</category>
      <category>ruby</category>
    </item>
  </channel>
</rss>
