File tree 1 file changed +24
-14
lines changed
1 file changed +24
-14
lines changed Original file line number Diff line number Diff line change 1
- jQuery Table Sorter plugin for Rails
2
- ===
1
+ # jQuery Table Sorter plugin for Rails
3
2
4
3
Simple integration of jquery-tablesorter into the asset pipeline.
5
4
@@ -8,26 +7,29 @@ Current tablesorter version: 2.4.6 (10/25/2012), [documentation]
8
7
Any issue associate with the js/css files, please report to [ Mottie's fork] .
9
8
10
9
11
- NOTICE:
12
- ---
10
+ ## NOTICE:
13
11
14
12
v0.0.5 users, from v1.0.0, this gem will use [ Mottie's fork] :smile : .
15
13
16
- Install
17
- ---
18
- In your Gemfile
14
+ ## Installation
19
15
20
- ``` ruby
21
- gem ' jquery-tablesorter'
22
- ```
16
+ Add this line to your application's Gemfile:
17
+
18
+ gem 'jquery-tablesorter'
19
+
20
+ And then execute:
21
+
22
+ $ bundle
23
23
24
- Requirements
25
- ---
24
+ Or install it yourself as:
25
+
26
+ $ gem install jquery-tablesorter
27
+
28
+ ## Requirements
26
29
27
30
Rails 3.1 and higher
28
31
29
- Usage
30
- ---
32
+ ## Usage
31
33
32
34
### JavaScript files
33
35
@@ -79,6 +81,14 @@ pager theme:
79
81
*/
80
82
```
81
83
84
+ ## Contributing
85
+
86
+ 1 . Fork it
87
+ 2 . Create your feature branch (` git checkout -b my-new-feature ` )
88
+ 3 . Commit your changes (` git commit -am 'Added some feature' ` )
89
+ 4 . Push to the branch (` git push origin my-new-feature ` )
90
+ 5 . Create new Pull Request
91
+
82
92
[ Mottie's fork ] : https://github.com/Mottie/tablesorter
83
93
[ documentation ] : http://mottie.github.com/tablesorter/docs/index.html
84
94
You can’t perform that action at this time.
0 commit comments