<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Daikini: Comments</title>
    <link>http://www.daikini.com</link>
    <language>en</language>
    <webMaster>jonathan@daikini.com (Jonathan Younger)</webMaster>
    <copyright>Copyright 2007-2008</copyright>
    <ttl>60</ttl>
    <pubDate>Sun, 17 Feb 2008 04:07:24 GMT</pubDate>
    <description>We're human after all.</description>
    <item>
      <title>Hye, your useful plugin seems...</title>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c20</link>
      <pubDate>Sun, 17 Feb 2008 04:07:24 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c20</link>
      <author>jessy</author>
      <description>&lt;p&gt;Hye,
your useful plugin seems to broke simplelog application.&lt;/p&gt;

&lt;p&gt;On a clean install of simplelog, installing the plugin broke 2 tests: test&lt;em&gt;destroy&lt;/em&gt;post and test&lt;em&gt;author&lt;/em&gt;destroy.
In fact, it seems to be related to the acts as taggable functionality.
In the app, you cannot create or update any post anymore.&lt;/p&gt;

&lt;p&gt;Did anyone reported this issue?&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/"&gt;SimpleHighlight - Syntax highlighting for SimpleLog&lt;/a&gt;</description>
    </item>
    <item>
      <title>Yep - good point. I...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c19</link>
      <pubDate>Tue, 25 Dec 2007 13:20:37 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c19</link>
      <author>Scott Taylor</author>
      <description>&lt;p&gt;Yep - good point.  I guess this is another reason I like my own solution to this problem (FixtureReplacement) rather than any static fixture, or scenario fixture plugin. &lt;/p&gt;

&lt;p&gt;Scenarios are getting closer to the idea - that you have a different scenario for a different test case.  But it also implies that many scenarios will be the same (a scenario will span test cases).  No doubt, this is true, but  how much mental overhead is required to remember the names of the fixtures, or the different scenarios present?&lt;/p&gt;

&lt;p&gt;I couldn&amp;#8217;t agree more with you - that clarity is king, and what is most clear is to define your &amp;#8220;scenarios&amp;#8221; inline - not externally, in some other file. &lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_fixtures/"&gt;Rails Fixtures&lt;/a&gt;</description>
    </item>
    <item>
      <title>I have looked at Foxy...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c18</link>
      <pubDate>Mon, 17 Dec 2007 01:52:01 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c18</link>
      <author>Jonathan Younger</author>
      <description>&lt;p&gt;I have looked at Foxy Fixtures a bit but have not yet used them in a project. They certainly seem to address a number of issues.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve found though that what I like most about inline fixtures is that they provide the exact context I need where I need it. External fixtures, foxy or not, seem so disconnected from the tests that I&amp;#8217;m writing, like they are there own little world.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_fixtures/"&gt;Rails Fixtures&lt;/a&gt;</description>
    </item>
    <item>
      <title>I enjoy this analysis of...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c17</link>
      <pubDate>Sat, 15 Dec 2007 09:04:12 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_fixtures/#c17</link>
      <author>Scott Taylor</author>
      <description>&lt;p&gt;I enjoy this analysis of the testing problem.  I&amp;#8217;ve certainly experienced what you&amp;#8217;ve mentioned:&lt;/p&gt;

&lt;p&gt;&amp;#8220;Instead Project B used the totally kick-ass Mocha library for all the tests. Objects were mocked or stubbed as needed. The big problem that Project B experienced was that there was easily twice the amount of test code than there was actual code because the test code was pretty much just duplicating all of the logic inside the regular code anyway&amp;#8221;&lt;/p&gt;

&lt;p&gt;This has driven me away from mocking/stubbing - it makes my tests completely unreadable.&lt;/p&gt;

&lt;p&gt;What are your thoughts on the new Foxy Fixtures?&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_fixtures/"&gt;Rails Fixtures&lt;/a&gt;</description>
    </item>
    <item>
      <title>Thanks, Jonathan. I found out...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c16</link>
      <pubDate>Wed, 28 Nov 2007 09:39:46 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c16</link>
      <author>JW</author>
      <description>&lt;p&gt;Thanks, Jonathan.&lt;/p&gt;

