diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-10-18 14:06:34 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-10-18 14:06:34 +0000 |
commit | 60b6fac5deec3317acaca8dc3d399faea25223b2 (patch) | |
tree | 2c9628661e6286baad8f9f81ec81781da1a8c66e /activesupport/CHANGELOG | |
parent | 851dd0806be4e21f9a4fdcc77162711f46095bc5 (diff) | |
download | rails-60b6fac5deec3317acaca8dc3d399faea25223b2.tar.gz rails-60b6fac5deec3317acaca8dc3d399faea25223b2.tar.bz2 rails-60b6fac5deec3317acaca8dc3d399faea25223b2.zip |
Remove generated code from app traces; improve accuracy of framework traces
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2676 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 3c1be355ca..b998d87d29 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,8 @@ +* Classify generated routing code as framework code to avoid appearing in application traces. [Nicholas Seckar] + +* Show all framework frames in the framework trace. [Nicholas Seckar] + + *1.2.0* (October 16th, 2005) * Update Exception extension to show the first few framework frames in an application trace. [Nicholas Seckar] |