Y
Hacker News
new
|
ask
|
show
|
jobs
by
gnaritas
5152 days ago
Rails doesn't have a method_missing, Ruby does, it copied it from Smalltalk's #doesNotUnderstand:. Rails is a framework, not a language.
1 comments
shane_mcd
5151 days ago
Oh come on. I meant how it was implemented with AR
link
gnaritas
5151 days ago
I have no idea what you meant, I can only comment on what you said. Had you said activerecord's implementation of method_missing, I'd have understood, but you said Rails.
link