Kaminari v0.10.0 Release Notes

    • Railtie initializer name is "kaminari" from now

    • ๐Ÿ”„ Changed bundler settings to work both on 1.9.2 and 1.8.7 #12 [@l15n]

    • ๐Ÿ›  Fixed bugs encountered when running specs on Ruby 1.9.2 #12 [@l15n]

    • ๐Ÿ“š Clean up documentation (formatting and editing) #12 [@l15n]

    • ๐Ÿ‘‰ Use Proc.new instead of lambda for scoped_options #13 [@l15n]

    • ๐Ÿ‘‰ Use AS hooks for loading AR #14 [@hasimo]

    • ๐Ÿ”จ Refactor scope definition with Concerns #15 [@l15n]

    • Ensure output_buffer is always initialized #11 [@kichiro]