similar to: Redcloth bug - Stack overflow in regexp matcher

Displaying 20 results from an estimated 1000 matches similar to: "Redcloth bug - Stack overflow in regexp matcher"

2008 Nov 10
0
RedCloth vs redcloth grrrrrrrrr !!!!!
Most other folks use lower case file names for their gems but not RedCloth and now it''s causing trouble. On my development machine Ubuntu 8.04, Rails 2.1.0 RedCloth (4.1.0 4.0.3) everything loads and runs just fine. On a new VPS (Ubuntu 64-bit) Rails 2.1.0 RedCloth 4.1.0, I can''t even start Mongrel and I get this error `gem_original_require'': no such file to load --
2008 Nov 06
2
redcloth executable removed from gem?
Hello, I have the RedCloth 4.x gem installed on a new machine. I used to use the redcloth command line tool/executable ocassionally. Can anyone clarify if it''s still part of the RedCloth 4.x gem series? Thanks. PS: I checked the sources. And the executable source resides in bin [1]. However, checking the Rakefile that generates the gem package I can''t find any
2008 Apr 22
1
''dependencies'' and RedCloth
Hey gang. Jed noticed an issue with the ''dependency''/''dependencies'' macro the other day when working on the Collective wiki. Namely, if you make RedCloth a dependency Merb gets a little cranky. I think I have this figured out when doing some mods to Collective today too. However, before I go trying to fix this in Merb, I wanted to run this by the community.
2007 Mar 24
0
ignored blocks in redcloth
Hello Redclothians, In Redcloth, is there syntax to add something to a wiki block that is not parsed by redcloth? for example: $permission$ h2. title * blah * blah where $permission$ is ignored by redcloth, so it doesnt affect the rendering of wiki syntax -> html, but appears when you edit a page (perk for me would to also have it not appear in the rendered html). Why would anyone want
2006 Jun 05
0
RedCloth in Rails documentation bug
It is trivial to get RedCloth to work in irb or script/console. But when I try to put code into a rails view or controller it complains that it doesn''t know what ''RedCloth.new'' is or how to ''require "redcloth"''. How do you tell rails to use RedCloth? Do you put something in config/environment.rb ? Blah, blah, blah .... Oh, of course! (45
2008 Mar 23
1
redcloth gem ragel code doesn''t build in jruby
I tried to install RedCloth-3.274 in jruby (trunk) but the install failed when RedCloth tried to build the C code using mkmf: I forget whether SuperRedcloth ever did build in JRuby?? I know Hpricot (which also uses ragel which can compile to Java code) works in JRuby -- with the patch here: https://code.whytheluckystiff.net/hpricot/ticket/131) I might be confusing the two ... FYI: If you
2006 May 04
1
SVK failure trying to sync to redcloth trunk
Hi all, I''m seeing the following failure when trying to sync redcloth/trunk. I also get a 400 Bad Request error with the Eclipse SVN client. Google suggests a naughty proxy might be at work here... Tried curl - i -X OPTIONS, but didn''t see anything strange -- standard webdav enabled stuff. Any ideas? >> svk sync //redcloth/trunk Syncing
2007 Nov 07
0
RedCloth startup?
hello hello.. as i am both developing and using my rails app on my laptop and as i shut it down at least daily (at night - to conserve energy), i had put the ruby startup server command (ruby script/server -d) in a cronjob set to reboot. that way, by the time i opened my browser, rails was already running. presto. problem is, now that im using redcloth (via acts_as_textiled), i get an error on
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 first feed into Coderay via a helper
2007 Aug 29
0
Patch - bug fix for RedCloth when using !image! and :filter_html in combination
RedCloth.new("!image!", [:filter_html]).to_html will cause the following error: "error occurred while evaluating nil.gsub" This patch will fix it. Can you apply this please to next release of RedCloth? Thanks! Tim --- redcloth_old.rb 2007-08-29 17:02:51.537099600 -0600 +++ redcloth.rb 2007-08-29 17:04:34.666099600 -0600 @@ -1115,7 +1115,7 @@
2007 Jan 16
1
<BR> and <P> in RedCloth v. Textism
Hi, I''m using RedCloth right now for some simple markup in a Rails project. It''s simple and easy - thanks for a great tool! I have a question about an apparent discrepancy between RedCloth and Textile, relating to newline characters. I''ve played with the "hard_breaks" feature and that seems to generate it''s own problems.. If I go onto the Textile
2006 May 04
1
Better Wiki solution than RedCloth
I am currently using RedCloth for my homebrew wiki engine. However I am finding that I would like more sophisticated markup options ... probably to the near sophistication of wikipedia. This is probably not the limitation of RedCloth but rather the TextTile standard. So my question is whether there is a better Wiki solution than RedCloth? I am looking to be able to define 1) external links,
2006 Sep 18
2
RedCloth !image! bug with filter_html
Hi all! I am trying tu set up RedCloth for user-submitted comments. And here is my problem. The :filter_html option just breaks images :-( For example, if I try in irb: string= "Some textile !agif.gif! and textile again" RedCloth.new(string, [:filter_html, :filter_styles]).to_html(:textile) I get: NoMethodError: You have a nil object when you didn''t expect it! The error
2007 Jan 23
7
RedCloth and SuperRedCloth
Good day to the parliament of RedCloth followers gathered here. Grave matters at hand!! I''m personally quite unhappy with the state of RedCloth and am reluctant to release the code in the repository. I can''t say if the code works with any confidence because I can''t generate the (Poignant) Guide with the current RedCloth. I know some things are fixed, but I''m
2006 Apr 28
1
Redcloth is ..
I've been looking at Dean Allen's Redcloth, which claims to incorporate both Markdown and Textile, as implemented in Ruby by _why. While the code is clear and readable, the boundary between markdown and Textile is not. The documentation says # By default, Redcloth uses both Textile and Markdown formatting, with # Textile formatting taking precedence. If you want to turn off Markdown #
2007 Jul 03
0
redcloth 3.0.4 bug
irb(main):001:0> require ''redcloth'' => true irb(main):002:0> RedCloth.new("a^2^+b^2^=c^2^").to_html => "<p>a<sup>2^+b</sup>2<sup>=c</sup>2^</p>" The output is not what I expect at all. Am I missing something or is this actually a bug. -------------- next part -------------- An HTML attachment was scrubbed...
2005 Nov 14
0
New RedCloth repository
Starting with RedCloth 3.1, we''re switching to the `redcloth3'' module in Rubyforge CVS: cvs -d :pserver:anonymous at rubyforge.org:/var/cvs/redcloth login cvs -d :pserver:anonymous at rubyforge.org:/var/cvs/redcloth checkout redcloth3 _why //
2007 Dec 05
2
some redcloth questions
1) Is there a way to strip a redcloth string of all redcloth tags? I need to display a snippet of the text in an index page and want all markings removed. I used RedCloth.new(''a'').methods but didn''t find anything appropriate. For now, I''m converting to html then stripping tags. 2) what''s the best practice in term of storing user''s redcloth-
2010 Jul 19
0
redcloth with rails3 and ruby 1.9.2
is redcloth working with rails3 and 1.9.2? I don''t see it here - http://railsplugins.org/ redcloth 4.2.3 throws this exception when trying to use the method textilize: uninitialized constant ActionView::Helpers::TextHelper::RedCloth I might need to use the 1.9.2. can you guide me how to use the 1.9.2 version? (I assume i''ll have to clone the repo but not sure what to do next).
2011 May 14
4
RedCloth not found
Hi, I''m learning RoR and I have a problem with RedCloth. I have installed it by gem install RedCloth and I have it in my path. But when I require it, it is not found. irb(main):001:0> require ''rubygems'' => nil irb(main):002:0> require ''redcloth'' LoadError: no such file to load -- redcloth from