Questions tagged [coderay]

CodeRay is a library for syntax highlighting, written in Ruby, and running on Ruby implementations.

CodeRay is a library for syntax highlighting, written in Ruby, and running on Ruby implementations.

The Coderay library provides the option to display the code colored by having keywords, strings, floats, comments and other language elements in different colors. Additionally, the line numbers are shown at the beginning of each line.

34 questions
0
votes
1 answer

RVM Errno::EACCESS pry pry-doc

I got this error message while attempting to perform a global install of pry and pry-doc. new-host-3:~ UzoAgu$ rvm gemset use global Using ruby-2.0.0-p247 with gemset global new-host-3:~ UzoAgu$ gem install pry pry-doc Fetching: coderay-1.1.0.gem…
Uzzar
  • 705
  • 1
  • 12
  • 24
0
votes
1 answer

Not able to add class="CodeRay" in Octopress

I am using kramdown in Octopress for a while. I wanted to add CodeRay to my Octopress. I installed coderay. ➜ octopress git:(source) ✗ sudo gem install coderay Password: Successfully installed coderay-1.0.9 1 gem installed Installing ri…
shin
  • 31,901
  • 69
  • 184
  • 271
0
votes
2 answers

Deploying to Heroku: CodeRay is not Precompiled - How to remove?

I'm learning Rails and read about using CodeRay to have lovely syntax highlighting in your page. When I use rails server it's fine and everything is hunky dory, but when I try to deploy to Heroku I get the useful "something went wrong" page.…
Tamachan87
  • 277
  • 5
  • 11
-1
votes
1 answer

Octopress kramdown generate error for tags with ':'

I want to use kramdown tags with ':' in them, ie. {:toc} and coderay code blocks {:lang="javascript"} in my Octopress blog but I keep getting this error when running rake generate: [my user…
Julia Anne Jacobs
  • 508
  • 1
  • 4
  • 20
1 2
3