spacer

spacer
Results 1-25 of about 65 results found for '"Zach Dennis"' in 0.81 seconds
 1 23

test_to_csv_with_default_options.rb
    parsed_csv = FasterCSV.parse( @csv )
    actual_data = parsed_csv.last
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 26
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/trunk/ar-extensions/tests/test_to_csv_with_default_options.rb

test_to_csv_with_default_options.rb
    parsed_csv = FasterCSV.parse( @csv )
    actual_data = parsed_csv.last
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 26
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.2/tests/test_to_csv_with_default_options.rb

test_to_csv_with_default_options.rb
    parsed_csv = FasterCSV.parse( @csv )
    actual_data = parsed_csv.last
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 26
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.4.0/tests/test_to_csv_with_default_options.rb

test_to_csv_with_default_options.rb
    parsed_csv = FasterCSV.parse( @csv )
    actual_data = parsed_csv.last
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 26
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.0/tests/test_to_csv_with_default_options.rb

test_to_csv_with_default_options.rb
    parsed_csv = FasterCSV.parse( @csv )
    actual_data = parsed_csv.last
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 26
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.1/tests/test_to_csv_with_default_options.rb

test_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 208
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/trunk/ar-extensions/tests/test_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 216
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.2/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 184
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.1.0/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 188
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.2.0/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 188
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.3.0/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 185
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.4.0/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 216
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.0/tests/test_active_record_base_finders.rb

test_active_record_base_finders.rb
  end  
  def test_find_by_array3
    developers = Developer.find_all_by_name( [ 'Zach Dennis', 'John Doe', "The Second Topic's of the day" ] )
    assert_equal( 2, developers.size )
  end
Language: Ruby
LOC: 216
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.1/tests/test_active_record_base_finders.rb

factory_loader.rb
#
# === Public Git repository: 
# git://github.com/zdennis/factory_loader.git
# 
# === Homepage:
Language: Ruby
LOC: 35
Spider_315 : Mutually Human Software (project search) : .../Mutually_Human_Software/factory_loader-0.1.2.gem/data.tar.gz.---/lib/factory_loader.rb

import.rb
    #  
    #  # Example using array of model objects
    #  posts = [ BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT2',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT3' ]
Language: Ruby
LOC: 116
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../trunk/ar-extensions/lib/ar-extensions/import.rb

import.rb
    #  
    #  # Example using array of model objects
    #  posts = [ BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT2',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT3' ]
Language: Ruby
LOC: 116
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../tags/ar-extensions-0.5.2/lib/ar-extensions/import.rb

import.rb
    #  
    #  # Example using array of model objects
    #  posts = [ BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT2',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT3' ]
Language: Ruby
LOC: 116
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../tags/ar-extensions-0.4.0/lib/ar-extensions/import.rb

import.rb
    #  
    #  # Example using array of model objects
    #  posts = [ BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT2',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT3' ]
Language: Ruby
LOC: 116
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../tags/ar-extensions-0.5.0/lib/ar-extensions/import.rb

import.rb
    #  
    #  # Example using array of model objects
    #  posts = [ BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT2',
    #            BlogPost.new :author_name=>'Zach Dennis', :title=>'AREXT3' ]
Language: Ruby
LOC: 116
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../tags/ar-extensions-0.5.1/lib/ar-extensions/import.rb

test_active_record_base_finders.rb
    developers = Developer.find( :all, :conditions=>{ :name_like=>'ach' } )
    assert_equal( 1, developers.size )
    developers = Developer.find( :all, :conditions=>{ :name_like=>'Zach' } )
    assert_equal( 1, developers.size )
  end
Language: Ruby
LOC: 106
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/branches/base-extensions_finder-extensions/tests/test_active_record_base_finders.rb

test_to_csv_with_common_options.rb
    actual_data = parsed_csv.first
    assert_equal 1, parsed_csv.size
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 559
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/trunk/ar-extensions/tests/test_to_csv_with_common_options.rb

test_to_csv_with_common_options.rb
    actual_data = parsed_csv.first
    assert_equal 1, parsed_csv.size
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 559
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.2/tests/test_to_csv_with_common_options.rb

test_to_csv_with_common_options.rb
    actual_data = parsed_csv.first
    assert_equal 1, parsed_csv.size
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 559
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.4.0/tests/test_to_csv_with_common_options.rb

test_to_csv_with_common_options.rb
    actual_data = parsed_csv.first
    assert_equal 1, parsed_csv.size
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 559
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.0/tests/test_to_csv_with_common_options.rb

test_to_csv_with_common_options.rb
    actual_data = parsed_csv.first
    assert_equal 1, parsed_csv.size
    expected_data = '', '1', 'Zach Dennis', '1', '1', ''
    assert_equal expected_data, actual_data
  end
Language: Ruby
LOC: 559
RubyForge (SVN) : ActiveRecord Extensions (project search) : .../arext/tags/ar-extensions-0.5.1/tests/test_to_csv_with_common_options.rb

 1 23

Project Matches

continuousthinking - Continuous thinking is a placeholder for misc....

Can't find a project?
Add it to our index








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.