04 Feb, 2016
2 commits
06 Jan, 2016
1 commit
01 Dec, 2015
1 commit
15 Nov, 2015
2 commits
04 Nov, 2015
2 commits
31 Oct, 2015
1 commit
20 Oct, 2015
1 commit
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
15 Oct, 2015
3 commits
-
Still allowing for internal alignment across lines.
-
Tiny addition to overall consistency
14 Oct, 2015
2 commits
12 Oct, 2015
1 commit
28 Aug, 2015
1 commit
15 Jul, 2015
1 commit
26 Jan, 2015
1 commit
21 Jan, 2015
2 commits
-
I've also did some other minor changes: * Move json payload to fixture file * Add status code to error cases in controller * Move v3 api route outside of api namespace. I've some problems with making this work in tests. * Fix issue with custom exception class
-
Also I've added additional spec for requests with api_key set to nil.
18 Jan, 2015
1 commit
-
This will allow to capture errors send by airbrake-js.
01 Jan, 2015
1 commit
21 Dec, 2014
1 commit
17 Jun, 2014
1 commit
-
This commit backs out the nesting of the error and notices as this would be better placed in an error or notices route.
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
12 May, 2014
1 commit
09 May, 2014
1 commit
-
This allows a problem id to be passed to the problem api and only information for that problem will be returned.
22 Mar, 2014
1 commit
21 Mar, 2014
1 commit
20 Aug, 2013
1 commit
19 May, 2013
1 commit
-
Use Nokogiri to parse XML and see if it's valid XML
10 Mar, 2013
1 commit
-
Keepin it DRY.
01 Feb, 2013
1 commit
-
…nt for a given app, authenticated by API key. (Building team_dashboard integration)
28 Aug, 2012
5 commits
-
- Use RABL to render response - Use Devise's token authentication