Sha256: 1daa7d63455a1067ab0d9068b0af7b7b21c0c6e77912935075b578ab0936a098

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

%h1 Configuration

%h2 config/config.yml

- config = UcbRails::Configuration::Configuration.new
%pre
  = preserve do
    = config.config_yaml.to_yaml
  
%h2 LDAP

%pre
  = preserve do
    = ["host:     #{UCB::LDAP.host}", "username: #{UCB::LDAP.username}", "password: #{UCB::LDAP.password}"].join("\n")
    
%h2 Email

%table{border: 1, cellpadding: '4px', cellspacing: 0}
  %tr
    %th Key
    %th Value
  %tr
    %td default
    %td= ActionMailer::Base.default.inspect
  %tr
    %td default_url_options
    %td= ActionMailer::Base.default_url_options.inspect
  %tr
    %td delivery method
    %td= ActionMailer::Base.delivery_method.inspect
  %tr
    %td raise delivery errors
    %td= ActionMailer::Base.raise_delivery_errors.inspect
  %tr
    %td sendmail_settings
    %td= ActionMailer::Base.sendmail_settings.inspect
  %tr
    %td smtp_settings
    %td= ActionMailer::Base.smtp_settings.inspect
  %tr
    %td subject prefix
    %td= UcbRails[:email_subject_prefix]
    
%h2 Exception Notifier

%pre
  = config.for('exception_notification')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ucb_rails-0.0.14 app/views/ucb_rails/admin/configuration/index.html.haml
ucb_rails-0.0.13 app/views/ucb_rails/admin/configuration/index.html.haml
ucb_rails-0.0.12 app/views/ucb_rails/admin/configuration/index.html.haml
ucb_rails-0.0.11 app/views/ucb_rails/admin/configuration/index.html.haml
ucb_rails-0.0.10 app/views/ucb_rails/admin/configuration/index.html.haml
ucb_rails-0.0.9 app/views/ucb_rails/admin/configuration/index.html.haml