new to ROR ecommerce and am having trouble activating a product. I have entered a description which saves and appears in the overview and input box but not in the preview in the description editor. When I go to activate the product I get the flash…
We're using Bluecloth for the text formatting on a rails website but I've run into a problem with some email addresses. When they have double underscores in the address BlueCloth is translating it into EM tags.
In the rails…
Is there support for spoilers in BlueCloth for Ruby on Rails?
It seems to exist in most markdown implementations like this:
you type >! This is a spoiler and you get:
This is a spoiler
This doesn't seem to work in BlueCloth.
The following Haml causes to a Encoding::UndefinedConversionError when the latest BlueCloth (2.0.11) is used for markdown processing under Ruby 1.9.2:
:markdown
résumé
Apparently, the humble é character is enough to make BlueCloth throw a fit! Is…
Our VPS was just upgraded from Debian Squeeze and php 5.2 to Ubuntu and php 5.5, our website (coded in Ruby) is now down with all sorts of fun errors:
our URL: http://grfxpstore.com/
Here's a link to what has changed:…
I'm using Haml in rails and have been writting with the :markdown filter (bluecloth gem), but a piece of example code is in ruby and the page tries to execute the #{values}, how can I stop this?
Here is the breaking bit of code:
:markdown
…
Was following steps described in https://stackoverflow.com/a/13544086/3206440 for resolving error with bluecloth-2.2.0 gem installation in windows 7. Encountered an error in step 4 given in the above link - any ideas?
Console output…
I'm trying to use the BlueCloth gem in order to parse some markdown for my rails app. I added it to my gem file:
gem 'BlueCloth'
In my .html.erb views I user the code
<%= BlueCloth.new(post.content).to_html.html_safe %>
To render the…
Hello I am using for a rails (2.3.4) BlueCloth (2.0.11) an want type my text in die text box and after that I want to copy the html preview, which is provided by BlueCloth.
Now: when ever I mark the html, BlueCloth unmark it.
Can I FIX…