26 Sep, 2011
20 commits
-
Conflicts: app/controllers/apps_controller.rb app/models/app.rb app/models/deploy.rb app/models/problem.rb app/views/notices/_backtrace.html.haml app/views/notices/_summary.html.haml public/stylesheets/application.css spec/models/problem_spec.rb
-
…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.