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 (
commit 7687179e8933471b59d553e69b039b264f4a45b8
tree f2fe80fdeb3ba556e3e5ad615bf59df7e46373bf
parent 95eb296861b5dd57f2335a923cb261494d4d1fb0
tree f2fe80fdeb3ba556e3e5ad615bf59df7e46373bf
parent 95eb296861b5dd57f2335a923cb261494d4d1fb0
tourist /
| name | age | message | |
|---|---|---|---|
| |
README | Thu May 24 23:12:12 -0700 2007 | [ambethia] |
| |
Rakefile | Sat May 26 22:51:29 -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 Jason L Perry (http://ambethia.com) 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!




