[Rails] Query builder UI

2010-07-29 Thread edoardoz
My ror app need a query builder UI + backend hooks to generate simple reports (excel-like). Anybody know a gem/plugin to do so? 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..

[Rails] User available query builder + backend

2010-07-20 Thread edoardoz
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