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
21 Sep, 2011
3 commits
-
…kdown issue that was turning all of the bullets into headings.
19 Sep, 2011
3 commits
-
…f mongoid are breaking Errbit. Will look into this soon.
17 Sep, 2011
4 commits
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)
14 Sep, 2011
2 commits
13 Sep, 2011
7 commits
-
…ional 'stylesheet_link_tag'
-
…:Base.smtp_settings needed to be set, not Errbit::Application.config.action_mailer.smtp_settings.
-
…ailer class is loaded too early in spec run, and so the InlineCSSHelpers aren't included on ActionMailer::Base at that time.
12 Sep, 2011
2 commits
-
show app server hostname and release directory
-
On branch: master
11 Sep, 2011
2 commits
-
made notices so that their 'where' attribute matches spec expectations.
-
…tylesheets. Module is small enough to live in initializer.
10 Sep, 2011
8 commits
-
… to go out of sync depending on zoom levels for webkit browsers. Sure, you shouldn't use tables for layouts, but when you have a 'heading' and a 'column' for a 'table' of data ... that's what they're for! [ci skip]
09 Sep, 2011
7 commits
-
…back to issue trackers such as redmine. Redmine can now also be configured with 2 projects - one for creating tickets, and one for viewing files. (Some organizations do it this way because of permissions issues)
-
github url, but points to a redmine repo. The format of the link is something like: https://redmine.example.com/projects/my_great_project/repository/revisions/master/entry after that file path and line number are appended. Conflicts: app/views/notices/_backtrace.html.haml