Replace will_paginate plugin by gem and upgrade to 2.3.16

This commit is contained in:
2013-07-12 14:22:15 -04:00
parent 7a8e3ec065
commit 9a22c8eaf5
34 changed files with 3 additions and 2032 deletions

View File

@@ -79,5 +79,6 @@ Rails::Initializer.run do |config|
config.gem "haml"
config.gem "hpricot"
config.gem "icalendar"
config.gem "will_paginate"
config.gem 'thoughtbot-shoulda', :lib => 'shoulda/rails', :source => "http://gems.github.com"
end