ruby on rails - redmine icalender export plugin -
i trying install redmine icalendar export plugin(https://github.com/planio/redmine_icalendar_export) , plugin require icalendar, tried install using "gem install icalendar"
. after installation calender part stopped working , showing error "internal error error occurred on page trying access."
in log file getting following error:
actionview::templateerror (no route matches {:action=>"index", :status=>"all", :controller=>"calendar", :assigned_to=>"*", :format=>"atom", :project_id=>#<project id: 3, name: "test project", description: "", homepage: "", is_public: true, parent_id: nil, created_on: "2013-01-08 06:03:05", updated_on: "2013-02-16 04:02:42", identifier: "testproject", status: 1, lft: 5, rgt: 6>, :key=>"268944ce53edddhsjhhgyuh57678dff5f3a0db719323c"}) on line #5 of vendor/plugins/redmine_icalendar_export-master/app/views/hooks/redmine_icalendar_export/_view_calendars_show_bottom.html.erb: 2: <% other_formats_links |f| %> 3: <%= f.link_to 'ics', :url => { :status => 'all', :assigned_to => '*', :controller => 'calendar', :action => 'index', :project_id => @project, :key => user.current.rss_key, :format => 'atom' } %> 6: <% end %> 7: <% end %>
there problem in plugin, tried following plugin , working fine .
Comments
Post a Comment