Skip to content

Commit

Permalink
Filter password from logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Brough authored and jamis committed Apr 21, 2009
1 parent f764bc8 commit 6b6e3a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=== (new)

* filter password from logs [Jordan Brough]

* fix incorrect rails gem reference in config/environment.rb [Jamis Buck]

* fix reference to ~/.bucketwise/Capfile so it only loads if the file exists [Jamis Buck]
Expand Down
2 changes: 2 additions & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class ApplicationController < ActionController::Base

before_filter :authenticate

filter_parameter_logging :password

rescue_from ActiveRecord::RecordNotFound, :with => :render_404

protected
Expand Down

0 comments on commit 6b6e3a5

Please sign in to comment.