Skip to content

Commit

Permalink
Remove will_paginate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Apr 26, 2012
1 parent 5f839b3 commit 57d89db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -19,7 +19,6 @@ group :development do
gem "nokogiri" # used to test html output

gem "sqlite3-ruby"
gem 'will_paginate', '2.3.15'

gem "mongoid", "2.2.2"
gem "mongo_mapper", ">=0.11.0"
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -127,7 +127,6 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
will_paginate (2.3.15)

PLATFORMS
ruby
Expand All @@ -148,4 +147,3 @@ DEPENDENCIES
rspec
ruby-debug
sqlite3-ruby
will_paginate (= 2.3.15)
1 change: 0 additions & 1 deletion spec/datagrid/helper_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
require "will_paginate"
require "active_support/core_ext/hash"
require "active_support/core_ext/object"

Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -13,7 +13,6 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))

require "active_record"
require "will_paginate"
require "mongoid"
require "mongo_mapper"
require 'datagrid'
Expand Down
1 change: 0 additions & 1 deletion spec/support/active_record.rb
Expand Up @@ -6,7 +6,6 @@



WillPaginate.enable

ActiveRecord::Schema.verbose = false
ActiveRecord::Schema.define(:version => 1) do
Expand Down

0 comments on commit 57d89db

Please sign in to comment.