我運行軌道4,每當我嘗試運行在軌道控制檯什麼,我得到以下錯誤: 2.0.0 (main):0 > User.first
CodeRay::Scanners::Scanner::ScanError:
***ERROR in scanner.rb:333:in `raise_inspect': no implicit conversion of Array into String (after
我現在在使用Jekyll-Bootstrap。在我的本地環境中,我可以在jekyll的_config.yml中啓用CodeRay,並在我的帖子中使用它,沒有任何問題。但是相同的代碼無法在github上運行。 我_config.yml(哲基爾引導CONFIGS省略): # Use kramdown as markdown parser engine.
markdown: kramdown
ma
我正在使用CodeRay 1.1.1版來呈現ruby文件。但是,它會添加大量額外空格來縮進除第一行之外的所有行。 作爲MCVE,我有一個名爲something.rb文件,其內容: # This comment will not be indented
# This comment WILL be indented
在控制器中,我有: contents = File.read('somethi