Created
August 21, 2013 02:07
-
-
Save pinzolo/6289639 to your computer and use it in GitHub Desktop.
Windows7上でRedmineのプラグインを開発しているときに、sqlite3 のデータファイルに対して permission denied のエラーが出た場合の対処法。
rails_envを空にするのがポイントだろう。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set rails_env= | |
copy plugins\<plugin_name>\test\fixtures\*.yml test\fixtures | |
bundle exec rake redmine:plugins:test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment