Merge pull request #76 from edx/feature/jsa/i18n
set up i18n in comments service
Showing
... | ... | @@ -26,7 +26,6 @@ gem 'delayed_job_mongoid', :git => 'https://github.com/dementrock/delayed_job_mo |
gem 'mongoid-tree', :git => 'https://github.com/dementrock/mongoid-tree.git' | ||
gem 'voteable_mongo', :git => 'https://github.com/dementrock/voteable_mongo.git' | ||
gem 'mongoid_taggable_with_context', :git => 'https://github.com/dementrock/mongoid_taggable_with_context.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' | ||
... | ... | @@ -55,3 +54,4 @@ gem 'newrelic_rpm' |
gem 'newrelic_moped' | ||
gem 'unicorn' | ||
gem "rack-timeout", "0.1.0beta3" | ||
gem "i18n" |
api/tags.rb
deleted
100644 → 0
locale/en-US.yml
0 → 100644
spec/api/search_spec.rb
deleted
100644 → 0
Please
register
or
sign in
to comment