search for: rdiscount

Displaying 10 results from an estimated 10 matches for "rdiscount".

Did you mean: discount
2009 Jul 09
6
rdiscount Deadlock !
rdiscount-1.3.1.1 is uninstallable on solaris --------------------------------------------------------- root@dcb0:/opt/gitorious# gem install rdiscount -v 1.3.1.1 Building native extensions. This could take a while... ERROR: Error installing rdiscount: ERROR: Failed to build gem native extension....
2011 Jan 22
0
table of contents in RDiscount
I''m using RDiscount with the generate_toc (generate table of contents) option for a wiki on my site. But I have no idea how to coax a TOC out of a wiki page. Can someone give me a clue? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to...
2009 Feb 05
0
Slide Show (S9) Gem V0.7 - Better Support for More Markdown (Ruby) Libs and More
Hello, == What's new in 0.7? I removed the dependency on Maruku (and Oniguruma) and now allow and check for optional installed Markdown libraries/gems. For now the search order for markdown libraries is first come, first serve, that is: rdiscount > rpeg-markdown > maruku > bluecloth (fallback, always present because it's required in gem spec). If you want to use rdiscount as your markdown library install it using RubyGems e.g. gem install rdiscount Same goes for rpeg-markdown or maruku and so on. That's it. Que...
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
2011 Apr 16
17
Rails 3 Crashing On Windows 7
Hi guys, I have Rails 3 running on Windows 7 with Ruby 1.9.2 Every now and again, my server crashes, and I see the following information in the windows event log: Faulting application name: ruby.exe, version: 1.9.2.180, time stamp: 0x4d5ee5ed Faulting module name: msvcrt-ruby191.dll, version: 1.9.2.180, time stamp: 0x4d5ee5ec Exception code: 0xc0000005 Fault offset: 0x0011a00e Faulting process
2011 Apr 20
6
rake db:create fails
...m_plugin (0.2.3) i18n (0.5.0) linecache (0.43 mswin32) mail (2.2.16) mime-types (1.16) minitest (1.6.0) mongrel (1.1.5 x86-mingw32) mysql (2.8.1 x86-mingw32, 2.7.3 mswin32) mysql2 (0.2.7) polyglot (0.3.1) rack (1.2.2) rack-mount (0.6.14) rack-test (0.5.7) rails (3.0.6) railties (3.0.6) rake (0.8.7) rdiscount (1.6.8) rdoc (2.5.8) ruby-debug-base (0.10.3 mswin32) ruby-debug-ide (0.4.5) ruby-oci8 (2.0.4 x86-mingw32) rubygems-update (1.7.2) sqlite3-ruby (1.2.1 mswin32) thor (0.14.6) treetop (1.4.9) tzinfo (0.3.26) Can anyone help me, please? thank´s a lot -- Posted via http://www.ruby-forum.com/. --...
2012 Jun 16
0
markdown gem - Markdown Engine Wrapper - Use Your Markdown Library of Choice in Ruby
Hello, I've created a markdown gem in Ruby that lets you use your markdown library of choice. Preconfigured markdown libraries include: kramdown, redcarpet, bluecloth, maruku, rpeg-markdown, rdiscount, pandoc-ruby. Usage in your Ruby code: require 'markdown' Markdown.new( 'Hello World' ).to_html The gem also includes a little command line tool. Try markdown -h for details. For configuration and more see the project site at http://geraldb.github.com/markdown...
2010 Jul 01
25
Encoding problems with Rails 3 + Ruby 1.9.1 (big surprise)
I have kind of an interesting problem. I have a form wherein people enter information. Big surprise. If they enter any "weird" characters like ø or é or whatever, the form will submit and all is well. However, I have a select box for the state which, if you''re looking at Spain, has states like A Coruña, Cádiz and País Vasco. These are pulled from the database which is set to
2010 Dec 15
3
my scala markdown implementation
Hi, I have written my own implementation of markdown in Scala. I only later realized there is already one ( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some work into mine and I think it is never bad to have alternatives, so I wanted to release it anyway. I want to use the same BSD License as the original markdown, but before I put it out into the wild I wanted to ask
2009 Aug 12
21
I am very overwhelmed going to production and need help
The title says it all - please bear with me. To let you know where I stand, I have been working for up to 12 hours a day for 2 months and 2 weeks trying to get my site ready for release. In development (on windows) it works perfectly. In production (on linux ubuntu) it does not. I stopped using capistrano because there are problems with the repo on github and things aren''t working