12 Oct, 2012
1 commit
-
…cope is not requested
04 Oct, 2012
1 commit
-
…tification service, or authentication provider
19 Sep, 2012
1 commit
08 Sep, 2012
1 commit
29 Aug, 2012
2 commits
-
closes #217
-
…gn to show delete 'X' at right, and gravatar at left
28 Aug, 2012
1 commit
10 Aug, 2012
1 commit
06 Jun, 2012
1 commit
-
looks like this mongoid bug was fixed here: https://github.com/mongoid/mongoid/commit/2b7407977452a1f05d6eb5edf2d9a00b0c359ccf
05 Jun, 2012
2 commits
-
… issues for public/private/no repos)
04 Jun, 2012
1 commit
02 Jun, 2012
1 commit
01 Jun, 2012
2 commits
-
Conflicts: Gemfile Gemfile.lock app/assets/javascripts/errbit.js app/assets/stylesheets/errbit.css app/models/user.rb config/initializers/_load_config.rb
21 May, 2012
3 commits
23 Mar, 2012
1 commit
02 Feb, 2012
1 commit
01 Feb, 2012
1 commit
-
Should refactor this in the future so that scanned ENV variables are programatically generated.
06 Jan, 2012
1 commit
16 Nov, 2011
1 commit
27 Sep, 2011
1 commit
26 Sep, 2011
1 commit
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
16 Sep, 2011
1 commit
-
…ixes misc. problems for both rake tasks and production servers. (smtp setttings were previously not being passed through in Rake tasks)
13 Sep, 2011
3 commits
-
…:Base.smtp_settings needed to be set, not Errbit::Application.config.action_mailer.smtp_settings.
11 Sep, 2011
1 commit
-
…tylesheets. Module is small enough to live in initializer.
06 Sep, 2011
1 commit
05 Sep, 2011
1 commit
-
concerns (e.g. fingerprint) from notice parsing concerns. This also makes it easier to support multiple versions of the Airbrake API.
04 Sep, 2011
1 commit
-
…e-added full backtrace, as well as including the 'app_backtrace' in the WHERE section.
02 Sep, 2011
3 commits
-
… are now stored in an automatically created app called 'Self.Errbit'.
-
… them locally, in an automatically created App named "Self.Errbit". Errbit can still be configured to send errors to our central Errbit instance, but we were getting too many spam errors caused by users (e.g. invalid email address). Most developers will prefer to see Errbit's errors themselves anyway. I will write up a HowTo on how developers can configure a GitHub issue tracker for 'Self.Errbit', in order to send us error reports.
-
…s missing on a standard deployment
01 Sep, 2011
1 commit
27 Aug, 2011
2 commits
19 Aug, 2011
1 commit
-
…ntroller into their respective models. * Wrote specs for Fogbugz. Turns out that the Fogbugz API used the 'Crack' gem which happened to break mongoid by playing with the String class. See here for details: [ https://github.com/mongoid/mongoid/issues/618 ]. * This is why I had to upgrade mongoid to version 2.1.1, which included the 'Crack' fix. Upgrading Mongoid to 2.1.1 required the following changes: ** Fixing a counter_cache test on Err model ** Namespacing all of the subclassed IssueTracker models based on their parent directory ** Setting `config.mongoid.preload_models = true` in config/application.rb