Can firebug be used to show me which rails template is currently being viewed along with the method in the controller that calls the view in question?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Out of the box no.
But, you could send messages to Firebug from your serverside by returning console messages. You could put this perhaps in your layout application.html.erb for every request.
http://getfirebug.com/logging