I recently joined a team working on an application consisting of no less than 75 models and 22 controllers. Needless to say, finding my way around can be pretty daunting at times. So on a plane to RailsConf I created a plugin to, at the very least, help me debug view templates.
With Tourist installed, you’ll start seeing comments like this wrapped around templates in your rendered HTML:
<!-- BEGIN script/../config/../app/views/narwhal/index.rhtml {{{ -->
<p>...</p>
<!-- END script/../config/../app/views/narwhal/index.rhtml }}} -->







0 Responses to “Tourist Plugin for Rails”