Project

General

Profile

Actions

Defect #11945

closed

rake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets

Added by Toshi MARUYAMA over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

On Ruby 1.9.3.

$ ll public/plugin_assets/sample_plugin/stylesheets/example.css 
-r--r--r-- 1 hoge hoge 73 Sep 26 11:15 public/plugin_assets/sample_plugin/stylesheets/example.css
$ echo >> plugins/sample_plugin/assets/stylesheets/example.css
$ rake db:migrate RAILS_ENV=development 
rake aborted!
can't convert Errno::EACCES into String

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Actions #1

Updated by Jean-Philippe Lang over 11 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed
Actions

Also available in: Atom PDF