And our beloved Jackie Chan is not going out of business - facebook.com/photo.php?fbid… - he's just not going to keep breaking bones anymore ;D 1 day ago
Understanding class_eval, module_eval and instance_eval
[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using that class_eval call (don’t know what class_eval does? Learn here). [...]
[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using a class_eval call (don’t know what class_eval does? Learn here). [...]
June 6, 2009 at 10:21 am
[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using that class_eval call (don’t know what class_eval does? Learn here). [...]
October 27, 2010 at 2:11 am
awesome . pretty good explanation of the concept
January 29, 2011 at 12:55 pm
[...] We’ve created our own form builder that inherits from the ActionView::Helpers::FormBuilder and it redefines all field helpers using a class_eval call (don’t know what class_eval does? Learn here). [...]
March 14, 2011 at 7:08 pm
[...] Understanding class_eval, module_eval and instance_eval [...]