1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/spec/helpers
Akira Matsuda b7257f1442 The Rails module could be defined by some other gem than rails
kaminari depends on actionpack that in turn depends on rails-html-sanitizer the line https://github.com/amatsuda/kaminari/blob/master/lib/kaminari.rb#L36
returns true because rails-html-sanitizer defines the class Rails::Html::Sanitizer: https://github.com/rails/rails-html-sanitizer/blob/master/lib/rails-html-sanitizer.rb
see: https://github.com/amatsuda/kaminari/issues/796#issue-158648760

closes #796
2016-06-07 14:07:26 +09:00
..
action_view_extension_spec.rb The Rails module could be defined by some other gem than rails 2016-06-07 14:07:26 +09:00
helpers_spec.rb Someone pushed code without running the tests and didn't realize the typo 2016-01-08 13:54:31 +00:00
sinatra_helpers_spec.rb Add link_to_previous_page helper for sinatra 2014-02-02 15:46:08 +09:00
tags_spec.rb num_pages => total_pages 2012-05-25 15:31:53 +09:00