Hi,

I look for a plugin/gem/else for a GUI+backend hooks solution to
filter contents in a RoR app.

Example:

Customer(:id, :name, :vat_number, :state)
Address(:id, :customer_id, :state, :city, :street, :phone)

User want to select Customers with Customer.state == USA &&
Address.city == NY. Pretty simple with named_scope, less if user want
to freely build-up the query.

Therefore, I look for a (user available) query builder & (simple)
reporting tool.

A traditional reporting tool (Crystal, ...) seems to me too much for
requirements.

Hints?

Regards

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to