02 Sep, 2011
5 commits
-
…ost bug reports to the Github Issues account for errbit/errbit.
-
… 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.
-
… send errors in development environment
-
…s missing on a standard deployment
01 Sep, 2011
13 commits
-
…or heroku users using the free database. [ci skip]
-
…s together in tasks/database.rake [ci skip]
-
… any invalid characters.
-
…e root path (apps#index).
31 Aug, 2011
8 commits
30 Aug, 2011
2 commits
-
Update jQuery up to 1.6.2 and jQuery-UJS up to cd619df9f0daad3303aa
29 Aug, 2011
1 commit
27 Aug, 2011
7 commits
-
…. (We needed to set up 10+ apps using the same issue tracker and watcher email). Works great, and is tested, but I wouldn't mind some help on the UI.
-
…n fixing the backtrace 'missing files' problem. I added the '[unknown file]' check to the sanitize method on notices, which runs from a before_save filter. Also, doesn't hurt to ensure that line['file'] is a string.
-
…issue tracker models. This not only keeps the view DRY, but also streamlines the process of creating new issue trackers. Next step is to write a rails generator so that we can run 'rails generate issue_tracker NewIssueTracker'. Also, this commit contains a fix for the apps/edit page, where issue trackers were not being saved correctly.
26 Aug, 2011
2 commits
25 Aug, 2011
2 commits
-
…, based on IssueTracker subclasses.