This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tourist /
| name | age | message | |
|---|---|---|---|
| |
README | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
Rakefile | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
init.rb | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
install.rb | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
lib/ | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
tasks/ | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
test/ | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
| |
uninstall.rb | Thu May 17 09:36:36 -0700 2007 | [ambethia] |
README
= Tourist
The Tourist plugin is like having a tour guide through the views of your Rails application.
You'll see comments in your rhtml views like:
<!-- BEGIN script/../config/../app/views/narwhal/index.rhtml {{{ -->
It can really help find those pesky partials in a foreign app. To start using Tourist, in your
environment.rb, just put something like:
Ambethia::Tourist.see! if RAILS_ENV == 'development'
=== TODO
* Strip default template path from output (ex: script/../config/../app/views)
* Tests!



