在成功地测试了我的“甲型”铁路3号,在我的当地发展中环境,我将其推向Heroku(Cedar)进行现场测试。 这一推动取得了成功,但 app首时发生下列错误:
: => Booting WEBrick
: => Ctrl-C to shutdown server
: /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require : /app/app/controllers/dives_controller.rb:50: invalid multibyte char (US-ASCII) (SyntaxError)
: /app/app/controllers/dives_controller.rb:50: syntax error, unexpected $end
: Exiting
我已经检查出乎意料的特性和遗漏了最后陈述,但似乎找不到。 我不使用任何多语种特征(我知道)。
Here are a few of my files including: Gemfile, Gemfile.lock, database.yml, dives_controller.rb https://gist.github.com/2632041
这可能与在我的数据库中使用邮资,而不是加以核对有关。 正确吗?