我是hubot的新手,在那里我看到一个声明robot.logger.debug"在#{commit.url}上尝试gitio"
有人能告诉我在哪里可以看到这个调试消息.我正在使用./bin/hubot命令来运行它.有没有办法在调试模式下运行它?所以我可以看到调试消息?
当我试图包括
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
Run Code Online (Sandbox Code Playgroud)
application.css的文件内容是:
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, …
Run Code Online (Sandbox Code Playgroud) 我希望将应用程序中所有触发的电子邮件跟踪到数据库表中,以便我可以记录发送电子邮件的对象以及发送给谁.
请建议我最好的解决方案.