<?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>Luis de la Rosa &#187; Rails</title>
	<atom:link href="http://www.luisdelarosa.com/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com</link>
	<description>iPhone, iPad and Mac OS X Programming (with a dash of Ruby)</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What to put in your gitignore</title>
		<link>http://www.luisdelarosa.com/2011/05/16/what-to-put-in-your-gitignore/</link>
		<comments>http://www.luisdelarosa.com/2011/05/16/what-to-put-in-your-gitignore/#comments</comments>
		<pubDate>Tue, 17 May 2011 04:22:55 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=466</guid>
		<description><![CDATA[A question that comes up frequently is what to put in your .gitignore files.  I recently stumbled across a nice GitHub project which has .gitignore templates for every language it seems. Here&#8217;s a few which are useful in my daily &#8230; <a href="http://www.luisdelarosa.com/2011/05/16/what-to-put-in-your-gitignore/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A question that comes up frequently is what to put in your .gitignore files.  I recently stumbled across <a href="https://github.com/github/gitignore">a nice GitHub project which has .gitignore templates for every language</a> it seems.</p>
<p>Here&#8217;s a few which are useful in my daily workflow:</p>
<p><a href="https://github.com/github/gitignore/blob/master/Objective-C.gitignore">iOS and Mac projects in Objective-C, using Xcode</a> - This seems to cover both Xcode 3 and 4.</p>
<p><a href="https://github.com/github/gitignore/blob/master/Android.gitignore">Android projects in Java</a> and <a href="https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore">Eclipse</a></p>
<p><a href="https://github.com/github/gitignore/blob/master/Global/OSX.gitignore">OS X</a> (mainly for .DS_Store)</p>
<p>There&#8217;s also <a href="http://help.github.com/git-ignore/">a nice explanation of how (project-specific) .gitignore and global .gitignore files work</a>.</p>
<p>By the way, if you accidentally checked in a bunch of files you didn&#8217;t want to, use &#8220;git rm&#8221; to remove them from the repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2011/05/16/what-to-put-in-your-gitignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitX &#8211; a great Mac OS X tool for visualizing your Git history</title>
		<link>http://www.luisdelarosa.com/2010/03/17/gitx-a-great-mac-os-x-tool-for-visualizing-your-git-history/</link>
		<comments>http://www.luisdelarosa.com/2010/03/17/gitx-a-great-mac-os-x-tool-for-visualizing-your-git-history/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:21:35 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2010/03/17/gitx-a-great-mac-os-x-tool-for-visualizing-your-git-history/</guid>
		<description><![CDATA[I&#8217;m a command-line kind of guy. I guess when your CS teachers in high school raised you on a Minicomputer with a dumb terminal and vi, you get used to that kind of thing.So I mostly use the git command &#8230; <a href="http://www.luisdelarosa.com/2010/03/17/gitx-a-great-mac-os-x-tool-for-visualizing-your-git-history/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a command-line kind of guy.  I guess when your CS teachers in high school raised you on a Minicomputer with a  dumb terminal and vi, you get used to that kind of thing.So I mostly use the git command line which is plenty fine for the usual git pull, git add, git commit, git push dance.  (Hint: scripts are your friend)  Creating branches and merging is decently good too on the command line.History is where it all falls down, though.  Yes you can get the commit logs, but not the details so well.  That is where <a href="http://gitx.frim.nl/">a nice native Mac app like GitX</a> comes into play.  If you&#8217;ve used GitHub, it is similar to the history browser there.  It also helps you visualize your branches and you can switch between them.You should definitely try out GitX if you&#8217;re using Git on Mac.  Did I mention that it is free?  Get it at <a href="http://gitx.frim.nl/">http://gitx.frim.nl/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2010/03/17/gitx-a-great-mac-os-x-tool-for-visualizing-your-git-history/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What to do before you do Ruby on Rails development on Mac OS X Leopard</title>
		<link>http://www.luisdelarosa.com/2008/03/01/what-to-do-before-you-do-ruby-on-rails-development-on-mac-os-x-leopard/</link>
		<comments>http://www.luisdelarosa.com/2008/03/01/what-to-do-before-you-do-ruby-on-rails-development-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 06:18:37 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2008/03/01/what-to-do-before-you-do-ruby-on-rails-development-on-mac-os-x-leopard/</guid>
		<description><![CDATA[Apple has a new series about Ruby on Rails development on Mac OS X Leopard. Its a nice article to help get you going. One thing I&#8217;d like to reiterate is that it is good to lock down your RubyGems &#8230; <a href="http://www.luisdelarosa.com/2008/03/01/what-to-do-before-you-do-ruby-on-rails-development-on-mac-os-x-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apple has a new series about Ruby on Rails development on Mac OS X Leopard.  Its a nice article to help get you going.  One thing I&#8217;d like to reiterate is that it is good to lock down your RubyGems paths.  This way you will always that your RubyGems go in the right directories that Apple has set up.</p>
<p>So before you follow the steps in <a href="http://developer.apple.com/tools/developonrailsleopard.html">the initial Developing Rails Applications on Mac OS X Leopard article</a>, you should take the following steps:</p>
<ol>
<li>Open up ~/.bash_profile in your favorite editor (create it if its not already there)</li>
<li>Type in
<pre><code>export GEM_HOME=/Library/Ruby/Gems/1.8</code></pre>
</li>
<li>Type in
<pre><code>export GEM_PATH=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8</code></pre>
</li>
<li>Save ~/.bash_profile</li>
<li>Execute
<pre><code>source ~/.bash_profile</code></pre>
</li>
</ol>
<p>This makes it so that no matter what version of rubygems you have, you have access to the Apple-provided gems in $GEM_PATH and you&#8217;re able to install/update new gems in $GEM_HOME.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2008/03/01/what-to-do-before-you-do-ruby-on-rails-development-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2007 Training in Review</title>
		<link>http://www.luisdelarosa.com/2008/01/21/2007-training-in-review/</link>
		<comments>http://www.luisdelarosa.com/2008/01/21/2007-training-in-review/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 07:09:54 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RailsConf]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2008/01/21/2007-training-in-review/</guid>
		<description><![CDATA[Last year I took a lot of training. In the past, my employers would usually send me to one training event. Sometimes I would get to go to two if times were good. Other times, there was no training budget. &#8230; <a href="http://www.luisdelarosa.com/2008/01/21/2007-training-in-review/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last year I took a lot of training.  In the past, my employers would usually send me to one training event.  Sometimes I would get to go to two if times were good.  Other times, there was no training budget.</p>
<p>In 2007, I was self-employed as the sole member of Happy Apps LLC.  So being in charge of the training budget (well actually the entire budget), I went to six training events:</p>
<ol>
<li>Rails Edge in Reston, VA</li>
<li>Advanced Rails in Chicago, IL</li>
<li>WWDC in San Francisco, CA</li>
<li>RailsConf in Portland, OR</li>
<li>Advanced Ruby in Reston, VA</li>
<li>RubyConf in Charlotte, NC</li>
</ol>
<p>So that&#8217;s 2 Ruby conferences, 3 Rails conferences, and one Cocoa conference.  I actually was scheduled to go to another Cocoa conference, C4[1] over in Chicago, but had to cancel due to personal reasons.</p>
<p>So which ones were good and which ones were bad?  I think they were all quite good.  Obviously, if you want to make Mac applications like I do with <a href="http://www.happyapps.com/webnotehappy/">WebnoteHappy</a>, you&#8217;ll want to go WWDC.</p>
<p>In terms of being a good Ruby on Rails developer, I&#8217;d have to say that assuming that you already have a good background in object-oriented programming and web development, have worked through a beginning Rails book like Agile Web Development with Rails, then you really should take both the Advanced Ruby course by Pragmatic Studio, followed by the Advanced Rails course.  Both taught me quite a lot of things that I hadn&#8217;t known before.</p>
<p>Once you&#8217;ve got that though, I think its important to keep up with the latest in techniques and also be involved in your programming community.  I think <a href="http://pragmaticstudio.com/therailsedge/">The Rails Edge Conference</a> is top notch in keeping up with what&#8217;s new in the Rails world.  I hope that a date is announced soon though &#8211; I don&#8217;t see one for 2008 as of today.</p>
<p>RailsConf is also good for keeping up with Rails, but I think is maybe even better for just being involved in the Rails community.  There were a lot of opportunities, scheduled and unscheduled, to get together with fellow RoR developers and you could sense that Rails is really changing the way that web development is being done.</p>
<p>RubyConf on the other hand reminded me that Ruby is not just about Rails.  There&#8217;s certainly been a lot of growth of Ruby use because of Rails, but there is a deep and wide pool of talent that has fallen in love with Ruby.  It was interesting to see all the different uses that people have made of Ruby.  And it was definitely an honor and a pleasure to meet Matz in person.  In the end, it does seem like most people who are doing Ruby full-time are making their money with Rails.</p>
<p>I&#8217;m trying to plan out my training in 2008 now.  So I&#8217;m curious to hear what good conferences or classes other people went to in 2007.  Also if there were any bad ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2008/01/21/2007-training-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What tools do you use for Ruby on Rails?</title>
		<link>http://www.luisdelarosa.com/2007/11/29/what-tools-do-you-use-for-ruby-on-rails/</link>
		<comments>http://www.luisdelarosa.com/2007/11/29/what-tools-do-you-use-for-ruby-on-rails/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 06:57:43 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/11/29/what-tools-do-you-use-for-ruby-on-rails/</guid>
		<description><![CDATA[I&#8217;m curious to see what people are using for Ruby on Rails development. I know there are a lot of products coming out nowadays &#8211; 3rd Rail from Borland, IntelliJ IDEA (my preferred IDE before Eclipse when I used to &#8230; <a href="http://www.luisdelarosa.com/2007/11/29/what-tools-do-you-use-for-ruby-on-rails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m curious to see what people are using for Ruby on Rails development.  I know there are a lot of products coming out nowadays &#8211; <a href="http://www.codegear.com/products/3rdrail">3rd Rail</a> from Borland, <a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a> (my preferred IDE before Eclipse when I used to Java/Swing) does Ruby now, <a href="http://www.netbeans.org/index.html">NetBeans</a> is positioning itself as a Ruby IDE, <a href="http://www.aptana.com/">Aptana</a>, <a href="http://rubyeclipse.sourceforge.net/">Eclipse/RDT</a>, etc.  But I don&#8217;t have enough time to try them all out.</p>
<p>I personally use <a href="http://macromates.com/">TextMate</a>.  It&#8217;s simple but powerful.  I do a fair amount of work on the command line too, using rake tasks and then shortening up my most used rake tasks or ruby scripts with bash aliases.</p>
<p>Is there something out there I should try that would work better?  I&#8217;d preferably like something still lightweight, makes it easy to run tests and navigate files, but supported code completion, refactoring, and some sort of double-clicking to find the declaration of a method.</p>
<p>So&#8230; what tools do you use for Ruby on Rails?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/11/29/what-tools-do-you-use-for-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ruby bugs on Leopard</title>
		<link>http://www.luisdelarosa.com/2007/11/10/ruby-bugs-on-leopard/</link>
		<comments>http://www.luisdelarosa.com/2007/11/10/ruby-bugs-on-leopard/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 07:14:16 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/11/10/ruby-bugs-on-leopard/</guid>
		<description><![CDATA[I installed Leopard about 2 weeks ago and been doing Ruby on Rails development on it since. I encountered some bugs initially, but I managed to conquer them. I think Leopard&#8217;s great for doing RoR development. It seems faster, it &#8230; <a href="http://www.luisdelarosa.com/2007/11/10/ruby-bugs-on-leopard/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I installed Leopard about 2 weeks ago and been doing Ruby on Rails development on it since.  I encountered some bugs initially, but I managed to conquer them.  I think Leopard&#8217;s great for doing RoR development.  It seems faster, it seems more polished, its just very pleasant to do work in.</p>
<p>Here&#8217;s what I learned though about Ruby in Leopard:</p>
<p>1. <strong>Don&#8217;t update rubygems</strong>.  It&#8217;s already up-to-date (at least as of this writing.) If you do a &#8220;gem update &#8211;system&#8221; on Leopard, you will be sorry.  Because you&#8217;ll suddenly break the careful packaging Apple has done with Ruby and reduce the 20 or so gems (not sure the exact count) available down to 0.</p>
<p>There&#8217;s a simple fix for this though &#8211; what happens is that the places where it looks for your gems gets mixed up.  What you need to do is go into your ~/.bash_profile and enter in:</p>
<pre><code>export GEM_HOME=/Library/Ruby/Gems/1.8
export GEM_PATH=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8</code></pre>
<p>Then do a
<pre><code>source ~/.bash_profile</code></pre>
<p>The reason why this fixes it is that GEM_PATH now points to the place where Apple put all the system-provided gems.  GEM_HOME points to where Apple originally set to where you install gems.  Note that GEM_PATH is &#8220;read-only&#8221; whereas GEM_HOME Is &#8220;read-write&#8221; by rubygems.  Oh and if you do this, you can safely update rubygems. :)</p>
<p>2. <strong>rcov is broken, but you can fix it</strong>.</p>
<p>For some reason, rcov out of the box will include some of its own classes in the reports when profiling functional tests on Leopard.  This throws off the coverage statistics.</p>
<p>The fix for this is to include &#8220;#{ENV['GEM_HOME']}&#8221; in the rcov exclusions parameter &#8211;exclude.</p>
<p>3. <strong>rcov reports don&#8217;t show up colorized in Safari 3</strong>.</p>
<p>Now once you&#8217;ve got rcov working, when you click on a class to see what lines are covered and which aren&#8217;t, you find out that you can&#8217;t on Leopard.  Well that&#8217;s not exactly right.  It turns out that its Safari 3.  I also tested it out with the latest WebKit nightlies &#8211; its broken too.  I looked into this and found that some old rcov 0.4 reports on the web render fine, but the newer rcov 0.8 ones don&#8217;t.  It seems Safari 3 doesn&#8217;t like some of the internal anchor tags.</p>
<p>The workaround for this is to use any other browser for viewing your rcov reports on Leopard.  If you&#8217;re using Firebug, you might as well use Firefox.  Otherwise, Camino is good.  Or if you&#8217;re the power user type, OmniWeb.  Cutting edge &#8211; Shiira.  I could go on and on &#8211; I&#8217;m a browser fanatic.  Did I mention Flock?</p>
<p>Anyways&#8230; Ruby development on Leopard is actually quite good.  These 3 bugs were not that big a deal.  I think its great that Leopard ships with all sorts of Ruby goodness built right in.  And I didn&#8217;t even mention RubyCocoa or anything like that.</p>
<p>Any other tips for Ruby development on Leopard?  Let me know via a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/11/10/ruby-bugs-on-leopard/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to run Cisco VPN over EVDO when you&#8217;ve got VMWare Fusion installed</title>
		<link>http://www.luisdelarosa.com/2007/10/24/how-to-run-cisco-vpn-over-evdo-when-youve-got-vmware-fusion-installed/</link>
		<comments>http://www.luisdelarosa.com/2007/10/24/how-to-run-cisco-vpn-over-evdo-when-youve-got-vmware-fusion-installed/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:15:25 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/10/24/how-to-run-cisco-vpn-over-evdo-when-youve-got-vmware-fusion-installed/</guid>
		<description><![CDATA[Well I finally got one of those EVDO cards, specifically a Novatel Wireless Merlin EX720 that fits nicely in the Express Card slot of my MacBook Pro. It works great pretty much everywhere I go, but there&#8217;s one thing that&#8217;s &#8230; <a href="http://www.luisdelarosa.com/2007/10/24/how-to-run-cisco-vpn-over-evdo-when-youve-got-vmware-fusion-installed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well I finally got one of those EVDO cards, specifically a Novatel Wireless Merlin EX720 that fits nicely in the Express Card slot of my MacBook Pro.  It works great pretty much everywhere I go, but there&#8217;s one thing that&#8217;s bugged me: the Cisco VPN would drop when I was on EVDO, just a few seconds after I connected.  </p>
<p>At first, I fixed it by upgrading to a newer version of the Cisco VPN client.  That fixed some issues with Parallels.  All was good until I also installed VMWare Fusion.  (Note that this is all on Mac OS X 10.4.10.)  But today I figured out what you need to do (thanks to <a href="http://communities.vmware.com/thread/104781">Michael Renner</a> for the tip in the VMWare Community):</p>
<p><a href="http://www.flickr.com/photos/50555789@N00/1738391348" title="View 'Cisco VPN logo' on Flickr.com"><img src="http://static.flickr.com/2108/1738391348_d462ee7b44.jpg" alt="Cisco VPN logo" border="0" width="" height="" align="right" /></a><br />
1. Download the latest Cisco VPN client.  As of this writing, the best available is 4.9.01.0080.  Fortunately, MacUpdate is hosting downloads of <a href="http://www.macupdate.com/info.php/id/10317">Cisco VPN 4.9.01.0080</a>.</p>
<p>2. Go into Terminal and run:</p>
<pre><code>sudo /Library/Application\\ Support/VMware\\ Fusion/boot.sh --stop</code></pre>
<p>This has the side-effect of disabling VMWare Fusion.  I think what&#8217;s happening is a conflict in the kernel extensions.</p>
<p>3. Start up Cisco VPN, connect and enjoy.</p>
<p>4. Either immediately after or later when you need VMWare Fusion, you can go back and run</p>
<pre><code>sudo /Library/Application\\ Support/VMware\\ Fusion/boot.sh --start</code></pre>
<p> to re-enable it.</p>
<p>(Updated 3/10/2008: Ensured that the backslashes in the shell commands are available to be copied from your browser &#8211; they were getting stripped out by the blog.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/10/24/how-to-run-cisco-vpn-over-evdo-when-youve-got-vmware-fusion-installed/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CCMenu helps you monitor your builds</title>
		<link>http://www.luisdelarosa.com/2007/10/18/ccmenu-helps-you-monitor-your-builds/</link>
		<comments>http://www.luisdelarosa.com/2007/10/18/ccmenu-helps-you-monitor-your-builds/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 07:08:37 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/10/18/ccmenu-helps-you-monitor-your-builds/</guid>
		<description><![CDATA[You&#8217;re using continuous integration, right? If not, you really should. And you should probably set it up to email you if the build breaks. But there&#8217;s a nice way to get notification right on your OS X desktop: it&#8217;s CCMenu. &#8230; <a href="http://www.luisdelarosa.com/2007/10/18/ccmenu-helps-you-monitor-your-builds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re using continuous integration, right?  If not, you really should.  And you should probably set it up to email you if the build breaks.  But there&#8217;s a nice way to get notification right on your OS X desktop: it&#8217;s CCMenu.</p>
<p><a href="http://www.flickr.com/photos/50555789@N00/1610835209" title="View 'CCMenu in action' on Flickr.com"><img src="http://static.flickr.com/2023/1610835209_1dd385426c.jpg" alt="CCMenu in action" border="0" width="" height="" align="right" /></a></p>
<p><a href="http://ccmenu.sourceforge.net/">CCMenu</a> is a menu item for OS X that displays the status of your projects that are being built with CruiseControl.  It works with CruiseControl.rb as well which you can use for your Ruby on Rails projects, which is where I mainly use it.  When your projects are good, it shows a green rounded square and when your projects break, it shows a red one.  It also uses Growl to notify you whenever there is a status update on any of your projecs.  Its freeware and available thanks to <a href="http://www.doernenburg.com/">Erik Doernenburg</a>.</p>
<p>One tip: you can have it start up automatically by going to System Preferences > Accounts > Login Items and adding CCMenu and then checking the checkbox.  Perhaps that will be a preference in the future, but for now that works for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/10/18/ccmenu-helps-you-monitor-your-builds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails 1.2.4 &#8211; getting ready for Rails 2.0</title>
		<link>http://www.luisdelarosa.com/2007/10/05/rails-124-getting-ready-for-rails-20/</link>
		<comments>http://www.luisdelarosa.com/2007/10/05/rails-124-getting-ready-for-rails-20/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 03:29:10 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Streamlined]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/10/05/rails-124-getting-ready-for-rails-20/</guid>
		<description><![CDATA[Rails 1.2.4 came out today. The big thing here in my opinion is that it helps you get ready for Rails 2.0, since it includes more deprecations. I had to fix a deprecation for pagination, which will be optional in &#8230; <a href="http://www.luisdelarosa.com/2007/10/05/rails-124-getting-ready-for-rails-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblog.rubyonrails.com/2007/10/5/rails-1-2-4-maintenance-release">Rails 1.2.4</a> came out today.  The big thing here in my opinion is that it helps you get ready for Rails 2.0, since it includes more deprecations.</p>
<p>I had to fix a deprecation for pagination, which will be optional in 2.0.  To fix it, I piston installed the classic_pagination plugin from the guys at errtheblog:</p>
<pre><code>piston import svn://errtheblog.com/svn/plugins/classic_pagination vendor/plugins/classic_pagination</code></pre>
<p>By the way, this also affects Streamlined, which uses pagination.</p>
<p><img src="http://www.rubyonrails.org/images/rails.png" alt="Ruby on Rails" style="float: right;"/>Another thing in 1.2.4 is that REST URLs don&#8217;t use the semicolon &#8220;;&#8221; anymore, instead they just use the regular slash &#8220;/&#8221;.  So instead of doing /comment/1;edit which always seemed a little weird, we&#8217;ll now use /comment/1/edit.</p>
<p>Also in 1.2.4 are security updates and &#8220;minor performance enhancements.&#8221;</p>
<p>I usually freeze Rails and I dug up my rails:refreeze rake task to do it, which does it all automatically.  I&#8217;ll blog that soon.  I wonder &#8211; is there a place where you share rake tasks?  Is there a Rake-forge?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/10/05/rails-124-getting-ready-for-rails-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automated CRUD Plugins BOF tonight at 8:30pm</title>
		<link>http://www.luisdelarosa.com/2007/05/19/automated-crud-plugins-bof-tonight-at-830pm/</link>
		<comments>http://www.luisdelarosa.com/2007/05/19/automated-crud-plugins-bof-tonight-at-830pm/#comments</comments>
		<pubDate>Sun, 20 May 2007 00:24:46 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[RailsConf]]></category>
		<category><![CDATA[Streamlined]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/2007/05/19/automated-crud-plugins-bof-tonight-at-830pm/</guid>
		<description><![CDATA[We&#8217;ll be gathering together all the Rails folks who want better scaffolding, like Dave Thomas said he wanted last year, tonight at the Automated CRUD Plugins BOF &#8211; scaffolding and beyond. It&#8217;s at 8:30PM over in Room C122. Lance and &#8230; <a href="http://www.luisdelarosa.com/2007/05/19/automated-crud-plugins-bof-tonight-at-830pm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll be gathering together all the Rails folks who want better scaffolding, like Dave Thomas said he wanted last year, tonight at the <a href="http://conferences.oreillynet.com/cs/rails2007/view/e_sess/14579">Automated CRUD Plugins BOF &#8211; scaffolding and beyond</a>.  It&#8217;s at 8:30PM over in Room C122.</p>
<p>Lance and Rich from ActiveScaffold will be there.  Matthew and I will be representing Streamlined.  Hopefully we&#8217;ll have representative from Hobo, AutoAdmin, and Scaffolding Extensions.  Anyone else who wants to contribute is welcome too.  See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2007/05/19/automated-crud-plugins-bof-tonight-at-830pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/44 queries in 0.015 seconds using memcached
Object Caching 550/649 objects using memcached

Served from: www.luisdelarosa.com @ 2012-02-09 07:16:47 -->
