forcemax's

script/generate processor PersistMessage
라는 명령을 실행시키는데 에러가 나왔다. 이건 뭐냐 -_-;;

구글링 결과
vendor/plugins/activemessaging/lib/activemessaging.rb
파일을 수정하란다.

이 파일을 열고 64번 줄에 가면 다음 내용이 있다.

load RAILS_ROOT + '/app/processors/application.rb'

다음과 같이 바꾼다.

load RAILS_ROOT + '/app/processors/application.rb' if File.exist?(RAILS_ROOT + '/app/processors/application.rb')

이건 뭐 파일도 없는데 load하려고 하냐;;