ruby 因为没有在rails项目中工作

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 因为没有在rails项目中工作相关的知识,希望对你有一定的参考价值。

# puts string was not working, these are a few work arounds
def puts(s)
  Rails.logger.info(s)
end

File.open("debug.txt", ""){|f|f.write('foo')}

raise "foo"

以上是关于ruby 因为没有在rails项目中工作的主要内容,如果未能解决你的问题,请参考以下文章

chardinjs 不在 ruby​​ on rails 中工作

mailchimp 邮件程序不能在 ruby​​ on rails 中工作

如何使下拉表单在 Ruby On Rails 中工作

代码在visual studio css文件中工作,但在ruby on rails css文件中出现错误

如何使 animate.css 在 Rails 中工作?由于 animate-rails 不适用于 heroku

Ruby gems 的问题(坏了?)试图让指南针在 npm 中工作