Bug #3659
closed"no implicit conversion of URI::HTTP into String" running rake reports:summarize
Description
$ rake reports:summarize
rake aborted!
no implicit conversion of URI::HTTP into String
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/http/url.rb:59:in `match'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/http/url.rb:59:in `named_host?'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/http/url.rb:71:in `host_or_subdomain_and_domain'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/http/url.rb:37:in `url_for'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/routing/route_set.rb:598:in `url_for'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/routing/url_for.rb:148:in `url_for'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_view/helpers/url_helper.rb:107:in `url_for'
/home/dcleal/.rvm/gems/ruby-2.0.0-p247@foreman/gems/actionpack-3.2.15/lib/action_dispatch/routing/route_set.rb:216:in `reports_path'
/home/dcleal/code/foreman/foreman/app/views/host_mailer/_active_hosts.html.erb:46:in `block (2 levels) in app_views_host_mailer_active_hosts_html_erb__2305460470786637138_74347840'
/home/dcleal/code/foreman/foreman/app/views/host_mailer/_active_hosts.html.erb:39:in `each'
/home/dcleal/code/foreman/foreman/app/views/host_mailer/_active_hosts.html.erb:39:in `block in app_views_host_mailer_active_hosts_html_erb__2305460470786637138_74347840'
/home/dcleal/code/foreman/foreman/app/views/host_mailer/_active_hosts.html.erb:29:in `each'
/home/dcleal/code/foreman/foreman/app/views/host_mailer/_active_hosts.html.erb:29:in `_app_views_host_mailer__active_hosts_html_erb__2305460470786637138_74347840'
Updated by Dominic Cleal about 11 years ago
- Follows Bug #3569: Port in use by the browser is used in rendering the templates added
Updated by Dominic Cleal about 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Dominic Cleal about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6ff82077530ab90d6e1db6b51e34b8bbd5bed985.
Updated by David Davis over 8 years ago
- Related to Feature #15741: Use parameter_filter instead of attr_accessible added
Updated by David Davis over 8 years ago
- Related to deleted (Feature #15741: Use parameter_filter instead of attr_accessible)