* meta_search now pulls directly from GitHub
* Updated gems * [inprogress] New pagination helpers used instead of pagination presenters * [inprogress] Favorites refactored to use ActiveRecord * [inprogress] PostSets refactored to use a decorator/dependency injection pattern * [inprogress] Made pool/post interaction more robust * Pool#posts now returns an ActiveRelation object * Fixed unit tests
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -18,6 +18,6 @@ gem "haml"
|
||||
gem "simple_form"
|
||||
gem "mechanize"
|
||||
gem "nokogiri"
|
||||
gem "meta_search"
|
||||
gem "meta_search", :git => "git://github.com/ernie/meta_search.git"
|
||||
gem "will_paginate", :git => "git://github.com/mmack/will_paginate.git", :branch => "rails3.1"
|
||||
gem "silent-postgres"
|
||||
|
||||
Reference in New Issue
Block a user