Paolo,

Take a look at Hobo Plugin. It does something very similar using DRYML (
dont repeat yourself mark up language )

Cheers

On Mon, Sep 15, 2014 at 10:04 PM, Paolo Di Pietro <paolodipietr...@gmail.com
> wrote:

> Hi all,
>
> I'd like to implement (Rails 4)  a very high level (generic) abstract
> controller, able to manage any route and then create a viewer on the fly.
>
> I'd like to call it 'abstracts', and being able to call as
>
> :abstract(/:subject(/:action(/:id)))
>
> something like
>
> abstract/user/create
> or
> abstract/identity/:john/edit
>
> I'm not sure on the best way to define the correct route, and how to
> generate the model and the view code on the fly, after getting the
> definition in the controller from the DB.
>
> Any suggestion is appreciated.
>
> Paolo
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rubyonrails-talk+unsubscr...@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rubyonrails-talk/1bd51146-c7db-49ab-8666-30b9679caf5d%40googlegroups.com
> <https://groups.google.com/d/msgid/rubyonrails-talk/1bd51146-c7db-49ab-8666-30b9679caf5d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAFKVRj8ho9FK4yWji2M-yy%3D-1rJ62nK%2BcFOq0FGoyh3wDkzdnw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to