Project

General

Profile

Actions

Defect #5343

closed

acts_as_event Doesn't Accept Outside URLs

Added by Eric Thomas about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
Start date:
2010-04-18
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The acts_as_event plugin doesn't allow URLs to be linked to outside websites.

For example, the following doesn't work:

acts_as_event :title => Proc.new {|o| "#{o.title}"},
              :author => nil,
              :datetime => :updated_on,
              :description => Proc.new {|o| "#{o.description}"},
              :url => "http://yahoo.com" 

Posted as a result of this discussion

Actions

Also available in: Atom PDF