Actions
Defect #11945
closedrake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets
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)
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Actions