please use <br><br>include PagerHelper<br>include Karma<br>include SEOname<br><br>etc, instead of<br><br>helper :pager<br>helper :karma<br>helper :seoname<br><br>likewise the new version uses standard modules for scaffolding.
<br><br>class MyModel<br> include Enchant<br>end<br><br>there is an option that automatically enchants all models.<br><br>or for controller level scaffolding:<br><br>class MyModel::Controller<br> include REST<br>end<br>
<br>adds some standard REST methods.<br><br>I think I have not commited rest.rb to the repo, will do soon.<br><br>regards,<br>George<br><br><br><br><br><br><br><div><span class="gmail_quote">On 6/9/07, <b class="gmail_sendername">
Jonathan Buch</b> <<a href="mailto:john@oxyliquit.de">john@oxyliquit.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
HI,<br><br>> It appears a number of things have been dropped between 0.4.2 and repo<br>> (to become 0.5.0).<br>><br>> Things I've noticed (unless I've overseen) are the helper method for<br>> Controller, and the scaffold/scaffolding code.
<br>><br>> Are they planned to return or not? Just curious.<br><br>not sure about scaffolding, but helper has been dropped by George for<br>sure. He wants to use less 'non standard' tags. I happen to like the
<br>helper method though, but that's just me. :P<br>(I never used scaffolding, so can't say anything about that.)<br><br>Jo<br><br>--<br>Feel the love<br><a href="http://pinkjuice.com/pics/ruby.png">http://pinkjuice.com/pics/ruby.png
</a><br>_______________________________________________<br>Nitro-general mailing list<br><a href="mailto:Nitro-general@rubyforge.org">Nitro-general@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/nitro-general">
http://rubyforge.org/mailman/listinfo/nitro-general</a><br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://phidz.com">http://phidz.com</a><br><a href="http://blog.gmosx.com">http://blog.gmosx.com</a><br>
<a href="http://cull.gr">http://cull.gr</a><br><a href="http://www.joy.gr">http://www.joy.gr</a><br><a href="http://nitroproject.org">http://nitroproject.org</a>