search for: becela

Displaying 3 results from an estimated 3 matches for "becela".

2006 May 30
2
Wrong Content-type in RJS with Gettext
...ok; rjs templates are rendered on both servers with proper Content-type. I reproduced this behaviour on a blank test app so it doesn''t depends on my code. I use EdgeRails (rev:4380), lighty: 1.4.11, gettext gem 1.5.0. Can you tell me what''s wrong here? Best regards, -- Jacek Becela -- Posted via http://www.ruby-forum.com/.
2008 Mar 01
1
Asking for last +1 for render :parial => @something in namespaced controllers patch
Hello, http://dev.rubyonrails.org/ticket/9742 If anyone is annoyed by that, please find a moment to review the patch. It''s rather tiny and tested enough. It still applies cleanly (r8962) as I write this. Thanks, Jacek Becela --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-c...
2007 Nov 16
0
ActionView::Helpers::SanitizeHelper.sanitize docs
Hello, First sentence of sanitize() method doc says: "This sanitize helper will html encode all tags and strip all attributes that aren''t specifically allowed." But sanitize("<h1>foo</h1> <bar>should html encode</bar>") == "<h1>foo</h1> should html encode". Shouldn''t it html encode <bar> to