Sha256: dbf5967c935032861abf0fee8dc652ae7459614722c572d4eb42bd8734a3ef96
Contents?: true
Size: 1.02 KB
Versions: 1
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_notifier')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ucb_rails-0.0.7 | app/views/ucb_rails/admin/configuration/index.html.haml |