I agree with Hernan, changing own finder with ransack is a long task However, you can search across relations, maybe not so easy as ransack, but you can add virtual columns, set includes and search_sql
On Lunes, 17 de diciembre de 2012 10:46:00 Tim Uckun escribió: > I am mainly interested in the search functionality especially > searching across relations which AS does not do right now. > > On Sat, Dec 15, 2012 at 11:13 AM, Hernan Astudillo <[email protected]> wrote: > > ransack looks nice, however that's a major change. > > it will need to change the whole finder module and the way it's gets > > configured and used, since AS already implements many ransack features in > > it's own way. > > However Sergio could tell a more accurate opinion. > > > > On Fri, Dec 14, 2012 at 12:17 AM, Tim Uckun <[email protected]> wrote: > >> I personally don't need XLS but I think it would be a good idea. > >> > >> In my opinion the thing that AS could use most is a better search > >> plugin using ransack. The current search options are Ok but lack a lot > >> of the functionality ransack has. > >> > >> > >> > >> On Fri, Dec 14, 2012 at 9:06 AM, Hernan Astudillo <[email protected]> > >> > >> wrote: > >> > I would like to add support to export XLSX as an alternative to CSV, > >> > through > >> > "axlsx" gem. I don't like the idea of adding more dependencies, but > >> > it's > >> > very useful for end-users who depend on Microsoft Excel. And, as i see, > >> > these are most end-users. > >> > What do you think? > >> > > >> > > >> > > >> > On Thu, Dec 13, 2012 at 4:45 PM, Hernan Astudillo <[email protected]> > >> > > >> > wrote: > >> >> Ok, gem is updated. > >> >> > >> >> Merged improvements from nick rogers, plus some other fixes. > >> >> > >> >> > >> >> > >> >> On Thu, Dec 13, 2012 at 10:05 AM, Hernan Astudillo <[email protected]> > >> >> > >> >> wrote: > >> >>> I'm on it, still need to test it and fix some things, but will post a > >> >>> working gem today. > >> >>> > >> >>> > >> >>> > >> >>> On Tue, Dec 11, 2012 at 10:59 PM, Tim Uckun <[email protected]> > >> >>> > >> >>> wrote: > >> >>>> The wiki points to > >> >>>> https://github.com/naaano/active_scaffold_export/network as the > >> >>>> "official" active scaffold export plugin but this does not work with > >> >>>> the latest version of AS. There are a couple of forks that have > >> >>>> fixed > >> >>>> the problem but they have not merged into the master repo. > >> >>>> > >> >>>> -- > >> >>>> You received this message because you are subscribed to the Google > >> >>>> Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > >> > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
