Sha256: 74e0362d401c27037cf78e9186185b76658847beb55f05efea5986cf035127e3
Contents?: true
Size: 630 Bytes
Versions: 26
Compression:
Stored size: 630 Bytes
Contents
******************************************************************************* Next: 1. Configure default url options for the mailer to generate URLs in emails. In production.rb it must be the actual host your application is deployed to. In config/environments/test.rb and config/environments/development.rb: config.action_mailer.default_url_options = { :host => 'localhost:3000' } 2. If you haven't already, be sure you have delayed_jobs setup and configured: ./script/generate delayed_job 3. Migrate: rake db:migrate *******************************************************************************
Version data entries
26 entries across 26 versions & 4 rubygems