8000 New maintainer message. · FiveBox/ajax-datatables-rails@a79945a · GitHub
[go: up one dir, main page]

Skip to content

Commit a79945a

Browse files
committed
New maintainer message.
1 parent 44dfa95 commit a79945a

File tree

2 files changed

+12
-50
lines changed

2 files changed

+12
-50
lines changed

.rvmrc

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# ajax-datatables-rails
22

3-
**Important note: ajax-datatables-rails is no longer maintained. If you would like to take over the project, please contact me**
3+
4+
### Under new management
5+
6+
> Hi,
7+
>
8+
> New maintainer here. Just to let you know that we have some plans in store
9+
> for this gem that will be released soon.
10+
411

512
Datatables is a nifty jquery plugin that adds the ability to paginate, sort, and search your html tables. When dealing with large tables (more than a couple hundred rows) however, we run into performance issues. These can be fixed by using server-side pagination, but this breaks some datatables functionality.
613

7-
`ajax-datatables-rails` is a wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app. It was inspired by this [railscast](http://railscasts.com/episodes/340-datatables). I needed to implement a similar solution in a couple projects I was working on so I extracted it out into a gem.
14+
`ajax-datatables-rails` is a wrapper around datatable's ajax methods that allow synchronization with server-side pagination in a rails app. It was inspired by this [Railscast](http://railscasts.com/episodes/340-datatables). I needed to implement a similar solution in a couple projects I was working on so I extracted it out into a gem.
815

916
## Installation
1017

@@ -18,7 +25,9 @@ And then execute:
1825
$ bundle
1926

2027
## Usage
28+
2129
*The following examples assume that we are setting up ajax-datatables-rails for an index of users from a `User` model*
30+
2231
### Model
2332
Run the following command:
2433

@@ -142,3 +151,4 @@ $ ->
142151
3. Commit your changes (`git commit -am 'Added some feature'`)
143152
4. Push to the branch (`git push origin my-new-feature`)
144153
5. Create new Pull Request
154+

0 commit comments

Comments
 (0)
0