Ara.T.Howard wrote: > i'm on a box with latest (today's) ruby and rails. i started seeing > bizzare > errors with infinite stack recursion for a simple > > ModelName.find :all > > the code is kinda deep, but you can see how the problem occurs by > looking at > > activerecord-1.13.1/lib/active_record/callbacks.rb +215 Are you certain the file containing the alias_method() call isn't getting executed twice? Try inserting a puts() to be sure.