README.rdoc in kaminari-0.15.0 vs README.rdoc in kaminari-0.15.1
- old
+ new
@@ -271,9 +271,15 @@
or edit gemfile:
gem 'kaminari', :require => 'kaminari/sinatra'
+This line just enables model-side features, such as <tt>Model#page</tt> and <tt>Model#per</tt>. If you want to use view helpers, please explicitly <tt>register</tt> helpers in your Sinatra or Padrino app:
+
+ register Kaminari::Helpers::SinatraHelpers
+
+Or, you can implement your own awesome helper :)
+
More features are coming, and again, this is still experimental. Please let us know if you found anything wrong with the Sinatra support.
== For more information