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
15 Aug, 2011
1 commit
-
…e by default, but this can be changed in config.yml [ci skip]
13 Aug, 2011
1 commit
12 Aug, 2011
3 commits
-
Support for config.yml for heroku deploys
11 Aug, 2011
4 commits
-
Any old sessions need to be invalidated.
-
…y need for migrations, and I made my implementation as unintrusive as possible. Some organizations (such as ours) will find the "username" field useful when implementing an alternative authentication strategy. (Default is off, and this is fully backwards compatible.)
09 Aug, 2011
1 commit
-
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
08 Aug, 2011
1 commit
-
…ngle-agile-project-management). Also did some general tidy up of messages/css/etc relating to issue trackers.
07 Aug, 2011
3 commits
-
…f both low and high traffic sites, so this feature would be useful so that we can stay on top of errors in some cases, and avoid getting spammed in others.
26 Jul, 2011
1 commit
-
Conflicts: app/models/app.rb
22 Jul, 2011
1 commit
20 Jul, 2011
1 commit
02 Jul, 2011
1 commit
01 Apr, 2011
2 commits
11 Mar, 2011
1 commit
-
Conflicts: db/seeds.rb
02 Mar, 2011
1 commit
03 Sep, 2010
1 commit