Dav YaginumaDav Yaginuma
Standup 4/17/2007
edit Posted by Dav Yaginuma on Wednesday April 18, 2007 at 05:07PM

Interesting Things

  • Nesting a javascript generator within a javascript generator does not work:
<code>
  new.rhtml:
  link_to_function "myFunction" do |page|
     page.insert_html :bottom, :partial => 'new_stuff'
   end

   _new_stuff.rhtml:
   link_to_function "remove" do |page|
     page.replace_html 'some_id', ""
   end
</code>

The quotes in the nested JS are not escaped properly.

  • The plugin team introduced new email validation for the User plugin. They covered this with functional/unit tests within the plugin but projects using the plugin will need to update their own Selenium tests.

Total Stand-up Meeting Time: 10:00 minutes

Comments

No comments have been posted yet.

Add a Comment (MarkDown available)