Commit e92e39630e38f049ea931ff8ac5be78be4853ef7
1 parent
86ecb14f
Exists in
master
and in
27 other branches
another TODO item
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
MIGRATION_ISSUES
... | ... | @@ -29,3 +29,5 @@ |
29 | 29 | * check FIXME's in config/environment.rb |
30 | 30 | |
31 | 31 | * xss_terminate sucks. We should replace it with the builtin mechanism in Rails 3 |
32 | + | |
33 | +* 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. | ... | ... |