view the design and coding part of rails website.

have any IDE like an Dreamweaver, to view the design part and coding part of a ruby on rails website in ubuntu…?

Thank you

vishnu

That’s not really how rails works. I suggest you open the controller, the associated model(s), the view, the associated partial(s) and the layout to actually check out what happens in the “page”

Dheeraj Kumar