18 Jan, 2015
1 commit
-
This will allow to capture errors send by airbrake-js.
17 Jan, 2015
1 commit
-
update configs for rails 4.1
16 Jan, 2015
6 commits
-
- use secrets.yml - use Rails.application over Errbit::Application - do not use secret_token.rb - update devise initializer
-
Fix fingerprinting migration as it is refactored
-
#553 document deploy hooks
14 Jan, 2015
1 commit
13 Jan, 2015
1 commit
-
Commit https://github.com/pinglamb/errbit/commit/da3946bef7921e5a6df0d55fc2f556b641884ada refactored fingerprinting into a Fingerprint module, updated the migration for that
12 Jan, 2015
3 commits
-
Update changelog to reflect latest master
11 Jan, 2015
3 commits
-
upgrade to rspec 3
-
Fix GtalkService Keeaplive-Thread leak
08 Jan, 2015
1 commit
-
The GoogleTalk/Jabber Notification Service was leaking keepalive threads, because xmpp4r creates an internal keealive thread on connect that is only cleaned up when closing the client. This lead to workers quickly running out of threads and throwing exceptions like `ThreadError: can't alloc thread`.
07 Jan, 2015
4 commits
-
capistrano 3
-
Remove puma and Procfile.dev
06 Jan, 2015
4 commits
-
Fix double escaping of problem title in list view
-
Also added a spec to test for double escaping which fails without the changes to truncated_problem_message.
-
Fix favicon URL
-
favicon_link_tag defaults to /images/favicon.ico, so the location in public was wrong. To avoid 404 errors for user agents blindly requesting /favicon.ico, we add a symlink in public.
05 Jan, 2015
8 commits
-
create docs section for deployment info
-
Ruby 2.2 compatibility
-
Support Ruby 2.2.0
04 Jan, 2015
2 commits
-
Upgrade devise to 3.4.1
03 Jan, 2015
1 commit
-
move unicorn.rb to unicorn.default.rb
01 Jan, 2015
4 commits
-
FIX inline comments styles