Re: [Rails] Re-starting from 5: suggestions needed

2018-03-06 Thread Christer Fernstrom
Try Datatables. I’ve used it on many projects. It allows you to paginate, search and sort ( even on hidden columns). Good doc and responsive community -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and sto

Re: [Rails] Re-starting from 5: suggestions needed

2018-03-03 Thread Brubix
Excellent suggestions, thanks ! I begun the new project a few days ago: so far so good. As for the tables, I've seen a number of js libraries (not gems) that can provide sorting, column selection, resizing, and even server side pagination. Still have to decide which one I'll try ... -- You re

Re: [Rails] Re-starting from 5: suggestions needed

2018-02-24 Thread Rob Jonson
Rails is a pretty old and mature project - one of the great things about that is that you don't have to flit from one tech to the next. There are good solid libraries that have been around for years and will probably be around for many more. devise for authentication simple_form (or similar) f

Re: [Rails] Re-starting from 5: suggestions needed

2018-02-23 Thread Brubix
Thanks! -- 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-ta

Re: [Rails] Re-starting from 5: suggestions needed

2018-02-18 Thread Hassan Schroeder
On Sun, Feb 18, 2018 at 11:24 AM, Brubix wrote: > I'd start keeping it simple: html generated by the views, css, bootstrap, > jquery. Perhaps a third party component for the tables (pagination, sorting, > column resizing, etc.) > I'm only afraid that, nowadays, this is simplicistic and/or outdate