2008/9/30 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Hi,
>
> One of the plugins that I always use for rails, is
> resources_controller. It brings alot to building a restful web
> application, make_resourceful bring the same goodness but I prefer
> resources_controller
>
> more information  http://github.com/ianwhite/resources_controller/tree/master
>
> In essence it adds "ActiveResource compliant controller for your your
> RESTful models", your controller will know HOW to find a resource from
> its enclosing resources etc
>
> I find this approach very powerful and keeps those controllers DRY as
> a bone.
>
> So I am looking to add something similar to our favorite MERB,

The idea of resource_controller, resource scopes (#object,
#collection, #parent methods) is very good,
there are definitely patterns in resource controllers we need to
capture somehow.

But implementation of resource controller is full of magic. With block
and stuff you never know what scope you operate in.
If you can address that somehow, it'd be great.

I have my own home grown solution for this but it's not as "automagic"
as resource_controller. I think I can extract it into a plugin soon.
-- 
MK

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to