pkgsrc/textproc/ruby-will-paginate/PLIST
taca 38ad532a50 Update ruby-will-paginate to 3.1.0.
* Rails 5.0 support

* Drop support for old Active Record finder params to paginate():

    # now unsupported:
    User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...)

    # convert to Arel syntax instead:
    User.order('created_at DESC').where(...).paginate(:page => 1)
    # or, even better:
    User.order('created_at DESC').where(...).page(1)

* Add support for pagination with Mongoid
2016-03-15 16:00:58 +00:00

60 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2016/03/15 16:00:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/will_paginate.rb
${GEM_LIBDIR}/lib/will_paginate/active_record.rb
${GEM_LIBDIR}/lib/will_paginate/array.rb
${GEM_LIBDIR}/lib/will_paginate/collection.rb
${GEM_LIBDIR}/lib/will_paginate/core_ext.rb
${GEM_LIBDIR}/lib/will_paginate/data_mapper.rb
${GEM_LIBDIR}/lib/will_paginate/deprecation.rb
${GEM_LIBDIR}/lib/will_paginate/i18n.rb
${GEM_LIBDIR}/lib/will_paginate/locale/en.yml
${GEM_LIBDIR}/lib/will_paginate/mongoid.rb
${GEM_LIBDIR}/lib/will_paginate/page_number.rb
${GEM_LIBDIR}/lib/will_paginate/per_page.rb
${GEM_LIBDIR}/lib/will_paginate/railtie.rb
${GEM_LIBDIR}/lib/will_paginate/sequel.rb
${GEM_LIBDIR}/lib/will_paginate/version.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/action_view.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer_base.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/merb.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/sinatra.rb
${GEM_LIBDIR}/spec/collection_spec.rb
${GEM_LIBDIR}/spec/console
${GEM_LIBDIR}/spec/console_fixtures.rb
${GEM_LIBDIR}/spec/database.yml
${GEM_LIBDIR}/spec/fake_rubygems.rb
${GEM_LIBDIR}/spec/finders/active_record_spec.rb
${GEM_LIBDIR}/spec/finders/activerecord_test_connector.rb
${GEM_LIBDIR}/spec/finders/data_mapper_spec.rb
${GEM_LIBDIR}/spec/finders/data_mapper_test_connector.rb
${GEM_LIBDIR}/spec/finders/mongoid_spec.rb
${GEM_LIBDIR}/spec/finders/sequel_spec.rb
${GEM_LIBDIR}/spec/finders/sequel_test_connector.rb
${GEM_LIBDIR}/spec/fixtures/admin.rb
${GEM_LIBDIR}/spec/fixtures/developer.rb
${GEM_LIBDIR}/spec/fixtures/developers_projects.yml
${GEM_LIBDIR}/spec/fixtures/project.rb
${GEM_LIBDIR}/spec/fixtures/projects.yml
${GEM_LIBDIR}/spec/fixtures/replies.yml
${GEM_LIBDIR}/spec/fixtures/reply.rb
${GEM_LIBDIR}/spec/fixtures/schema.rb
${GEM_LIBDIR}/spec/fixtures/topic.rb
${GEM_LIBDIR}/spec/fixtures/topics.yml
${GEM_LIBDIR}/spec/fixtures/user.rb
${GEM_LIBDIR}/spec/fixtures/users.yml
${GEM_LIBDIR}/spec/matchers/deprecation_matcher.rb
${GEM_LIBDIR}/spec/matchers/phrase_matcher.rb
${GEM_LIBDIR}/spec/matchers/query_count_matcher.rb
${GEM_LIBDIR}/spec/page_number_spec.rb
${GEM_LIBDIR}/spec/per_page_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/view_helpers/action_view_spec.rb
${GEM_LIBDIR}/spec/view_helpers/base_spec.rb
${GEM_LIBDIR}/spec/view_helpers/link_renderer_base_spec.rb
${GEM_LIBDIR}/spec/view_helpers/view_example_group.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec