Displaying 3 results from an estimated 3 matches for "yet_anoth".
Did you mean:
  yet_another
  
2006 Nov 28
8
view specs with partials
When I first learned about the View specs I was very excited.  I  
still am.  However, I haven''t found them useful yet for one reason.   
They throw the following exception when ever a view renders another  
view, which is very common.
ActionView::TemplateError in ''Event View message''
No rhtml, rxml, rjs or delegate template found for spec/rails/ 
view_spec/_info
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax.
I have the following action:
   def change_ad_type_form
     render :update do |page|
       page.replace_html ''ad_sub_form'', :partial => ''text''
     end
   end
and the following spec:
   specify "should return Text subform on AJAX request to  
change_ad_type_form" do
    
2006 Jun 21
3
getElementsByClassName
How should I expect the performance of this function to be?
I wrote this code:
function CreateTOC(){
			
	var $aTOC = document.getElementsByClassName(''tocitem'');
	if(isArray($aTOC)){
	
		$temp = ''<INPUT TYPE="SUBMIT" NAME="cmdSave_Update"
VALUE="Close" CLASS="menubuttons"> '';
		$temp += ''<INPUT