search for: posbus

Displaying 4 results from an estimated 4 matches for "posbus".

Did you mean: postbus
2006 Aug 15
4
escaping html?
Hi I have a wysiwyg html ditor in my app. How do I escape html written to the database and encoding when I display the content> Ty Pieter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/d8c50941/attachment.html
2006 Aug 14
2
ajax - layout problem.
Hi guys Here is my problem... Using Ajax to update a div with link_to_remote. Problem is I have a layout defined in my class, so, the div gets the layout when I call the method, how di I tell a method to ingore the layout? Cheers. Pieter. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 04
2
routing question
Hi guys Following little problem. Am using tinymce for a little wysiwyg plugin. it comes with an imagemanager module, but I get the following error when trying to use it: Recognition failed for "/javascripts/tiny_mce/plugins/imanager/imanager.php There is obviously a little php program it wants to pop up but the rails routing is screwing the process... I am running lighttpd and I do have
2006 Nov 04
0
active record, checking for existing records
Hi all Writing Newsfeeds into a database from a directory of xml documents. In the start of my file loop i have: next if !NewsFeed.find_by_filename(f)==nil I do not want to add a file if it has been added previously.... This does not work though!