Sha256: 6ad96bffd89f9d0fcf474b90e23749752a74a63c236be742e05548f2859a5d1b
Contents?: true
Size: 731 Bytes
Versions: 7
Compression:
Stored size: 731 Bytes
Contents
================================================================================ Some setup you must do manually if you haven't yet: 1. Setup defaut url options for your specific environment. Here is an example of development environment: config.action_mailer.default_url_options = { :host => 'localhost:3000' } It's a Rails required configuration. In production it must be the actual host your application is deployed to. 2. Setup default sender for mails.In config/environment.rb: Notifier.sender = "test@example.com" 3. Ensure you have defined root_url to *something* in your config/routes.rb: map.root :controller => 'home' ================================================================================
Version data entries
7 entries across 7 versions & 1 rubygems