- 18 Dec, 2013 5 commits
-
-
jsa committed
-
Add tests for non-ASCII characters in comments
Greg Price committed -
Due to a bug[1] in ActiveRecord's JSON serialization, tests for characters outside the BMP are marked as pending. [1]: https://github.com/rails/rails/issues/3727
Greg Price committed -
Greg Price committed
-
set up i18n in comments service
Jim Abramson committed
-
- 17 Dec, 2013 2 commits
-
-
jimabramson committed
-
* add i18n gem * configure default_locale (en-US) * externalize strings * configure locale fallbacks * add tests
jimabramson committed
-
- 12 Dec, 2013 4 commits
-
-
Fail fast when database is unreachable
Jim Abramson committed -
jimabramson committed
-
jimabramson committed
-
jimabramson committed
-
- 10 Dec, 2013 2 commits
-
-
jimabramson committed
-
jimabramson committed
-
- 19 Nov, 2013 2 commits
-
-
use rack-timeout 0.1.0beta3
Jim Abramson committed -
jimabramson committed
-
- 06 Nov, 2013 7 commits
-
-
fix syntax problem in unicorn config
Jim Abramson committed -
jimabramson committed
-
disconnect default mongoid session after forking.
Jim Abramson committed -
jimabramson committed
-
adjust new relic method tracing.
Jim Abramson committed -
Fix Content-Type header
Greg Price committed -
The default Content-Type is text/html, but all of our endpoints return JSON, so Content-Type is now correctly set to application/json.
Greg Price committed
-
- 05 Nov, 2013 3 commits
-
-
(also provide a switch for query-level debugging output from moped.)
jimabramson committed -
optimize request timeout settings for heroku
Jim Abramson committed -
* use Rack::Timeout, set to 20s * set unicorn timeout to 25s Ideally these are set lower, around 10s/15s, however we need to reduce long-running requests (such as notifier batch pulls) before we can safely do this.
jimabramson committed
-
- 31 Oct, 2013 2 commits
-
-
Allow more endpoints to use commentable_ids param
Greg Price committed -
The commentable_ids param is a comma-delimited list of ids indicating that only threads belonging to one of the specified commentables should be returned. It can now be used by any endpoint that delegates to handle_threads_query (most importantly "#{APIPREFIX}/threads"), and the commentable_id field is now indexed for efficient filtering. The motivation for this change is to allow clients that are filtering by commentable_ids to avoid using the /search/threads endpoint, which does not do sorting and pagination correctly.
Greg Price committed
-
- 30 Oct, 2013 2 commits
-
-
Feature/jsa/track slowdowns
Jim Abramson committed -
jimabramson committed
-
- 29 Oct, 2013 2 commits
-
-
jimabramson committed
-
Feature/jsa/more new indexes
Jim Abramson committed
-
- 23 Oct, 2013 3 commits
-
-
jimabramson committed
-
jimabramson committed
-
* use Content model (to avoid querying mongo with "$in") * add indexes for non-default sorts * streamline api code
jimabramson committed
-
- 16 Oct, 2013 2 commits
-
-
less user queries
Jim Abramson committed -
performance.
jimabramson committed
-
- 15 Oct, 2013 4 commits
-
-
jimabramson committed
-
Add newrelic_moped
Greg Price committed -
This will hopefully give us more insight into mongo performance.
Greg Price committed -
This corresponds to the Gemfile change in a9d281ad.
Greg Price committed
-