The question is simple, yet I didn't find an answer to it yet:
How can I view the javascript code generated by an rjs file?
The question is simple, yet I didn't find an answer to it yet:
How can I view the javascript code generated by an rjs file?
Among many useful features the FireBug plugin can show you AJAX generated requests and responses.
Besides FireBug, you may want to look at the Phoenix Editor. It allows viewing and editing of any JS active on a web page.
I wouldn't recommend having Firebug or Phoenix active for day-to-day browsing as it slows down Firefox. Firebug can be switched of, but the Phoenix add on has to be deactivated in the AddOns window.