22 Aug, 2014
1 commit
15 Aug, 2014
3 commits
-
Fix how to deploy to Heroku in README
-
Add Github_URL env var to Cloud66 configuration
-
`heroku labs:enable user-env-compile` is no longer available, and the application on Heroku seems to works well without such configuration.
14 Aug, 2014
1 commit
21 Jul, 2014
2 commits
-
Fallback to ENV['MONGO_URL']
-
Dokku mongodb plugin compatibility https://github.com/jeffutter/dokku-mongodb-plugin
17 Jun, 2014
2 commits
-
Add notices to show action
-
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 Jun, 2014
2 commits
-
Looks good. Thanks for your contribution.
11 Jun, 2014
2 commits
22 May, 2014
2 commits
-
Add to curl to summary
21 May, 2014
2 commits
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.
07 May, 2014
3 commits
-
Those gems are specific to ruby version, and only used when debugging the app, so they dont need to be installed everytime
-
Bump Rails version to 3.2.18 for security fixes.
-
For CVE-2014-0130
30 Apr, 2014
1 commit
-
Slack integration
25 Apr, 2014
1 commit
-
ADD allow js client to add filters
23 Apr, 2014
1 commit
-
A new `Airbrake.addFilter( callback )` method has been added. Before sending any error, notifier.js will try each provided callback, passing error data as parameter. If any returns false, error won't be sent to errbit. This allows users to define fine grain filters for their javascript exceptions, like filtering out any error on scripts not coming from their domain : Airbrake.addFilter( function( error ){ return error.request_url.match( /^https?:\/\/my\.domain\.com\// ) });
19 Apr, 2014
1 commit
18 Apr, 2014
2 commits
15 Apr, 2014
2 commits
-
Typo in English translation file.
14 Apr, 2014
4 commits
-
Signed-off-by: Arthur Neves <arthurnn@gmail.com>
-
Fixed password reset token not working for Devise in current Errbit build.
10 Apr, 2014
1 commit
05 Apr, 2014
1 commit
-
[skip ci]
01 Apr, 2014
3 commits
-
Adds legacy MD5 fingerprinting scheme