<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>rails_artist at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/rails_artist/</link>
    <description>Only Ruby on Rails Artist here</description>

    <item>
      <title>Re: Code71&#39;s RoR projects</title>
      <pubDate>Tue, 02 Dec 2008 16:35:52 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/23</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/23</guid>
      <description>On Tue, Dec 2, 2008 at 10:28 PM, nhm tanveer hossain khan &lt; ... -- ... nhm tanveer hossain khan (hasan) http://hasan.we4tech.com ... mobile: &#43;880 1713 090 511 </description>
    </item>
    <item>
      <title>Re: Code71&#39;s RoR projects</title>
      <pubDate>Tue, 02 Dec 2008 16:28:59 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/22</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/22</guid>
      <description>nice conversation from all of you guys, just explaining test driven development for those who get into this term recently. as you guys know whenever you are</description>
    </item>
    <item>
      <title>moderate use of dynamic feature</title>
      <pubDate>Sat, 19 Apr 2008 16:22:57 GMT</pubDate>
      <dc:creator>hasan83bd</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/21</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/21</guid>
      <description>hi, i was wondering why the following line of codes were written - i found it from action_controller/test_process.rb file. def self.included(base) # execute</description>
    </item>
    <item>
      <title>upcoming project mojar_workflow</title>
      <pubDate>Sun, 10 Feb 2008 07:57:15 GMT</pubDate>
      <dc:creator>hasan83bd</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/20</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/20</guid>
      <description>hi, we just kicking start a new open source ruby project &quot;mojar workflow&quot;. we named it after our deshi word &quot;mojar&quot; reason is very clear to spread out this</description>
    </item>
    <item>
      <title>how to configure dynamic subdomain</title>
      <pubDate>Wed, 23 Jan 2008 12:47:06 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/19</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/19</guid>
      <description>here is how we have configured dynamic sub domain, where application determine the resource based on subdomain name. for example - test.mydomain.com, here</description>
    </item>
    <item>
      <title>Immutable class or object in ruby</title>
      <pubDate>Mon, 24 Dec 2007 17:08:38 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/18</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/18</guid>
      <description>hi, sometimes we want our object or instance variables should be immutable (none changeable). for example, if you have the following code - data = [&quot;a&quot;, &quot;b&quot;] </description>
    </item>
    <item>
      <title>globalizing your rails application</title>
      <pubDate>Tue, 11 Dec 2007 01:39:03 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/17</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/17</guid>
      <description>hi, here what luca guidi blogged on his blog - http://www.lucaguidi.com/pages/click-to-globalize this is pretty similar idea that we had these days. it seems</description>
    </item>
    <item>
      <title>rails plugin symlinked broken on 1.2.5, fixed from 2.0</title>
      <pubDate>Thu, 29 Nov 2007 07:41:45 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/16</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/16</guid>
      <description>i was trying to build a rails plugin. my project was in different directory so i symlinked the directory under &quot;vendor/plugins/..&quot;. but i couldn&#39;t find it</description>
    </item>
    <item>
      <title>simple way to know which script is being evaluated by ruby</title>
      <pubDate>Thu, 29 Nov 2007 06:45:41 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/15</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/15</guid>
      <description>hi, sometimes it is very important to know which files were evaluated by ruby interpreter. here is the simplest way to make it possible - ruby -d &quot;script&quot; best</description>
    </item>
    <item>
      <title>simple fragment cache implementation on ruby on rails</title>
      <pubDate>Fri, 16 Nov 2007 21:08:38 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/14</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/14</guid>
      <description>i was getting serious performance problem with one of my projects. so i came up with a simple fragment cache implementation on ruby on rails. after</description>
    </item>
    <item>
      <title>simple AOP implementation in ruby</title>
      <pubDate>Sat, 10 Nov 2007 08:47:27 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/13</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/13</guid>
      <description>i was suppose to work on some of my other projects, but i passed my time by writing a simple aop implementation in ruby. it is neither powerful like AspectJ</description>
    </item>
    <item>
      <title>Re: rails monitoring products</title>
      <pubDate>Sat, 10 Nov 2007 02:32:34 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/12</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/12</guid>
      <description>hi emon, nice finding, perhaps i had a look on this tool previously, at that time, i had no idea what it can do. now i feel it is time to check this out. </description>
    </item>
    <item>
      <title>Fat Refactoring: use include module to reduce number of lines</title>
      <pubDate>Sat, 03 Nov 2007 04:57:01 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/11</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/11</guid>
      <description>if i didn&#39;t mention that before, i should tell it now, here at somewhere in... &lt;http://www.somewherein.net/&gt; rnd team we are playing a lot with ruby on rails.</description>
    </item>
    <item>
      <title>good of active record :dependent</title>
      <pubDate>Sat, 27 Oct 2007 10:36:35 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/10</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/10</guid>
      <description>i was refactoring our Item model, where we have 3 has_many with 3 mapping models. as we are not using InnoDB based foreign key constraint, we were searching </description>
    </item>
    <item>
      <title>seal yourself on &quot;working with rails&quot;</title>
      <pubDate>Sat, 20 Oct 2007 17:58:48 GMT</pubDate>
      <dc:creator>nhm tanveer hossain khan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/rails_artist/message/9</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/rails_artist/message/9</guid>
      <description>hi rails artists, why not count you in the common rails developer community. create your profile with http://workingwithrails.com/ NOW!! here is my profile - </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sun Nov  8 04:23:16 PST 2009 -->
