2013-01-24 68 views

回答

9
/home/gitlab/github/app/observers/user_observer.rb 

Notify.delay.new_user_email(user.id, user.password) 

改變:

Notify.new_user_email(user.id, user.password) 

運行:

[email protected] ~/gitlab/github $ bundle exec rake db:seed_fu RAILS_ENV=production 
+0

謝謝,它現在正在工作。但爲什麼需要手動破解? – Adrian

+1

@Adrian看來你忘了運行'bundle exec rake db:seed_fu RAILS_ENV = production' – pl1nk

相關問題