public
Rubygem
Description: Most awesome pagination solution for Ruby
Homepage: http://github.com/mislav/will_paginate/wikis
Clone URL: git://github.com/mislav/will_paginate.git
Search Repo:
add CHANGELOG covering the 2.2.0 release
mislav (author)
Sun Apr 06 20:51:03 -0700 2008
commit  6f7b109fdb623e5d8943ea31591e29588b9fb942
tree    52355a9500d1667f06bf7b5dcbdb315e1a10e49f
parent  7525ee82c81ac6d8e7a6f11a1c94fae4c238c3af
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+CHANGELOG
0
 LICENSE
0
 README.rdoc
0
 Rakefile
...
53
54
55
56
 
57
58
59
...
53
54
55
 
56
57
58
59
0
@@ -53,7 +53,7 @@ end
0
 
0
 desc 'Generate RDoc documentation for the will_paginate plugin.'
0
 Rake::RDocTask.new(:rdoc) do |rdoc|
0
- files = ['README.rdoc', 'LICENSE']
0
+ files = ['README.rdoc', 'LICENSE', 'CHANGELOG']
0
   files << FileList.new('lib/**/*.rb').
0
     exclude('lib/will_paginate/named_scope*').
0
     exclude('lib/will_paginate/array.rb').
...
1
2
...
1
 
0
@@ -1,2 +1 @@
0
 require 'will_paginate'
0
-WillPaginate.enable
...
80
81
82
 
 
 
 
...
80
81
82
83
84
85
86
0
@@ -80,3 +80,7 @@ module WillPaginate
0
     end
0
   end
0
 end
0
+
0
+if defined?(Rails) and defined?(ActiveRecord) and defined?(ActionController)
0
+ WillPaginate.enable
0
+end

Comments

    No one has commented yet.