Sha256: 4091cecb7a80bb20f085dba241c204cfa6917c841bafd544f05ed03d1a73c342

Contents?: true

Size: 827 Bytes

Versions: 3

Compression:

Stored size: 827 Bytes

Contents

***********************************************************

You're going to want to copy over assets (if you) haven't 
yet.  You can do so with:

  script/generate watchtower_assets

Once you've done that, open up your ApplicationController 
and insert (at the top of the class definition):

  class ApplicationController < ActionController::Base
    include Watchtower::ApplicationControllerBase
    
    # etc.
  end
  
If you want to catch exceptions locally, below the include,
insert the method call `force_public_request_handling!`.

Once that's complete, navigate to /watchtower and see the
app running.  If you want to secure Watchtower, create a 
new initializer and extend WatchtowerController, adding any
before_filters you would like.  It's that easy!

***********************************************************

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
joshuaclayton-watchtower-0.1.2 generators/watchtower/templates/README
joshuaclayton-watchtower-0.1.3 generators/watchtower/templates/README
joshuaclayton-watchtower-0.1.4 generators/watchtower/templates/README