<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: [ANN] Dr Nic&#8217;s Magic Models</title>
	<atom:link href="http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Thu, 28 Aug 2008 19:46:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Mark SoftWare Top &#187; Ruby on Rails easier than ever</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-53660</link>
		<dc:creator>Mark SoftWare Top &#187; Ruby on Rails easier than ever</dc:creator>
		<pubDate>Mon, 05 Nov 2007 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-53660</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-26195</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 23 May 2007 12:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-26195</guid>
		<description>@wil - you might like to check out the &lt;a href="http://drnicwilliams.com/2007/05/23/dr-nics-magic-show-at-rejectconf2007/" rel="nofollow"&gt;magic_model_generator&lt;/a&gt; too as a starting point.

Still, it currently doesn't look for composite keys, but it could do. I think aiming at getting the CPK gem integrated into the MMG gem is a good idea; feel free to have a go at it - ultimately you need to call the &lt;code&gt;set_primary_keys&lt;/code&gt; macro in the class to activate the CPK functionality.</description>
		<content:encoded><![CDATA[<p>@wil - you might like to check out the <a href="http://drnicwilliams.com/2007/05/23/dr-nics-magic-show-at-rejectconf2007/" rel="nofollow">magic_model_generator</a> too as a starting point.</p>
<p>Still, it currently doesn&#8217;t look for composite keys, but it could do. I think aiming at getting the CPK gem integrated into the MMG gem is a good idea; feel free to have a go at it - ultimately you need to call the <code>set_primary_keys</code> macro in the class to activate the CPK functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wil bailey</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-26191</link>
		<dc:creator>wil bailey</dc:creator>
		<pubDate>Wed, 23 May 2007 12:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-26191</guid>
		<description>Any idea how this would play with a PeopleSoft database?  PeopleSoft uses composite keys and effective dating which I assume would cause issues for the auto generated rails associations.  

I've thought about trying to build some rails UI's to compensate for the atrocious usability of PeopleSoft self service applications, but the thought of defining models for the imense schema has always been daunting. 

Ah I just noticed you have another project going to implement composite keys in activerecord.  I'll hav to check into that as well :)</description>
		<content:encoded><![CDATA[<p>Any idea how this would play with a PeopleSoft database?  PeopleSoft uses composite keys and effective dating which I assume would cause issues for the auto generated rails associations.  </p>
<p>I&#8217;ve thought about trying to build some rails UI&#8217;s to compensate for the atrocious usability of PeopleSoft self service applications, but the thought of defining models for the imense schema has always been daunting. </p>
<p>Ah I just noticed you have another project going to implement composite keys in activerecord.  I&#8217;ll hav to check into that as well <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-11586</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 21 Mar 2007 13:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-11586</guid>
		<description>Hi Dr. Nic! thanks a lot for your work, it´s very usefull, very!
I have a wish :) coult it be posible to add some funcionality for you to add the metadata retrived by the plugin in to the model, or writed in some way?? it could be great dont you think???
thnaks a lot again...
sorry for me english :)</description>
		<content:encoded><![CDATA[<p>Hi Dr. Nic! thanks a lot for your work, it´s very usefull, very!<br />
I have a wish <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> coult it be posible to add some funcionality for you to add the metadata retrived by the plugin in to the model, or writed in some way?? it could be great dont you think???<br />
thnaks a lot again&#8230;<br />
sorry for me english <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-1021</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 10 Dec 2006 23:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-1021</guid>
		<description>I have often wondered why we need to recreate the model associations when all the information is in the database.  This is cool - well done!  Have you submitted this as a patch to core?  Adding dry scaffolding would be extra cool....</description>
		<content:encoded><![CDATA[<p>I have often wondered why we need to recreate the model associations when all the information is in the database.  This is cool - well done!  Have you submitted this as a patch to core?  Adding dry scaffolding would be extra cool&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-282</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 30 Sep 2006 08:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-282</guid>
		<description>Yep, Magic Models support singular table names, and primary keys with prefixes etc. I use these so I promise they work :)

Your articles look really good!

Nic</description>
		<content:encoded><![CDATA[<p>Yep, Magic Models support singular table names, and primary keys with prefixes etc. I use these so I promise they work <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Your articles look really good!</p>
<p>Nic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Midgley</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-281</link>
		<dc:creator>Steve Midgley</dc:creator>
		<pubDate>Fri, 29 Sep 2006 15:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-281</guid>
		<description>Hi,

Does this system fully support disabled table pluralization? It looks like a fantastic set of time saving, db-driven assumptions. I don't use table pluralization though and am wondering if I should dig into your code and try to add that or if you've already done it?

The forums didn't seem to reference this aspect at all.

Thanks for any help!

Steve

p.s. Given your predilication for meta-programming, I thought you might enjoy these two recent write ups I did on different kinds of meta-programming:

Redefining methods in Ruby during runtime:
http://www.misuse.org/cms/article.php?story=20060928053416140

Dynamic CSS in Rails:
http://www.misuse.org/cms/article.php?story=20060926084103529</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does this system fully support disabled table pluralization? It looks like a fantastic set of time saving, db-driven assumptions. I don&#8217;t use table pluralization though and am wondering if I should dig into your code and try to add that or if you&#8217;ve already done it?</p>
<p>The forums didn&#8217;t seem to reference this aspect at all.</p>
<p>Thanks for any help!</p>
<p>Steve</p>
<p>p.s. Given your predilication for meta-programming, I thought you might enjoy these two recent write ups I did on different kinds of meta-programming:</p>
<p>Redefining methods in Ruby during runtime:<br />
<a href="http://www.misuse.org/cms/article.php?story=20060928053416140" rel="nofollow">http://www.misuse.org/cms/article.php?story=20060928053416140</a></p>
<p>Dynamic CSS in Rails:<br />
<a href="http://www.misuse.org/cms/article.php?story=20060926084103529" rel="nofollow">http://www.misuse.org/cms/article.php?story=20060926084103529</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-38</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 12 Aug 2006 13:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-38</guid>
		<description>I've created a new 0.7.1 version that includes a more flexible dependency on activerecord (now &gt;= 1.14.3).

Thanks for that - made me realise I hadn't changed the RAILS_GEM_VERSION to '1.1.6' in my test apps, so I wasn't noticing the problem!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a new 0.7.1 version that includes a more flexible dependency on activerecord (now >= 1.14.3).</p>
<p>Thanks for that - made me realise I hadn&#8217;t changed the RAILS_GEM_VERSION to &#8216;1.1.6&#8242; in my test apps, so I wasn&#8217;t noticing the problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-37</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sat, 12 Aug 2006 11:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-37</guid>
		<description>I'm having problems installing this.  It seems to depend on activerecord-1.14.3 while rails depends on activerecord-1.14.4.  Any clues on what i should do would be appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems installing this.  It seems to depend on activerecord-1.14.3 while rails depends on activerecord-1.14.4.  Any clues on what i should do would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Francl</title>
		<link>http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-25</link>
		<dc:creator>Luke Francl</dc:creator>
		<pubDate>Tue, 08 Aug 2006 17:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/08/07/ann-dr-nics-magic-models/#comment-25</guid>
		<description>Hey Dr Nic -- 

We met at RailsConf, if you remember. Anyway, congrats on releasing a plugin to do what so many people have talked about! Awesome.</description>
		<content:encoded><![CDATA[<p>Hey Dr Nic &#8212; </p>
<p>We met at RailsConf, if you remember. Anyway, congrats on releasing a plugin to do what so many people have talked about! Awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
