Changeset [be75fe0bdd3389f862803c8174512e39d8e54899] by Mislav Marohnić
July 28th, 2011 @ 07:33 PM
Merge branch 'rails3'
will_paginate is no longer compatible with Rails versions older
than 3.0,
so throw the old garbage out
https://github.com/mislav/will_paginate/commit/be75fe0bdd3389f86280...
Committed by Mislav Marohnić
- A .gitmodules
- A .rspec
- A .travis.yml
- A Gemfile
- A Gemfile.lock
- A Gemfile.rails3.0
- A Gemfile.rails3.0.lock
- A lib/will_paginate/active_record.rb
- A lib/will_paginate/data_mapper.rb
- A lib/will_paginate/deprecation.rb
- A lib/will_paginate/locale/en.yml
- A lib/will_paginate/per_page.rb
- A lib/will_paginate/railtie.rb
- A lib/will_paginate/sequel.rb
- A lib/will_paginate/view_helpers/action_view.rb
- A lib/will_paginate/view_helpers/link_renderer.rb
- A lib/will_paginate/view_helpers/link_renderer_base.rb
- A lib/will_paginate/view_helpers/merb.rb
- A spec/collection_spec.rb
- A spec/console
- A spec/console_fixtures.rb
- A spec/database.yml
- A spec/finders/active_record_spec.rb
- A spec/finders/activerecord_test_connector.rb
- A spec/finders/data_mapper_spec.rb
- A spec/finders/data_mapper_test_connector.rb
- A spec/finders/sequel_spec.rb
- A spec/finders/sequel_test_connector.rb
- A spec/fixtures/admin.rb
- A spec/fixtures/developer.rb
- A spec/fixtures/developers_projects.yml
- A spec/fixtures/project.rb
- A spec/fixtures/projects.yml
- A spec/fixtures/replies.yml
- A spec/fixtures/reply.rb
- A spec/fixtures/schema.rb
- A spec/fixtures/topic.rb
- A spec/fixtures/topics.yml
- A spec/fixtures/user.rb
- A spec/fixtures/users.yml
- A spec/per_page_spec.rb
- A spec/spec_helper.rb
- A spec/view_helpers/action_view_spec.rb
- A spec/view_helpers/base_spec.rb
- A spec/view_helpers/link_renderer_base_spec.rb
- A spec/view_helpers/view_example_group.rb
- A website
- R .manifest
- R examples/apple-circle.gif
- R examples/index.haml
- R examples/index.html
- R examples/pagination.css
- R examples/pagination.sass
- R lib/will_paginate/finder.rb
- R lib/will_paginate/named_scope.rb
- R lib/will_paginate/named_scope_patch.rb
- R test/fixtures/admin.rb
- R test/fixtures/developer.rb
- R test/fixtures/developers_projects.yml
- R test/fixtures/project.rb
- R test/fixtures/projects.yml
- R test/fixtures/replies.yml
- R test/fixtures/schema.rb
- R test/fixtures/topics.yml
- R test/fixtures/user.rb
- R test/fixtures/users.yml
- R test/boot.rb
- R test/collection_test.rb
- R test/console
- R test/database.yml
- R test/finder_test.rb
- R test/fixtures/reply.rb
- R test/fixtures/topic.rb
- R test/helper.rb
- R test/lib/activerecord_test_case.rb
- R test/lib/activerecord_test_connector.rb
- R test/lib/load_fixtures.rb
- R test/lib/view_test_process.rb
- R test/tasks.rake
- R test/view_test.rb
- M .gitignore
- M CHANGELOG.rdoc
- M LICENSE
- M README.rdoc
- M Rakefile
- M lib/will_paginate.rb
- M lib/will_paginate/array.rb
- M lib/will_paginate/collection.rb
- M lib/will_paginate/core_ext.rb
- M lib/will_paginate/version.rb
- M lib/will_paginate/view_helpers.rb
- M will_paginate.gemspec
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Everyone's favorite Ruby library for pagination of practically anything!