Sha256: 330fc8c3fc6d2ce6777b220541670d5ed2100b2f15e2623ca7b3cb357f70e472

Contents?: true

Size: 757 Bytes

Versions: 2

Compression:

Stored size: 757 Bytes

Contents

*******************************************************************************
 
Ok, enough fancy automatic stuff. Time for some old school monkey copy-pasting.
 
1. A a clearance.yml config file has been created in your config/ directory.
 
Use it to configure the host name and sender of clearance generated emails.
In production it must be the actual host your application is deployed to.
The config is used by mailers to generate URLs in emails.
 
It can look like this:
 
production:
  host: you_production_host.com
  do_not_reply: do_not_reply@you_production_host.com
 
2. Define root_url to *something* in your config/routes.rb:
 
    map.root :controller => 'home'
 
*******************************************************************************

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tonkapark-clearance-0.6.9.2 generators/clearance/templates/README
tonkapark-clearance-0.6.9.3 generators/clearance/templates/README