[Rails] How to get all models,controller,action and method names

2010-11-29 Thread pepe
Answering the following post that I could not (did not know how to) re- open: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/6d9a5679d73b0a6b/d17adc61119d2acc?lnk=gst&q=All+controllers%27+action+names#d17adc61119d2acc I have been working on getting a list of all actions in e

[Rails] How to get all models,controller,action and method names in

2010-08-05 Thread Ramanaa Selva
Hi guys, In runtime we can get the current controller and current action names by controller_name and action_name methods like wise, I want to get all the remaining controllers and action names and models too if possible.. Any rails method available to get all the controller names and the acti