Nicolas Rodriguez
Nicolas Rodriguez
The `source` key represents the table and the column implied in the relation in order to build a SQL query.
Maybe it's clearer like that :)
> remote: ! Attempted to access a nonexistent database: Seems to be a duplicate of https://github.com/jbox-web/ajax-datatables-rails/issues/388
> I think this issue is legitimate, because DataTables uses SmartSearch in Columns as default, while ajax-datatables-rails does not. In my opinion, they should behave the same. I don't know...
> I hope I could make things more clear. Yes, thank you!
> I am not sure how to "fix" this error. Can you point me to the right direction to make it work again? Compare the columns declared in the view...
> that are not linked to a database column. also if these table columns are not linked to a database column obviously they cannot be searchable neither orderable... so IMHO...
Fix https://github.com/jbox-web/ajax-datatables-rails/issues/388
https://github.com/jbox-web/ajax-datatables-rails/blob/master/doc/migrate.md#to-migrate-from-v1x-to-v130
> Do you have some best practices / get started doc on adding more ORM's? Would appreciate if you can point me in the right direction so that I can...