&lt;p&gt;I found out that object.valid? validates the object. I was wondering why you included it, if you weren&amp;#8217;t checking its value, but now I know that else object.validate wouldn&amp;#8217;t be run.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_validation_helpers/"&gt;Rails Validation Test Helpers&lt;/a&gt;</description>
    </item>
    <item>
      <title>For the assert_no_errors_on method we...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c15</link>
      <pubDate>Wed, 28 Nov 2007 07:59:00 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c15</link>
      <author>Jonathan Younger</author>
      <description>&lt;p&gt;For the assert_no_errors_on method we are only checking if there are no errors on a particular attribute or set of attributes. The object may be valid but it is likely that it is not valid because other attributes that we are not checking may have errors.&lt;/p&gt;

&lt;p&gt;If we did do &amp;#8220;assert object.valid?&amp;#8221; here we&amp;#8217;d have to ensure that all attributes of the object were valid and not just the particular ones we are interested in testing at this time. &lt;/p&gt;

&lt;p&gt;The reason why we wouldn&amp;#8217;t want to ensure that all the attributes are valid here is for testing isolation. By being able to test each attribute independently of the others we can setup different tests for each attribute. I&amp;#8217;ve updated the post to show an example of this.&lt;/p&gt;

&lt;p&gt;Hope that helps and I&amp;#8217;ve explained that well enough.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_validation_helpers/"&gt;Rails Validation Test Helpers&lt;/a&gt;</description>
    </item>
    <item>
      <title>Thanks for this simple yet...</title>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c14</link>
      <pubDate>Wed, 28 Nov 2007 07:35:36 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/10/rails_validation_helpers/#c14</link>
      <author>JW</author>
      <description>&lt;p&gt;Thanks for this simple yet useful helper methods! I have one question though: shouldn&amp;#8217;t line 9 be &amp;#8220;assert object.valid?&amp;#8221;.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/10/rails_validation_helpers/"&gt;Rails Validation Test Helpers&lt;/a&gt;</description>
    </item>
    <item>
      <title>I&#8217;m using a BASH shell...</title>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c11</link>
      <pubDate>Wed, 12 Sep 2007 00:52:00 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c11</link>
      <author>Jonathan Younger</author>
      <description>&lt;p&gt;I&amp;#8217;m using a BASH shell with a custom prompt.&lt;/p&gt;

&lt;p&gt;I have this in my ~/.bash_profile:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;export PS1="*[1;37mRound*[31mHaus*[0m\w&amp;amp;gt; "
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You can find more information about &lt;a href="http://www.understudy.net/custom.html"&gt;customizing shell prompts&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/"&gt;RoundHaus Screencasts&lt;/a&gt;</description>
    </item>
    <item>
      <title>What kind of shell are...</title>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c10</link>
      <pubDate>Tue, 11 Sep 2007 19:58:24 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c10</link>
      <author>Thijs</author>
      <description>&lt;p&gt;What kind of shell are you using in the 2 ?&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/"&gt;RoundHaus Screencasts&lt;/a&gt;</description>
    </item>
    <item>
      <title>Great screen casts! Thank you....</title>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c9</link>
      <pubDate>Wed, 29 Aug 2007 14:57:34 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/#c9</link>
      <author>Bill Davenport</author>
      <description>&lt;p&gt;Great screen casts!  Thank you.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/15/roundhaus_screencasts/"&gt;RoundHaus Screencasts&lt;/a&gt;</description>
    </item>
    <item>
      <title>Regarding your note&#8230; &#8220;Right now...</title>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c8</link>
      <pubDate>Sun, 26 Aug 2007 13:07:44 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c8</link>
      <author>S. Brent Faulkner</author>
      <description>&lt;p&gt;Regarding your note&amp;#8230;&lt;/p&gt;

&lt;p&gt;&amp;#8220;Right now the only way to change the theme is to change it in the plugin code itself.&amp;#8221;&lt;/p&gt;

