diff --git a/MIGRATION_ISSUES b/MIGRATION_ISSUES index c3c46e5..f1a8e98 100644 --- a/MIGRATION_ISSUES +++ b/MIGRATION_ISSUES @@ -29,3 +29,5 @@ * check FIXME's in config/environment.rb * xss_terminate sucks. We should replace it with the builtin mechanism in Rails 3 + +* instance_eval on Ruby 1.9 yields self, so lambdas that are passed to instance_eval and do not accept exactly 1 argument will blow up. See http://www.ruby-forum.com/topic/213313 ... search for instance_eval and fix where necessary. -- libgit2 0.21.2