[Rails] Action 'display' doesn't work in 0.10.0

Jamis Buck jamis_buck at byu.edu
Wed Mar 2 14:42:59 GMT 2005


On Mar 2, 2005, at 7:00 AM, han.holl at tietoenator.com wrote:

> On Wednesday 02 March 2005 14:30, Tim Lucas wrote:
>
>> Would a list of reserved method names in the AP docs suffice? Care to
>> supply a patch?
>>
> No, I think the algorithm as it is now is wrong, because of the dynamic
> nature. Maybe actions should somehow register themselves.
>
> Han Holl
>

Rather, it should exclude all public methods of Object (etc.), except 
those that have been overridden in the descendent class(es). I do 
something similar in Needle.

I'll see if I can work up a patch.

- Jamis



More information about the Rails mailing list