Merge branch 'master' into bbeggs/revert-context-migration
Showing
.ruby-gemset
0 → 100644
.rvmrc
deleted
100644 → 0
... | @@ -14,27 +14,22 @@ gem 'sinatra' | ... | @@ -14,27 +14,22 @@ gem 'sinatra' |
gem 'yajl-ruby' | gem 'yajl-ruby' | ||
gem 'ampex' | gem 'mongoid', '~> 5.0.0' | ||
gem 'bson', '~>3.1' | |||
gem 'mongo' | |||
gem 'moped', "1.5.1" | |||
gem 'mongoid', "3.0.15" | |||
gem 'bson_ext' | gem 'bson_ext' | ||
gem 'protected_attributes' | |||
gem 'delayed_job' | gem 'delayed_job' | ||
gem 'delayed_job_mongoid', :git => 'https://github.com/dementrock/delayed_job_mongoid.git' | gem 'delayed_job_mongoid' | ||
gem "enumerize", "~>0.8.0" | |||
gem 'mongoid-tree', :git => 'https://github.com/dementrock/mongoid-tree.git' | |||
gem 'voteable_mongo', :git => 'https://github.com/dementrock/voteable_mongo.git' | |||
gem 'mongoid_magic_counter_cache', :git => 'https://github.com/dementrock/mongoid-magic-counter-cache.git' | |||
gem 'kaminari', :require => 'kaminari/sinatra', :git => 'https://github.com/dementrock/kaminari.git' | gem "enumerize" | ||
gem 'mongoid-tree', :git => 'https://github.com/macdiesel/mongoid-tree' | |||
gem 'rs_voteable_mongo', :git => 'https://github.com/navneet35371/voteable_mongo.git' | |||
gem 'mongoid_magic_counter_cache' | |||
gem 'faker' | gem 'will_paginate_mongoid', "~>2.0" | ||
gem 'will_paginate_mongoid' | |||
gem 'rdiscount' | gem 'rdiscount' | ||
gem 'nokogiri' | gem 'nokogiri', "~>1.6.8" | ||
gem 'tire', "0.6.2" | gem 'tire', "0.6.2" | ||
gem 'tire-contrib' | gem 'tire-contrib' | ||
... | @@ -44,17 +39,19 @@ gem 'dalli' | ... | @@ -44,17 +39,19 @@ gem 'dalli' |
gem 'rest-client' | gem 'rest-client' | ||
group :test do | group :test do | ||
gem 'rspec' | gem 'codecov', :require => false | ||
gem 'rack-test', :require => "rack/test" | gem 'database_cleaner', '~> 1.5.1' | ||
gem 'factory_girl', '~> 4.0' | |||
gem 'faker', '~> 1.6' | |||
gem 'guard' | gem 'guard' | ||
gem 'guard-unicorn' | gem 'guard-unicorn' | ||
gem 'simplecov', :require => false | gem 'rack-test', :require => 'rack/test' | ||
gem 'database_cleaner' | gem 'rspec', '~> 2.11.0' | ||
end | end | ||
gem 'newrelic_rpm' | gem 'newrelic_rpm' | ||
gem 'newrelic_moped' | |||
gem 'unicorn' | gem 'unicorn' | ||
gem "rack-timeout", "0.1.0beta3" | gem "rack-timeout" | ||
gem "i18n" | gem "i18n" | ||
gem "rack-contrib", :git => 'https://github.com/rack/rack-contrib.git', :ref => '6ff3ca2b2d988911ca52a2712f6a7da5e064aa27' | gem "rack-contrib", :git => 'https://github.com/rack/rack-contrib.git', :ref => '6ff3ca2b2d988911ca52a2712f6a7da5e064aa27' | ||
This diff is collapsed.
Click to expand it.
bin/rake
0 → 100755
bin/rspec
0 → 100755
bin/unicorn
0 → 100755
lib/task_helpers.rb
0 → 100644
lib/tasks/db.rake
0 → 100644
lib/tasks/i18n.rake
0 → 100644
lib/tasks/jobs.rake
0 → 100644
lib/tasks/search.rake
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/factories.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/support/database_cleaner.rb
0 → 100644
spec/support/elasticsearch.rb
0 → 100644
spec/support/factory_girl.rb
0 → 100644
Please
register
or
sign in
to comment