use custom delayed job & gem for pagination
Showing
... | ... | @@ -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' | ||
... | ... |
Please
register
or
sign in
to comment