http://dev.rubyonrails.org/ticket/8750 will address of the issue of
not being able to use:
assert_select_rjs :replace
assert_select_rjs :replace_html
when you use:
page[id].replace
page[id].replace_html
Currently you have to use :chained_replace and :chained_replace_html
in your assert_select_rjs calls which seems unneeded. It also makes
assert_select_rjs seem broken to people who use the page[id] syntax
over the "page(id, ...)" syntax.
Could someone with commit access please review the ticket,
Zach
--~--~---------~--~----~------------~-------~--~----~
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-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---