search for: coderay

Displaying 11 results from an estimated 11 matches for "coderay".

2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay. Pygments is written in Python, but I''ve seen non-Python projects use it (Jekyll, Pygments). There''s also this: https://github.com/nex3/rb-pygments Any idea how much work it would be to add Pygments support to Webgen?
2011 Jan 23
2
RedCloth 4.1.1 vs. 4.2.3 - weird behaviour with notextile
For a community project I aim to combine RedCloth and Coderay and on doing this, I might have found an issue with RedCloth. I pushed a demo to Github: https://github.com/markusproske/redcloth_coderay_demo The index (http://localhost:3000/) demonstrates the issue. In brief: A page consist of textile. The textile contains @@@ruby somecode @@@ The textile is...
2006 Jun 08
0
Is possible to mantain a co0l blog without broke XHTML?
...uld be dirty and useless. But you use HTML inside so you''ll be sure that every cms could import it. What about an hybrid? You write a simple HTML code via WYSIWYG editor and then re-parse it again with Rails-aCMS-orAnythingElse. Probably the best solution for the code highlightning is Coderay (http://coderay.rubychan.de/); you write a code like: <code lang="ruby"> Class Test end </code> and you get: <code lang="ruby"> <span class="keyword">Class</span> Test <span class="keyword">end</span> </code&gt...
2007 Jan 05
0
webgen 0.4.0 released
...version 1.7.1 or higher if you want automatic thumbnail creation for image galleries * builder [5] version 2.0.0 or higher if you want programatic HTML/XMLfile generation * exifr [6] version 0.9.4 or higher if you want to be able to have EXIF information available for image galleries * coderay [7] version 0.7.4.215 or higher if you want syntax highlighting to be available for certain plugins All the libraries can be installed via Rubygems (which is recommend). Installation ------------ The easiest way to install webgen is via Rubygems $ gem install webgen However, you can...
2008 Apr 04
1
Problem when i try deploy mephisto
...irst mephisto application and try deploy. In my development machine everything is fine on Rails 2.0.2 and last version of mephisto on Mephisto repository. But when i try deploy and run rake db:bootstrap RAILS_ENV=production to make my db ready fo mephist i get strange error: uninitialized constant CodeRay::Encoders::PluginHost The suport on rails playground said to freeze rails 1.2.x but in development machine the application run on 2.0.2 and i don''t want regress my mephisto do 1.2.x ... Somebody can help? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this me...
2006 Jul 06
4
Ruby code colorizer
Hi, Does anyone know of a html code colorizer for ruby source code? Ideally a typo plugin :) Regards, Jason
2009 Jan 29
2
HOWTO install webgen 0.5.6 on Debian GNU/Linux etch
Hi all, Cristian our sys-admin wrote a short HOWTO for Webgen 0.5.6 on Debian Etch, see https://wiki.fsfe.org/FellowshipHacks/Webgen. I thought it might be of interest for others as well. If you know a better way, please let us know. Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org) Join the
2009 Jan 25
0
Typo 5.2 for Rails 2.2 released
...for people who don''t like FCK Editor. * Search engine optimization everywhere on your blog. Too much to say here. * A new theme catalogue, allowing you to browse and download up to date themes from your Typo install. * Our old code syntax highlighting plugin has been replaced with Coderay. * Excerpts, that allow you to display on your index something completely different as on your article, which won''t appear on your RSS feed. * Our <em>live search</em>, which was so hype 2 years ago has been replaced with a more traditionnal and clearer search engine and...
2010 Oct 24
2
Synatx highlighting in Ruby
Hello people, I was going thru Geshi http://qbnz.com/highlighter/ , I am wondering if any one has a Ruby syntax highlighting library so that I can use it in one of my projects. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Jan 18
5
How do I pass form values from POST controller specs?
...y environment: * OS X Tiger * ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.11.1] Gems: abstract (1.0.0) actionmailer (2.0.2) actionpack (2.0.2) activerecord (2.0.2) activeresource (2.0.2) activesupport (2.0.2, 2.0.1) archive-tar-minitar (0.5.1) builder (2.1.2) cgi_multipart_eof_fix (2.5.0) coderay (0.7.4.215) color (1.4.0) daemons (1.0.9) diff-lcs (1.1.2) directory_watcher (1.1.0) erubis (2.4.1) eventmachine (0.10.0) fastthread (1.0.1) fcgi (0.8.7) flexmock (0.8.0) gem_plugin (0.2.3) god (0.6.0) GraphvizR (0.5.1) gratr (0.4.3) haml (1.7.2) heckle (1.4.1) heel (0.6.0) highline (1.4.0) hoe (1....
2009 Jun 10
3
Problems 4.2 installing on Windows?
I keep an old Windows machine around for making sure that RedCloth Win32 binary gems install. When I try gem update RedCloth, it just installs 4.1.9. Did I do something wrong in the gemspec? Would someone else with a windows machine try it and let me know how it goes? Jason