[Nitro] scaffold and helper dropped?
George Moschovitis
george.moschovitis at gmail.com
Sat Jun 9 13:10:01 EDT 2007
please use
include PagerHelper
include Karma
include SEOname
etc, instead of
helper :pager
helper :karma
helper :seoname
likewise the new version uses standard modules for scaffolding.
class MyModel
include Enchant
end
there is an option that automatically enchants all models.
or for controller level scaffolding:
class MyModel::Controller
include REST
end
adds some standard REST methods.
I think I have not commited rest.rb to the repo, will do soon.
regards,
George
On 6/9/07, Jonathan Buch <john at oxyliquit.de> wrote:
>
> HI,
>
> > It appears a number of things have been dropped between 0.4.2 and repo
> > (to become 0.5.0).
> >
> > Things I've noticed (unless I've overseen) are the helper method for
> > Controller, and the scaffold/scaffolding code.
> >
> > Are they planned to return or not? Just curious.
>
> not sure about scaffolding, but helper has been dropped by George for
> sure. He wants to use less 'non standard' tags. I happen to like the
> helper method though, but that's just me. :P
> (I never used scaffolding, so can't say anything about that.)
>
> Jo
>
> --
> Feel the love
> http://pinkjuice.com/pics/ruby.png
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
--
http://phidz.com
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/nitro-general/attachments/20070609/9de267d8/attachment.html
More information about the Nitro-general
mailing list