- 10 Feb, 2014 2 commits
-
-
Update Transifex project name
Sarina Canelake committed -
Sarina Canelake committed
-
- 31 Jan, 2014 2 commits
-
-
allow pagination of responses within thread views
Jim Abramson committed -
JIRA: FOR-374
jsa committed
-
- 24 Jan, 2014 2 commits
-
-
Make retrieving user's active threads faster
Greg Price committed -
The user profile page in the LMS only displays the thread title and body, not comments, so do not bother returning them.
Greg Price committed
-
- 19 Dec, 2013 2 commits
-
-
set up transifex
Jim Abramson committed -
use yajl for json serialization
Jim Abramson committed
-
- 18 Dec, 2013 8 commits
-
-
jsa committed
-
jsa committed
-
Set up Travis CI
Greg Price committed -
Greg Price 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
-