search for: u003c

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

Did you mean: u003d
2008 Jan 23
11
Rails 2.0.2 + RJS
Hi I had ajax commenting on my app, which worked perfectly on Rails v1.2.6, but does not work the same in Rails 2.02. Basically the comment gets added, but the visual effects do not work (ie lines 2 + 3 of create.rjs) create.js page.insert_html :bottom, ''comments'', :partial => ''comment'' page.visual_effect :appear, "comment_#{@comment.id}"
2009 Mar 10
5
onsubmit for remote_form_for not working properly
...;" } do |f| %> // Form elements here <% end %> but it not works well. if condition return false then my form is not get submitted this is exactly what i want but when it returns true it produce something like this o/p on UI. Element.update("user_report", "\n\n\u003Ctable class=\"list issues\"\u003E\n \u003Cthead\u003E\u003Ctr\u003E\n \u003Cth\u003E#\u003C/th\u003E\n when i delete :html code it works fine. Regards, Salil -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message bec...
2008 Jul 12
0
to_json in Rails 2.0.2 not generating proper json?
...to "created_at": {} 2) :except does not work, @post.to_json(:except => [:created_at, :updated_at] still gives me "created_at": {}, "update_at": {} 3) problem with escaped char mapping: ''<'' mapped to ''\074'' instead of ''\u003C'' Is there problem with my installation? Is there a module I should turn on? Do I need jsonifier plugin? Help please! victor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou...