<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Alloy Code - All Comments</title>
  <id>tag:www.alloycode.com,2008:mephisto/comments</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://www.alloycode.com/feed/all_comments.xml" rel="self" type="application/atom+xml"/>
  <link href="http://www.alloycode.com/" rel="alternate" type="text/html"/>
  <updated>2008-05-01T00:35:08Z</updated>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Luke Hartman</name>
    </author>
    <id>tag:www.alloycode.com,2008-04-26:51:64</id>
    <published>2008-04-30T03:42:52Z</published>
    <updated>2008-04-30T03:42:52Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2008/4/26/another-passenger-on-the-mod_rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Another Passenger on the mod_rails' by Luke Hartman</title>
<content type="html">&lt;p&gt;I appreciate the post and you sharing your experiences. I&#8217;m looking at diving more into Rails but the tweaking you talked about in the earlier attempts turned me off. Hopefully Passenger will continue to make deployment easy.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Sebastian</name>
    </author>
    <id>tag:www.alloycode.com,2008-04-26:51:52</id>
    <published>2008-04-26T16:33:57Z</published>
    <updated>2008-04-26T16:33:57Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2008/4/26/another-passenger-on-the-mod_rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Another Passenger on the mod_rails' by Sebastian</title>
<content type="html">&lt;p&gt;Good post! Thanks :)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Navjeet</name>
    </author>
    <id>tag:www.alloycode.com,2008-02-10:49:50</id>
    <published>2008-02-11T18:08:08Z</published>
    <updated>2008-02-11T18:08:08Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2008/2/10/heroku-hijinks" rel="alternate" type="text/html"/>
    <title>Comment on 'Heroku Hijinks' by Navjeet</title>
<content type="html">&lt;p&gt;That is indeed very smart usage of Heroku services. I will need to try it out for some of the same objectives you used it for. Thanks for providing your experience with Heroku, it is very helpful.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Jared Haworth</name>
    </author>
    <id>tag:www.alloycode.com,2007-12-30:41:43</id>
    <published>2008-01-03T00:53:39Z</published>
    <updated>2008-01-03T00:53:39Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/12/30/learning-rspec" rel="alternate" type="text/html"/>
    <title>Comment on 'Learning RSpec' by Jared Haworth</title>
<content type="html">&lt;p&gt;Bryanl,&lt;/p&gt;


	&lt;p&gt;Well, you&#8217;ve hit on the reason why I&#8217;m making an effort to learn it&#8230; it&#8217;s a good idea to stay aware of new trends, especially in a fast moving community like the Rails community.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>bryanl</name>
    </author>
    <id>tag:www.alloycode.com,2007-12-30:41:42</id>
    <published>2007-12-30T23:46:47Z</published>
    <updated>2007-12-30T23:46:47Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/12/30/learning-rspec" rel="alternate" type="text/html"/>
    <title>Comment on 'Learning RSpec' by bryanl</title>
<content type="html">&lt;p&gt;You would be surprised how many devs out there know rspec.  And if they don&#8217;t.. they should :)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Matt</name>
    </author>
    <id>tag:www.alloycode.com,2007-12-11:37:40</id>
    <published>2007-12-11T19:25:07Z</published>
    <updated>2007-12-11T19:25:07Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/12/11/advanced-yaml-fixtures-gotchas" rel="alternate" type="text/html"/>
    <title>Comment on 'Advanced YAML Fixtures Gotchas' by Matt</title>
<content type="html">&lt;p&gt;A quick glance at the source should answer your questions:&lt;/p&gt;


&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;
     # File vendor/rails/activerecord/lib/active_record/fixtures.rb, line 531
531:   def self.identify(label)
532:     label.to_s.hash.abs
533:   end
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;So it should work pretty much anywhere, and any fixture
with the same label will have the same ID.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Jared</name>
    </author>
    <id>tag:www.alloycode.com,2007-12-11:37:39</id>
    <published>2007-12-11T17:31:39Z</published>
    <updated>2007-12-11T17:31:39Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/12/11/advanced-yaml-fixtures-gotchas" rel="alternate" type="text/html"/>
    <title>Comment on 'Advanced YAML Fixtures Gotchas' by Jared</title>
