Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created August 21, 2013 02:07
Show Gist options
  • Save pinzolo/6289639 to your computer and use it in GitHub Desktop.
Save pinzolo/6289639 to your computer and use it in GitHub Desktop.
Windows7上でRedmineのプラグインを開発しているときに、sqlite3 のデータファイルに対して permission denied のエラーが出た場合の対処法。 rails_envを空にするのがポイントだろう。
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