seed_dump
seed_dump copied to clipboard
/c/Ruby25-x64/bin/rake: line 4: {#: command not found
Dear,
I tried to run rake db:seed:dump in windows, but it threw exception
/c/Ruby25-x64/bin/rake: line 4: {#: command not found
I already run
$ gem install seed_dump
Fetching: seed_dump-3.3.1.gem (100%)
Successfully installed seed_dump-3.3.1
My working environment :
- OS : Windows
- Rails : 5.2.1
- Ruby: 2.5
- Gem: 2.7.6
Many thanks
after checking, the dump was successful, but this error was still occur. I think it is not problem.
Looks to be related to https://github.com/oneclick/rubyinstaller2/issues/139