Commit 87ac5e34 by Rocky Duan

use custom delayed job & gem for pagination

parent f3cdff16
......@@ -21,7 +21,7 @@ gem 'mongoid', "~> 3.0"
gem 'bson_ext'
gem 'delayed_job'
gem 'delayed_job_mongoid'
gem 'delayed_job_mongoid', :git => 'git@github.com:dementrock/delayed_job_mongoid.git'
gem 'mongoid-tree', :git => 'git@github.com:dementrock/mongoid-tree.git'
gem 'voteable_mongo', :git => 'git@github.com:dementrock/voteable_mongo.git'
......@@ -31,6 +31,8 @@ gem 'sunspot'
gem 'sunspot_solr'
gem 'sunspot_mongoid', :git => 'git@github.com:dementrock/sunspot_mongoid.git'
gem 'kaminari', :path => '../kaminari', :require => 'kaminari/sinatra'#:git => 'git@github.com:dementrock/kaminari.git'
group :test do
gem 'rspec'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment