Displaying 3 results from an estimated 3 matches for "bbcodeize".
Did you mean:
bbcodeizer
2008 Apr 10
5
Extending Bluecloth/Redcloth
I''d like to extend bleucloth or redcloth to support custom tags, e.g. I
want to use markup like this:
[pubmed:18332676]
which shall be extended to:
<a href="http://www.ncbi.nlm.nih.gov/pubmed/18332676">Behav Pharmacol.
2008 Mar;19(2):121-128.</a>
Does anyone know, if this is possible and has some hints how to do
this?! I have not decided, wether I want to use
2007 Aug 30
1
Please Help ASAP
Hey Guys i have got a problem i am searching for the plugin called
bbcodeizer ...if some one is having it plz send it to me
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public...
2007 Jul 19
7
NoMethodError in partial driving me mad
...@news = NewsCategory.find(params[:id]).news
render_partial ''news'', :collection => @news
end
_news.rhtml:
---------------------------------
<div>
<h1><%=h news.title %> - Kategory: <%= news.news_category.title %></
h1>
<p>
<%= bbcodeize news.content %>
</p>
<p>
<span class="author">
erstellt von <%=link_to news.user.login, :controller =>
"user", :action => "show", :id => news.user.id %>
vor <%= time_ago_in_words news.created_at %>.
<%= "zulet...