Sha256: ed69c9e1fd2242570045d7b8712ece81f076f00dd10dade90d6ac494956601de

Contents?: true

Size: 1.04 KB

Versions: 38

Compression:

Stored size: 1.04 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

search_engine_00001:
  id: 1
  name: Keio University Library
  url: http://catalog.lib.keio.ac.jp/
  base_url: http://catalog.lib.keio.ac.jp/
  http_method: post
  query_param: query
  additional_param: "submit=Search\nlocale=ja\nkeyword={query}"
  note: 
  position: 1

search_engine_00002:
  id: 2
  name: Google
  url: http://www.google.com/
  base_url: http://www.google.com/
  http_method: get
  query_param: q
  note: 
  position: 2

# == Schema Information
#
# Table name: search_engines
#
#  id               :integer          not null, primary key
#  name             :string(255)      not null
#  display_name     :text
#  url              :string(255)      not null
#  base_url         :text             not null
#  http_method      :text             not null
#  query_param      :text             not null
#  additional_param :text
#  note             :text
#  position         :integer
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre43 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre42 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre41 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre40 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre39 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre38 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre37 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre36 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre35 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre34 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre33 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre32 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre31 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre30 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre29 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre28 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre27 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre26 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre25 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre24 spec/fixtures/search_engines.yml