Ruby on Rails Saturday, October 15, 2016

I cannot find an alternative to this. What i'm trying to do is write a generic interface which can answer generic queries like search based on specific column and aggregate queries etc. Underlying table is provided to the Model on initialization and I want it hooked with that table so that I can run these active record generic queries (and some generic extensions) on the underlying table.

Also, how do I hack it? Is there any downside of doing it?

Regards

On 15 October 2016 at 04:56, Greg Navis <contact@gregnavis.com> wrote:
Probably doable (hackable) but I think it'd be extremely unidiomatic Rails. If you could tell us what you're trying to achieve we might be able to suggest a better solution.

Cheers
Greg

--
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+unsubscribe@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/DDCF52E7-47BE-4B82-9823-885C7C9A8D7A%40gregnavis.com.
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+unsubscribe@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/CAAdbdew6x5a-11o959XBUqNM6%3DM95EMHeQn3F-MkJiJhbXW3kg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment