Sha256: 1ed5232d8f95951ae7384fdd16f05c2d19824cb8f2fb87562b3901b71aab69bb

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# CHANGELOG

## 0.1.1
* Fixes problem on `searchable_columns` where the corresponding model is
a composite model name, e.g. `UserData`, `BillingAddress`. 
Thanks to [iruca3](https://github.com/iruca3) for the fix.

## 0.1.0
* A fresh start. Sets base class name to: `AjaxDatatablesRails::Base`.
* Extracts pagination functions to mixable modules.
  * A user would have the option to stick to the base
    `AjaxDatatablesRails::Extensions::SimplePaginator` or replace it with
    `AjaxDatatablesRails::Extensions::Kaminari` or
    `AjaxDatatablesRails::Extensions::WillPaginate`, depending on what he/she is using to handle record pagination.
* Removes dependency to pass in a model name to the generator. This way,
  the developer has more flexibility to implement whatever datatable feature is required.
* Datatable constructor accepts an optional `options` hash to provide
  more flexibility. 
  See [README](https://github.com/antillas21/ajax-datatables-rails/blob/master/README.mds#options) for examples.
* Sets generator inside the `Rails` namespace. To generate an
  `AjaxDatatablesRails` child class, just execute the
  generator like this: `$ rails generate datatable NAME`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ajax-datatables-rails-0.1.1 CHANGELOG.md