Add Wiki#size to efficiently count pages without loading them.

This commit is contained in:
rick
2010-08-30 17:52:20 -07:00
parent 6dab4f7fe6
commit 646c8e21b2
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
* Added --irb option for the gollum command.
* Minor Enhancements
* Support a `:gollum_path` Sinatra setting for `Precious::App`
* Add Wiki#size to efficiently count pages without loading them.
* Bug Fixes
* Increase minimum Sanitize version requirement to 1.1.0.
1.0.x versions of Sanitize require Hpricot instead of Nokogiri