public
Clone URL: git://github.com/ambethia/tourist.git
Search Repo:
name age message
folder README Thu May 24 23:12:12 -0700 2007 Added my name to the README [ambethia]
folder Rakefile Sat May 26 22:51:29 -0700 2007 Changing rdoc template [ambethia]
folder init.rb Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [ambethia]
folder install.rb Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [ambethia]
folder lib/ Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [ambethia]
folder tasks/ Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [ambethia]
folder test/ Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [ambethia]
folder uninstall.rb Thu May 17 09:36:36 -0700 2007 Initial import of Tourist plugin [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!