<content type="html">&lt;p&gt;I think part of the issue with using TestRig is the macro-style class methods for defining valid attributes; I can&#8217;t seem to use something simple like &lt;code&gt;:user_id =&amp;gt; users(:jared).id&lt;/code&gt; (such code gives a Top Level Constant error).&lt;/p&gt;
&lt;p&gt;I guess I have two questions for Fixtures.identify that I&#8217;ll need to research:  How does it handle label collisions (if I have a worker whose label is joe as well as a user whose label is joe), and if it will perform the identification when called as part of a class method in a Unit or Functional test.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Matt</name>
    </author>
    <id>tag:www.alloycode.com,2007-12-11:37:38</id>
    <published>2007-12-11T17:15:06Z</published>
    <updated>2007-12-11T17:15:06Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/12/11/advanced-yaml-fixtures-gotchas" rel="alternate" type="text/html"/>
    <title>Comment on 'Advanced YAML Fixtures Gotchas' by Matt</title>
<content type="html">&lt;p&gt;I think that Fixtures.identify will do what you want &#8211; 
given a label, it returns the ID used.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Jared Haworth</name>
    </author>
    <id>tag:www.alloycode.com,2007-11-13:27:31</id>
    <published>2007-11-14T15:41:54Z</published>
    <updated>2007-11-14T15:41:54Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/11/13/de-ascii-your-rails-logs" rel="alternate" type="text/html"/>
    <title>Comment on 'De-ASCII Your Rails Logs' by Jared Haworth</title>
<content type="html">&lt;p&gt;Thanks Ryan, that&#8217;s a great tip which I should have included.&lt;/p&gt;


	&lt;p&gt;I&#8217;ve actually played around with it both ways, but it&#8217;s handy for me to be able to watch &lt;code&gt;tail -f&lt;/code&gt; in full color.&lt;/p&gt;


	&lt;p&gt;I just wish Apple&#8217;s Console.app would parse those &lt;span class=&quot;caps&quot;&gt;ASCII&lt;/span&gt; colors properly.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Ryan Bates</name>
    </author>
    <id>tag:www.alloycode.com,2007-11-13:27:28</id>
    <published>2007-11-14T00:43:03Z</published>
    <updated>2007-11-14T00:43:03Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/11/13/de-ascii-your-rails-logs" rel="alternate" type="text/html"/>
    <title>Comment on 'De-ASCII Your Rails Logs' by Ryan Bates</title>
<content type="html">You can also disable the coloring entirely by setting this in your environment config:

&lt;pre&gt;
&lt;code&gt;
config.active_record.colorize_logging = false
&lt;/code&gt;
&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>vinbarnes</name>
    </author>
    <id>tag:www.alloycode.com,2007-10-11:25:26</id>
    <published>2007-10-11T21:48:41Z</published>
    <updated>2007-10-11T21:48:41Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/10/11/when-things-get-saved" rel="alternate" type="text/html"/>
    <title>Comment on 'When Things Get Saved...' by vinbarnes</title>
<content type="html">Think about using a Presenter.</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Barry Hess</name>
    </author>
    <id>tag:www.alloycode.com,2007-08-31:11:13</id>
    <published>2007-08-31T16:50:11Z</published>
    <updated>2007-08-31T16:50:11Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/8/31/outsmarted-by-edge-rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Outsmarted by Edge Rails' by Barry Hess</title>
<content type="html">The comment above was supposed to have paragraphs.  :)</content>  </entry>
  <entry xml:base="http://www.alloycode.com/">
    <author>
      <name>Barry Hess</name>
    </author>
    <id>tag:www.alloycode.com,2007-08-31:11:12</id>
    <published>2007-08-31T16:49:25Z</published>
    <updated>2007-08-31T16:49:25Z</updated>
    <category term="Programming"/>
    <link href="http://www.alloycode.com/2007/8/31/outsmarted-by-edge-rails" rel="alternate" type="text/html"/>
    <title>Comment on 'Outsmarted by Edge Rails' by Barry Hess</title>
<content type="html">This is precisely why I have avoided edge Rails for so long.  I'm now on a project where we are on the edge.  I really enjoy the new features, but I'm constantly wondering what I'm doing a little smellier than I have to.

I wanted to avoid being inundated with the Trac feed, because honestly a large majority of it won't be applicable for me in the near future.  So I'll either forget it anyway, or stress about finding a manner to try to remember it.

And when I know something is available, but can't quite remember how to do it/use it.  Most. Frustrating. Thing. Ever.</content>  </entry>
</feed>
