Displaying 3 results from an estimated 3 matches for "escape_html".
2010 Aug 19
0
Camping 2.1 - ERB, Haml, 1.9, bug fixes, new website!
...r :index
end
end
end
Now you just need to add a views/index.haml or views/index.erb and it''ll
render that instead of using Markaby. You can still use Markaby of course!
If you want to change any options for either ERB or Haml, you can use #set:
module App
set :haml, { :escape_html => true }
set :erb, { :trim => "%" }
end
~> New homepage
Bluebie has designed an excellent new homepage for Camping:
http://camping.rubyforge.org/
It should have links to pretty much everything you need to know about
Camping. As soon as possible we''ll also t...
2008 Sep 05
3
Still confused on content blocks...
I''ve read the docs. Honestly. But, I still can''t get my site working
with the latest gem. I''m confused over when and how I need to specify
content blocks, and how these relate to the stuff in config.yaml.
The specific problem is with my analytics file include, I get errors like this:
An error has occurred: Error while processing
</analytics.en.html>: Error
2010 Feb 15
29
webgen 0.5.11 released
Hey everybody!
--------------
webgen 0.5.11 has just been released! If you don''t know what webgen is,
read the "What''s webgen?" section down below.
This announcement is also available at
http://webgen.rubyforge.org/news/release_0_5_11.html
In this release there are two big changes regarding the internals of
webgen:
1. The dependency on facets has been removed