&lt;p&gt;You can actually change the default theme in environment.rb by adding the line (replacing &lt;em&gt;newtheme&lt;/em&gt; with your favourite)&amp;#8230;&lt;/p&gt;

&lt;p&gt;SimpleHighlight::THEME = &amp;#8220;newtheme&amp;#8221;&lt;/p&gt;

&lt;p&gt;This must be after the Rails::Initializer.run block (ie. after the plugin gets loaded).&lt;/p&gt;

&lt;p&gt;Cheers (and thanks for the useful plug-in!)&lt;/p&gt;

&lt;p&gt;&amp;#8211;Brent&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/"&gt;SimpleHighlight - Syntax highlighting for SimpleLog&lt;/a&gt;</description>
    </item>
    <item>
      <title>Hi Boris, You can download...</title>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c7</link>
      <pubDate>Fri, 17 Aug 2007 06:01:42 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c7</link>
      <author>Jonathan Younger</author>
      <description>&lt;p&gt;Hi Boris,&lt;/p&gt;

&lt;p&gt;You can download the Atom.framework from http://www.daikini.com/assets/Atom.tar.gz&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s pretty old and I haven&amp;#8217;t had need of it in quite some time but it should help you get started anyway.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/8/roundhaus_launched/"&gt;RoundHaus Launched!&lt;/a&gt;</description>
    </item>
    <item>
      <title>Hey Jonathan, I was going...</title>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c6</link>
      <pubDate>Fri, 17 Aug 2007 05:34:47 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c6</link>
      <author>Boris Smus</author>
      <description>&lt;p&gt;Hey Jonathan, I was going to use your Atom.framework for some Cocoa development, but it looks like you revamped your site, and now the former link (http://www.daikini.com/source/atom.framework/) is a 404. Are you planning to make it available again? &lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/8/roundhaus_launched/"&gt;RoundHaus Launched!&lt;/a&gt;</description>
    </item>
    <item>
      <title>Thanks! Hope you enjoy using...</title>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c5</link>
      <pubDate>Thu, 09 Aug 2007 00:39:15 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c5</link>
      <author>Jonathan Younger</author>
      <description>&lt;p&gt;Thanks! Hope you enjoy using RoundHaus as much as I do. Let me know if you have any questions or other comments about it.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/8/roundhaus_launched/"&gt;RoundHaus Launched!&lt;/a&gt;</description>
    </item>
    <item>
      <title>I discovered RoundHaus reading Robby...</title>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c4</link>
      <pubDate>Wed, 08 Aug 2007 14:42:47 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/8/8/roundhaus_launched/#c4</link>
      <author>Thomaz Leite</author>
      <description>&lt;p&gt;I discovered RoundHaus reading Robby Russell&amp;#8217;s blog and decided to try. It&amp;#8217;s great to have a Subversion solution out of the production server.&lt;/p&gt;

&lt;p&gt;Great work!&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/8/8/roundhaus_launched/"&gt;RoundHaus Launched!&lt;/a&gt;</description>
    </item>
    <item>
      <title>Very beautiful and elegant, great...</title>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c3</link>
      <pubDate>Mon, 06 Aug 2007 07:12:24 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c3</link>
      <author>Tarellel</author>
      <description>&lt;p&gt;Very beautiful and elegant, great work guys. I&amp;#8217;m also actually considering simple_highlight on a Rails Code Repository Project of mine.&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/"&gt;SimpleHighlight - Syntax highlighting for SimpleLog&lt;/a&gt;</description>
    </item>
    <item>
      <title>Drop-dead-gorgeous!...</title>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c2</link>
      <pubDate>Fri, 13 Jul 2007 00:47:31 GMT</pubDate>
      <link>http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/#c2</link>
      <author>Noname</author>
      <description>&lt;p&gt;Drop-dead-gorgeous!&lt;/p&gt;&lt;p&gt;Posted to: &lt;a href="http://www.daikini.com/past/2007/6/14/simplehighlight_syntax_highlighting_for_simplelog/"&gt;SimpleHighlight - Syntax highlighting for SimpleLog&lt;/a&gt;</description>
    </item>
  </channel>
</rss>
