From e92e39630e38f049ea931ff8ac5be78be4853ef7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 25 Dec 2012 22:55:18 -0300 Subject: [PATCH] another TODO item --- MIGRATION_ISSUES | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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