1. 01 7月, 2014 1 次提交
    • L
      Add configuration to enable mail previews · 84ed7b8d
      Leonard Garvey 提交于
      Adds `config.action_mailer.preview_enabled`
      
      This allows mail previewing to be enabled easily in non-development
      environments such as staging. The default is set to true for development
      so no changes should be required to existing Rails applications.
      
      The mail preview path can still be configured using the existing
      `config.action_mailer.preview_path` configuration option.
      
      Adding this avoids devs from having to do stuff like:
      https://gist.github.com/lengarvey/fa2c9bd6cdbeba96526a
      
      Update actionmailer/CHANGELOG with new configuration.
      Update configuring guide with new configuratation.
      Add `config.action_mailer.preview_path` to configuring guide.
      84ed7b8d
  2. 29 6月, 2014 5 次提交
  3. 28 6月, 2014 32 次提交
  4. 27 6月, 2014 2 次提交