From 4e19da56a0f204a45a344d3fb8fa764fcf1e79e4 Mon Sep 17 00:00:00 2001 From: Skud Date: Sun, 30 Nov 2014 14:51:33 +1100 Subject: [PATCH] Rearrange fields in crop uploads (sci names last) --- app/models/crop.rb | 4 +- db/schema.rb | 1 + db/seeds/crops-00.csv | 466 ++++++++++++++++----------------- db/seeds/crops-10-peppers.csv | 122 ++++----- db/seeds/crops-11-tomatoes.csv | 82 +++--- spec/models/crop_spec.rb | 9 +- 6 files changed, 342 insertions(+), 342 deletions(-) diff --git a/app/models/crop.rb b/app/models/crop.rb index 9777d8fd4..5f4758366 100644 --- a/app/models/crop.rb +++ b/app/models/crop.rb @@ -122,12 +122,12 @@ class Crop < ActiveRecord::Base # used by db/seeds.rb and rake growstuff:import_crops # CSV fields: # - name (required) -# - scientific name (optional, can be picked up from parent if it has one) # - en_wikipedia_url (required) # - parent (name, optional) +# - scientific name (optional, can be picked up from parent if it has one) def Crop.create_from_csv(row) - name,scientific_name,en_wikipedia_url,parent = row + name,en_wikipedia_url,parent,scientific_name = row cropbot = Member.find_by_login_name('cropbot') raise "cropbot account not found: run rake db:seed" unless cropbot diff --git a/db/schema.rb b/db/schema.rb index 39a68cab2..72fcb7231 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -262,6 +262,7 @@ ActiveRecord::Schema.define(:version => 20141018111015) do t.datetime "updated_at", :null => false t.string "slug" t.integer "forum_id" + t.integer "parent_id" end add_index "posts", ["created_at", "author_id"], :name => "index_updates_on_created_at_and_user_id" diff --git a/db/seeds/crops-00.csv b/db/seeds/crops-00.csv index ab0d135fa..adad852cb 100644 --- a/db/seeds/crops-00.csv +++ b/db/seeds/crops-00.csv @@ -1,233 +1,233 @@ -achiote,Bixa orellana,https://en.wikipedia.org/wiki/Bixa_orellana -ackee,Blighia sapida,https://en.wikipedia.org/wiki/Ackee -acuyo,Piper auritum,https://en.wikipedia.org/wiki/Piper_auritum -alexanders,Smyrnium olusatrum,https://en.wikipedia.org/wiki/Alexanders -alfalfa,Medicago sativa,https://en.wikipedia.org/wiki/Alfalfa -allspice,Pimenta dioica,https://en.wikipedia.org/wiki/Allspice -almond,Prunus dulcis,https://en.wikipedia.org/wiki/Almond -amaranth,Amaranthus spp.,https://en.wikipedia.org/wiki/Amaranth -anise,Pimpinella anisum,https://en.wikipedia.org/wiki/Anise -apple,Malus domestica,https://en.wikipedia.org/wiki/Apple -apple mint,Mentha suaveolens,https://en.wikipedia.org/wiki/Apple_mint -apricot,Prunus armeniaca,https://en.wikipedia.org/wiki/Apricot -arrowroot,Maranta arundinacea,https://en.wikipedia.org/wiki/Maranta_arundinacea -artichoke,Cynara cardunculus,https://en.wikipedia.org/wiki/Artichoke -arugula,Eruca sativa,https://en.wikipedia.org/wiki/Arugula -asparagus,Asparagus officinalis,https://en.wikipedia.org/wiki/Asparagus -avocado,Persea americana,https://en.wikipedia.org/wiki/Avocado -banana,Musa spp.,https://en.wikipedia.org/wiki/Banana -barley,Hordeum vulgare,https://en.wikipedia.org/wiki/Barley -basil,Ocimum basilicum,https://en.wikipedia.org/wiki/Basil -bay,Laurus nobilis,https://en.wikipedia.org/wiki/Bay_Laurel -bean,Phaseolus vulgaris,https://en.wikipedia.org/wiki/Common_bean -beet,Beta vulgaris,https://en.wikipedia.org/wiki/Beet -bell pepper,Capsicum annuum,https://en.wikipedia.org/wiki/Bell_pepper -bitter melon,Momordica charantia,https://en.wikipedia.org/wiki/Bitter_melon -blackberry,Rubus fruticosus,https://en.wikipedia.org/wiki/Blackberry -blackcurrant,Ribes spp.,https://en.wikipedia.org/wiki/Ribes -borage,Borago officinalis,https://en.wikipedia.org/wiki/Borage -breadfruit,Artocarpus altilis,https://en.wikipedia.org/wiki/Breadfruit -broccoli,Brassica oleracea,https://en.wikipedia.org/wiki/Broccoli -Brussels sprout,Brassica oleracea,https://en.wikipedia.org/wiki/Brussels_sprout -buckwheat,Fagopyrum esculentum,https://en.wikipedia.org/wiki/Buckwheat -cabbage,Brassica oleracea,https://en.wikipedia.org/wiki/Cabbage -cape gooseberry,Physalis peruviana,https://en.wikipedia.org/wiki/Physalis_peruviana -caper,Capparis spinosa,https://en.wikipedia.org/wiki/Caper -cardoon,Cynara cardunculus,https://en.wikipedia.org/wiki/Cardoon -carrot,Daucus carota,https://en.wikipedia.org/wiki/Carrot -cassava,Manihot esculenta,https://en.wikipedia.org/wiki/Cassava -catnip,Nepeta cataria,https://en.wikipedia.org/wiki/Nepeta_cataria -cauliflower,Brassica oleracea,https://en.wikipedia.org/wiki/Cauliflower -cayenne pepper,Capsicum annuum,https://en.wikipedia.org/wiki/Cayenne_pepper -celeriac,Apium graveolens var. rapaceum,https://en.wikipedia.org/wiki/Celeriac -celery,Apium graveolens,https://en.wikipedia.org/wiki/Celery -chamomile,Matricaria chamomila,https://en.wikipedia.org/wiki/Matricaria_recutita -chaya,Cnidoscolus aconitifolius,https://en.wikipedia.org/wiki/Cnidoscolus_aconitifolius -chayote,Sechium edule,https://en.wikipedia.org/wiki/Chayote -cherry,Prunus avium,https://en.wikipedia.org/wiki/Cherry -chervil,Anthriscus cerefolium,https://en.wikipedia.org/wiki/Chervil -chestnut,Castanea spp.,https://en.wikipedia.org/wiki/Chestnut -chickpeas,Cicer arietinum,https://en.wikipedia.org/wiki/Chickpea -chickweed,Stellaria,https://en.wikipedia.org/wiki/Stellaria -chicory,Cichorium intybus,https://en.wikipedia.org/wiki/Chicory -chinese cabbage,Brassica rapa (pekinensis),https://en.wikipedia.org/wiki/Chinese_cabbage -chives,Allium schoenoprasum,https://en.wikipedia.org/wiki/Chives -cicely,Myrrhis odorata,https://en.wikipedia.org/wiki/Cicely -citron,Citrus medica,https://en.wikipedia.org/wiki/Citron -coconut,Cocos nucifera,https://en.wikipedia.org/wiki/Coconut -collard greens,Brassica oleracea (acephala),https://en.wikipedia.org/wiki/Collard_greens -comfrey,Symphytum officinale,https://en.wikipedia.org/wiki/Comfrey -coriander,Coriandrum sativum,https://en.wikipedia.org/wiki/Coriander -corn,Zea mays,https://en.wikipedia.org/wiki/Corn -corn salad,Valerianella locusta,https://en.wikipedia.org/wiki/Corn_salad -cress,Lepidium sativum,https://en.wikipedia.org/wiki/Garden_cress -cucumber,Cucumis sativus,https://en.wikipedia.org/wiki/Cucumbers -cumin,Cuminum cyminum,https://en.wikipedia.org/wiki/Cumin -cumquat,Citrus japonica,https://en.wikipedia.org/wiki/Kumquat -curry leaf,Murraya koenigii,https://en.wikipedia.org/wiki/Curry-leaf_Tree -curry plant,Helichrysum italicum,https://en.wikipedia.org/wiki/Helichrysum_italicum -daikon,Raphanus sativus Longipinnatus group,https://en.wikipedia.org/wiki/Daikon -dandelion,Taraxacum officinale,https://en.wikipedia.org/wiki/Dandelion -dates,Phoenix dactylifera,https://en.wikipedia.org/wiki/Date_%28fruit%29 -desert lime,Citrus glauca,https://en.wikipedia.org/wiki/Citrus_glauca -dill,Anethum graveolens,https://en.wikipedia.org/wiki/Dill -dog rose,Rosa canina,https://en.wikipedia.org/wiki/Rosa_canina -durian,Durio,https://en.wikipedia.org/wiki/Durian -eggplant,Solanum melongena,https://en.wikipedia.org/wiki/Eggplant -elderberry,Sambucus nigra,https://en.wikipedia.org/wiki/Sambucus_nigra -endive,Cichorium endivia,https://en.wikipedia.org/wiki/Endive -epazote,Dysphania ambrosioides,https://en.wikipedia.org/wiki/Epazote -fava bean,Vicia faba,https://en.wikipedia.org/wiki/Vicia_faba -feijoa,Acca sellowiana,https://en.wikipedia.org/wiki/Acca_sellowiana -fennel,Foeniculum vulgare,https://en.wikipedia.org/wiki/Fennel -fenugreek,Trigonella foenum-graecum,https://en.wikipedia.org/wiki/Fenugreek -fiddlehead,Pteridium aquilinum,https://en.wikipedia.org/wiki/Fiddlehead -fig,Ficus carica,https://en.wikipedia.org/wiki/Common_fig -flax,Linum usitatissimum,https://en.wikipedia.org/wiki/Flax -garlic,Allium sativum,https://en.wikipedia.org/wiki/Garlic -garlic chives,Allium tuberosum,https://en.wikipedia.org/wiki/Garlic_chives -ginger,Zingiber officinale,https://en.wikipedia.org/wiki/Ginger -gooseberry,Ribes uva-crispa,https://en.wikipedia.org/wiki/Gooseberry -grapefruit,Citrus paradisi,https://en.wikipedia.org/wiki/Grapefruit -grapes,Vitis spp.,https://en.wikipedia.org/wiki/Grape -guava,Psidium spp.,https://en.wikipedia.org/wiki/Guava -habanero,Capsicum chinense,https://en.wikipedia.org/wiki/Habanero -hibiscus,Hibiscus,https://en.wikipedia.org/wiki/Hibiscus -horseradish,Armoracia rusticana,https://en.wikipedia.org/wiki/Horseradish -jasmine,Jasminum officinale,https://en.wikipedia.org/wiki/Jasmine -Jerusalem artichoke,Helianthus tuberosus,https://en.wikipedia.org/wiki/Jerusalem_artichoke -jicama,Pachyrhizus erosus,https://en.wikipedia.org/wiki/Jicama -juniper berry,Juniperus communis,https://en.wikipedia.org/wiki/Juniper_berry -kaffir lime,Citrus x hystrix,https://en.wikipedia.org/wiki/Kaffir_lime -kale,Brassica oleracea (acephala),https://en.wikipedia.org/wiki/Kale -kava,Piper methysticum,https://en.wikipedia.org/wiki/Kava -kohlrabi,Brassica oleracea (gongylodes),https://en.wikipedia.org/wiki/Kohlrabi -lavender,Lavandula spp.,https://en.wikipedia.org/wiki/Lavender -leek,Allium ampeloprasum var. porrum,https://en.wikipedia.org/wiki/Leeks -lemon,Citrus limon,https://en.wikipedia.org/wiki/Lemon -lemon balm,Melissa officinalis,https://en.wikipedia.org/wiki/Lemon_balm -lemon myrtle,Backhousia citriodora,https://en.wikipedia.org/wiki/Backhousia_citriodora -lemon verbena,Aloysia citrodora,https://en.wikipedia.org/wiki/Aloysia_citrodora -lemongrass,Cymbopogon spp.,https://en.wikipedia.org/wiki/Lemongrass -lentils,Lens culinaris,https://en.wikipedia.org/wiki/Lentil -lettuce,Lactuca sativa,https://en.wikipedia.org/wiki/Lettuce -licorice,Glycyrrhiza glabra,https://en.wikipedia.org/wiki/Licorice -lillipilli,Syzygium luehmannii,https://en.wikipedia.org/wiki/Syzygium_luehmannii -lima bean,Phaseolus lunatus,https://en.wikipedia.org/wiki/Phaseolus_lunatus -lime,Citrus spp.,https://en.wikipedia.org/wiki/Lime_%28fruit%29 -lovage,Levisticum officinale,https://en.wikipedia.org/wiki/Lovage -luffa,Luffa cylindrica,https://en.wikipedia.org/wiki/Luffa -lupin bean,Lupinus luteus,https://en.wikipedia.org/wiki/Lupin_bean -macadamia,Macadamia,https://en.wikipedia.org/wiki/Macadamia -Malabar spinach,Basella alba,https://en.wikipedia.org/wiki/Basella_alba -mandarin,Citrus reticulata,https://en.wikipedia.org/wiki/Mandarin_orange -mango,Mangifera spp.,https://en.wikipedia.org/wiki/Mango -maracuja,Passiflora edulis,https://en.wikipedia.org/wiki/Maracuja -marjoram,Origanum majorana,https://en.wikipedia.org/wiki/Marjoram -marshmallow,Althaea officinalis,https://en.wikipedia.org/wiki/Althaea_officinalis -medlar,Mespilus germanica,https://en.wikipedia.org/wiki/Mespilus_germanica -melon,Cucumis melo,https://en.wikipedia.org/wiki/Melon -miner's lettuce,Claytonia perfoliata,https://en.wikipedia.org/wiki/Claytonia_perfoliata -mint,Mentha spicata,https://en.wikipedia.org/wiki/Mentha_spicata -mung bean,Vigna radiata,https://en.wikipedia.org/wiki/Mung_bean -mustard,Brassica juncea,https://en.wikipedia.org/wiki/Mustard_plant -nasturtium,Tropaeloum spp.,https://en.wikipedia.org/wiki/Tropaeolum -New Zealand spinach,Tetragonia tetragonioides,https://en.wikipedia.org/wiki/Tetragonia -nigella,Nigella sativa,https://en.wikipedia.org/wiki/Nigella_sativa -oats,Avena sativa,https://en.wikipedia.org/wiki/Oats -okra,Abelmoschus esculentus,https://en.wikipedia.org/wiki/Okra -olive,Olea europaea,https://en.wikipedia.org/wiki/Olive -onion,Allium cepa,https://en.wikipedia.org/wiki/Onions -orange,Citrus sinensis,https://en.wikipedia.org/wiki/Orange_%28fruit%29 -oregano,Origanum vulgare,https://en.wikipedia.org/wiki/Oregano -parsley,Petroselinum hortense,https://en.wikipedia.org/wiki/Parsley -parsnip,Pastinaca sativa,https://en.wikipedia.org/wiki/Parsnip -passion fruit,Passiflora edulis,https://en.wikipedia.org/wiki/Passionfruit -pea,Pisum sativum,https://en.wikipedia.org/wiki/Pea -peach,Prunus persica,https://en.wikipedia.org/wiki/Peach -peach,Prunus persica,https://en.wikipedia.org/wiki/Peach -peanut,Arachis hypogaea,https://en.wikipedia.org/wiki/Peanut -pear,Pyrus spp.,https://en.wikipedia.org/wiki/Pear -pearl millet,Pennisetum glaucum,https://en.wikipedia.org/wiki/Pearl_millet -pecan,Carya illinoinensis,https://en.wikipedia.org/wiki/Pecan -peppermint,Mentha x piperita,https://en.wikipedia.org/wiki/Peppermint -Persian lime,Citrus latifolia,https://en.wikipedia.org/wiki/Persian_lime -persimmon,Diospyros spp.,https://en.wikipedia.org/wiki/Persimmon -pigeon pea,Cajanus cajan,https://en.wikipedia.org/wiki/Pigeon_pea -pigface,Carpobrotus glaucescens,https://en.wikipedia.org/wiki/Carpobrotus_glaucescens -pineapple,Ananas comosus,https://en.wikipedia.org/wiki/Pineapple -pistachio,Pistacia vera,https://en.wikipedia.org/wiki/Pistachio -plantain,Musa spp.,https://en.wikipedia.org/wiki/Plantain -plum,Prunus spp.,https://en.wikipedia.org/wiki/Plum -pomegranate,Punica granatum,https://en.wikipedia.org/wiki/Pomegranate -pomelo,Citrus maxima,https://en.wikipedia.org/wiki/Pomelo -potato,Solanum tuberosum,https://en.wikipedia.org/wiki/Potatoes -prickly pear,Opuntia,https://en.wikipedia.org/wiki/Opuntia -pumpkin,Cucurbita spp.,https://en.wikipedia.org/wiki/Pumpkin -purslane,Portulaca oleracea,https://en.wikipedia.org/wiki/Portulaca_oleracea -quandong,Santalum acuminatum,https://en.wikipedia.org/wiki/Santalum_acuminatum -quince,Cydonia oblonga,https://en.wikipedia.org/wiki/Quince -quinoa,Chenopodium quinoa,https://en.wikipedia.org/wiki/Quinoa -radicchio,Cichorium intybus,https://en.wikipedia.org/wiki/Radicchio -radish,Raphanus sativus,https://en.wikipedia.org/wiki/Radish -rapeseed,Brassica napus,https://en.wikipedia.org/wiki/Rapeseed -raspberry,Rubus idaeus,https://en.wikipedia.org/wiki/Rubus_idaeus -rhubarb,Rheum rhabarbarum,https://en.wikipedia.org/wiki/Rhubarb -rice,Oryza sativa,https://en.wikipedia.org/wiki/Rice -rice bean,Vigna umbellata,https://en.wikipedia.org/wiki/Ricebean -rose,Rosa,https://en.wikipedia.org/wiki/Rose -roselle,Hibiscus sabdariffa,https://en.wikipedia.org/wiki/Roselle_%28plant%29 -rosemary,Rosmarinus officinalis,https://en.wikipedia.org/wiki/Rosemary -rue,Ruta graveolens,https://en.wikipedia.org/wiki/Common_Rue -runner bean,Phaseolus coccineus,https://en.wikipedia.org/wiki/Runner_bean -rutabaga,Brassica napus Napobrassica group,https://en.wikipedia.org/wiki/Rutabaga -rye,Secale cereale,https://en.wikipedia.org/wiki/Rye -safflower,Carthamus tinctorius,https://en.wikipedia.org/wiki/Safflower -saffron,Crocus sativus,https://en.wikipedia.org/wiki/Saffron -sage,Salvia officinalis,https://en.wikipedia.org/wiki/Salvia_officinalis -salad burnet,Sanguisorba minor,https://en.wikipedia.org/wiki/Salad_burnet -salsify,Tragopogon porrifolius,https://en.wikipedia.org/wiki/Salsify -samphire,Crithmum maritimum,https://en.wikipedia.org/wiki/Rock_samphire -sassafras,Sassafras albidum,https://en.wikipedia.org/wiki/Sassafras_albidum -sesame,Sesamum indicum,https://en.wikipedia.org/wiki/Sesame -shallot,Allium cepa var. aggregatum,https://en.wikipedia.org/wiki/Shallot -sorghum,Sorghum spp.,https://en.wikipedia.org/wiki/Sorghum -sorrel,Rumex acetosa,https://en.wikipedia.org/wiki/Sorrel -soursop,Annona muricata,https://en.wikipedia.org/wiki/Soursop -soybean,Glycine max,https://en.wikipedia.org/wiki/Soybean -spearmint,Mentha spicata,https://en.wikipedia.org/wiki/Mentha_spicata -spinach,Spinacia oleracea,https://en.wikipedia.org/wiki/Spinach -star anise,Illicium verum,https://en.wikipedia.org/wiki/Star_anise -starfruit,Averrhoa carambola,https://en.wikipedia.org/wiki/Starfruit -stevia,Stevia rebaudiana,https://en.wikipedia.org/wiki/Stevia -strawberry,Fragaria ananassa,https://en.wikipedia.org/wiki/Strawberry -summer savory,Satureja hortensis,https://en.wikipedia.org/wiki/Summer_savory -sunflowers,Helianthus annuus,https://en.wikipedia.org/wiki/Sunflower -sweet potato,Ipomoea batatas,https://en.wikipedia.org/wiki/Sweet_potato -Swiss chard,Beta vulgaris var. cicla,https://en.wikipedia.org/wiki/Swiss_chard -tamarillo,Solanum betaceum ,https://en.wikipedia.org/wiki/Tamarillo -tamarind,Tamarindus indica,https://en.wikipedia.org/wiki/Tamarind -tangerine,Citrus tangerina,https://en.wikipedia.org/wiki/Tangerine -tansy,Tanacetum vulgare,https://en.wikipedia.org/wiki/Tansy -taro,Colocasia esculenta,https://en.wikipedia.org/wiki/Taro -tarragon,Artemisia dracunculus,https://en.wikipedia.org/wiki/Tarragon -thyme,Thymus mongolicus,https://en.wikipedia.org/wiki/Thyme -tomatillo,Physalis philadelphica,https://en.wikipedia.org/wiki/Tomatillo -tomato,Solanum lycopersicum,https://en.wikipedia.org/wiki/Tomato -turmeric,Curcuma longa,https://en.wikipedia.org/wiki/Turmeric -turnip,Brassica rapa var. rapa,https://en.wikipedia.org/wiki/Turnip -urad bean,Vigna mungo,https://en.wikipedia.org/wiki/Urad_(bean) -valerian,Valeriana officinalis,https://en.wikipedia.org/wiki/Valerian_%28plant%29 -vanilla,Vanilla planifolia,https://en.wikipedia.org/wiki/Vanilla -walnut,Juglans spp.,https://en.wikipedia.org/wiki/Walnut -wasabi,Wasabia japonica,https://en.wikipedia.org/wiki/Wasabi -watermelon,Citrullus lanatus,https://en.wikipedia.org/wiki/Watermelon -wheat,Triticum spp.,https://en.wikipedia.org/wiki/Wheat -winter savory,Satureja montana,https://en.wikipedia.org/wiki/Winter_savory -wormwood,Artemisia absinthium,https://en.wikipedia.org/wiki/Artemisia_absinthium -yam,Dioscorea spp.,https://en.wikipedia.org/wiki/Yam_(vegetable) -yardlong bean,Vigna unguiculata (sesquipedalis),https://en.wikipedia.org/wiki/Yardlong_bean -yarrow,Achillea millefolium,https://en.wikipedia.org/wiki/Achillea_millefolium -zucchini,Cucurbita pepo.,https://en.wikipedia.org/wiki/Zucchini -coffee,Coffea,https://en.wikipedia.org/wiki/Coffee -tea,Camellia sinensis,https://en.wikipedia.org/wiki/Tea +achiote,https://en.wikipedia.org/wiki/Bixa_orellana,,Bixa orellana +ackee,https://en.wikipedia.org/wiki/Ackee,,Blighia sapida +acuyo,https://en.wikipedia.org/wiki/Piper_auritum,,Piper auritum +alexanders,https://en.wikipedia.org/wiki/Alexanders,,Smyrnium olusatrum +alfalfa,https://en.wikipedia.org/wiki/Alfalfa,,Medicago sativa +allspice,https://en.wikipedia.org/wiki/Allspice,,Pimenta dioica +almond,https://en.wikipedia.org/wiki/Almond,,Prunus dulcis +amaranth,https://en.wikipedia.org/wiki/Amaranth,,Amaranthus spp. +anise,https://en.wikipedia.org/wiki/Anise,,Pimpinella anisum +apple,https://en.wikipedia.org/wiki/Apple,,Malus domestica +apple mint,https://en.wikipedia.org/wiki/Apple_mint,,Mentha suaveolens +apricot,https://en.wikipedia.org/wiki/Apricot,,Prunus armeniaca +arrowroot,https://en.wikipedia.org/wiki/Maranta_arundinacea,,Maranta arundinacea +artichoke,https://en.wikipedia.org/wiki/Artichoke,,Cynara cardunculus +arugula,https://en.wikipedia.org/wiki/Arugula,,Eruca sativa +asparagus,https://en.wikipedia.org/wiki/Asparagus,,Asparagus officinalis +avocado,https://en.wikipedia.org/wiki/Avocado,,Persea americana +banana,https://en.wikipedia.org/wiki/Banana,,Musa spp. +barley,https://en.wikipedia.org/wiki/Barley,,Hordeum vulgare +basil,https://en.wikipedia.org/wiki/Basil,,Ocimum basilicum +bay,https://en.wikipedia.org/wiki/Bay_Laurel,,Laurus nobilis +bean,https://en.wikipedia.org/wiki/Common_bean,,Phaseolus vulgaris +beet,https://en.wikipedia.org/wiki/Beet,,Beta vulgaris +bell pepper,https://en.wikipedia.org/wiki/Bell_pepper,,Capsicum annuum +bitter melon,https://en.wikipedia.org/wiki/Bitter_melon,,Momordica charantia +blackberry,https://en.wikipedia.org/wiki/Blackberry,,Rubus fruticosus +blackcurrant,https://en.wikipedia.org/wiki/Ribes,,Ribes spp. +borage,https://en.wikipedia.org/wiki/Borage,,Borago officinalis +breadfruit,https://en.wikipedia.org/wiki/Breadfruit,,Artocarpus altilis +broccoli,https://en.wikipedia.org/wiki/Broccoli,,Brassica oleracea +Brussels sprout,https://en.wikipedia.org/wiki/Brussels_sprout,,Brassica oleracea +buckwheat,https://en.wikipedia.org/wiki/Buckwheat,,Fagopyrum esculentum +cabbage,https://en.wikipedia.org/wiki/Cabbage,,Brassica oleracea +cape gooseberry,https://en.wikipedia.org/wiki/Physalis_peruviana,,Physalis peruviana +caper,https://en.wikipedia.org/wiki/Caper,,Capparis spinosa +cardoon,https://en.wikipedia.org/wiki/Cardoon,,Cynara cardunculus +carrot,https://en.wikipedia.org/wiki/Carrot,,Daucus carota +cassava,https://en.wikipedia.org/wiki/Cassava,,Manihot esculenta +catnip,https://en.wikipedia.org/wiki/Nepeta_cataria,,Nepeta cataria +cauliflower,https://en.wikipedia.org/wiki/Cauliflower,,Brassica oleracea +cayenne pepper,https://en.wikipedia.org/wiki/Cayenne_pepper,,Capsicum annuum +celeriac,https://en.wikipedia.org/wiki/Celeriac,,Apium graveolens var. rapaceum +celery,https://en.wikipedia.org/wiki/Celery,,Apium graveolens +chamomile,https://en.wikipedia.org/wiki/Matricaria_recutita,,Matricaria chamomila +chaya,https://en.wikipedia.org/wiki/Cnidoscolus_aconitifolius,,Cnidoscolus aconitifolius +chayote,https://en.wikipedia.org/wiki/Chayote,,Sechium edule +cherry,https://en.wikipedia.org/wiki/Cherry,,Prunus avium +chervil,https://en.wikipedia.org/wiki/Chervil,,Anthriscus cerefolium +chestnut,https://en.wikipedia.org/wiki/Chestnut,,Castanea spp. +chickpeas,https://en.wikipedia.org/wiki/Chickpea,,Cicer arietinum +chickweed,https://en.wikipedia.org/wiki/Stellaria,,Stellaria +chicory,https://en.wikipedia.org/wiki/Chicory,,Cichorium intybus +chinese cabbage,https://en.wikipedia.org/wiki/Chinese_cabbage,,Brassica rapa (pekinensis) +chives,https://en.wikipedia.org/wiki/Chives,,Allium schoenoprasum +cicely,https://en.wikipedia.org/wiki/Cicely,,Myrrhis odorata +citron,https://en.wikipedia.org/wiki/Citron,,Citrus medica +coconut,https://en.wikipedia.org/wiki/Coconut,,Cocos nucifera +collard greens,https://en.wikipedia.org/wiki/Collard_greens,,Brassica oleracea (acephala) +comfrey,https://en.wikipedia.org/wiki/Comfrey,,Symphytum officinale +coriander,https://en.wikipedia.org/wiki/Coriander,,Coriandrum sativum +corn,https://en.wikipedia.org/wiki/Corn,,Zea mays +corn salad,https://en.wikipedia.org/wiki/Corn_salad,,Valerianella locusta +cress,https://en.wikipedia.org/wiki/Garden_cress,,Lepidium sativum +cucumber,https://en.wikipedia.org/wiki/Cucumbers,,Cucumis sativus +cumin,https://en.wikipedia.org/wiki/Cumin,,Cuminum cyminum +cumquat,https://en.wikipedia.org/wiki/Kumquat,,Citrus japonica +curry leaf,https://en.wikipedia.org/wiki/Curry-leaf_Tree,,Murraya koenigii +curry plant,https://en.wikipedia.org/wiki/Helichrysum_italicum,,Helichrysum italicum +daikon,https://en.wikipedia.org/wiki/Daikon,,Raphanus sativus Longipinnatus group +dandelion,https://en.wikipedia.org/wiki/Dandelion,,Taraxacum officinale +dates,https://en.wikipedia.org/wiki/Date_%28fruit%29,,Phoenix dactylifera +desert lime,https://en.wikipedia.org/wiki/Citrus_glauca,,Citrus glauca +dill,https://en.wikipedia.org/wiki/Dill,,Anethum graveolens +dog rose,https://en.wikipedia.org/wiki/Rosa_canina,,Rosa canina +durian,https://en.wikipedia.org/wiki/Durian,,Durio +eggplant,https://en.wikipedia.org/wiki/Eggplant,,Solanum melongena +elderberry,https://en.wikipedia.org/wiki/Sambucus_nigra,,Sambucus nigra +endive,https://en.wikipedia.org/wiki/Endive,,Cichorium endivia +epazote,https://en.wikipedia.org/wiki/Epazote,,Dysphania ambrosioides +fava bean,https://en.wikipedia.org/wiki/Vicia_faba,,Vicia faba +feijoa,https://en.wikipedia.org/wiki/Acca_sellowiana,,Acca sellowiana +fennel,https://en.wikipedia.org/wiki/Fennel,,Foeniculum vulgare +fenugreek,https://en.wikipedia.org/wiki/Fenugreek,,Trigonella foenum-graecum +fiddlehead,https://en.wikipedia.org/wiki/Fiddlehead,,Pteridium aquilinum +fig,https://en.wikipedia.org/wiki/Common_fig,,Ficus carica +flax,https://en.wikipedia.org/wiki/Flax,,Linum usitatissimum +garlic,https://en.wikipedia.org/wiki/Garlic,,Allium sativum +garlic chives,https://en.wikipedia.org/wiki/Garlic_chives,,Allium tuberosum +ginger,https://en.wikipedia.org/wiki/Ginger,,Zingiber officinale +gooseberry,https://en.wikipedia.org/wiki/Gooseberry,,Ribes uva-crispa +grapefruit,https://en.wikipedia.org/wiki/Grapefruit,,Citrus paradisi +grapes,https://en.wikipedia.org/wiki/Grape,,Vitis spp. +guava,https://en.wikipedia.org/wiki/Guava,,Psidium spp. +habanero,https://en.wikipedia.org/wiki/Habanero,,Capsicum chinense +hibiscus,https://en.wikipedia.org/wiki/Hibiscus,,Hibiscus +horseradish,https://en.wikipedia.org/wiki/Horseradish,,Armoracia rusticana +jasmine,https://en.wikipedia.org/wiki/Jasmine,,Jasminum officinale +Jerusalem artichoke,https://en.wikipedia.org/wiki/Jerusalem_artichoke,,Helianthus tuberosus +jicama,https://en.wikipedia.org/wiki/Jicama,,Pachyrhizus erosus +juniper berry,https://en.wikipedia.org/wiki/Juniper_berry,,Juniperus communis +kaffir lime,https://en.wikipedia.org/wiki/Kaffir_lime,,Citrus x hystrix +kale,https://en.wikipedia.org/wiki/Kale,,Brassica oleracea (acephala) +kava,https://en.wikipedia.org/wiki/Kava,,Piper methysticum +kohlrabi,https://en.wikipedia.org/wiki/Kohlrabi,,Brassica oleracea (gongylodes) +lavender,https://en.wikipedia.org/wiki/Lavender,,Lavandula spp. +leek,https://en.wikipedia.org/wiki/Leeks,,Allium ampeloprasum var. porrum +lemon,https://en.wikipedia.org/wiki/Lemon,,Citrus limon +lemon balm,https://en.wikipedia.org/wiki/Lemon_balm,,Melissa officinalis +lemon myrtle,https://en.wikipedia.org/wiki/Backhousia_citriodora,,Backhousia citriodora +lemon verbena,https://en.wikipedia.org/wiki/Aloysia_citrodora,,Aloysia citrodora +lemongrass,https://en.wikipedia.org/wiki/Lemongrass,,Cymbopogon spp. +lentils,https://en.wikipedia.org/wiki/Lentil,,Lens culinaris +lettuce,https://en.wikipedia.org/wiki/Lettuce,,Lactuca sativa +licorice,https://en.wikipedia.org/wiki/Licorice,,Glycyrrhiza glabra +lillipilli,https://en.wikipedia.org/wiki/Syzygium_luehmannii,,Syzygium luehmannii +lima bean,https://en.wikipedia.org/wiki/Phaseolus_lunatus,,Phaseolus lunatus +lime,https://en.wikipedia.org/wiki/Lime_%28fruit%29,,Citrus spp. +lovage,https://en.wikipedia.org/wiki/Lovage,,Levisticum officinale +luffa,https://en.wikipedia.org/wiki/Luffa,,Luffa cylindrica +lupin bean,https://en.wikipedia.org/wiki/Lupin_bean,,Lupinus luteus +macadamia,https://en.wikipedia.org/wiki/Macadamia,,Macadamia +Malabar spinach,https://en.wikipedia.org/wiki/Basella_alba,,Basella alba +mandarin,https://en.wikipedia.org/wiki/Mandarin_orange,,Citrus reticulata +mango,https://en.wikipedia.org/wiki/Mango,,Mangifera spp. +maracuja,https://en.wikipedia.org/wiki/Maracuja,,Passiflora edulis +marjoram,https://en.wikipedia.org/wiki/Marjoram,,Origanum majorana +marshmallow,https://en.wikipedia.org/wiki/Althaea_officinalis,,Althaea officinalis +medlar,https://en.wikipedia.org/wiki/Mespilus_germanica,,Mespilus germanica +melon,https://en.wikipedia.org/wiki/Melon,,Cucumis melo +miner's lettuce,https://en.wikipedia.org/wiki/Claytonia_perfoliata,,Claytonia perfoliata +mint,https://en.wikipedia.org/wiki/Mentha_spicata,,Mentha spicata +mung bean,https://en.wikipedia.org/wiki/Mung_bean,,Vigna radiata +mustard,https://en.wikipedia.org/wiki/Mustard_plant,,Brassica juncea +nasturtium,https://en.wikipedia.org/wiki/Tropaeolum,,Tropaeloum spp. +New Zealand spinach,https://en.wikipedia.org/wiki/Tetragonia,,Tetragonia tetragonioides +nigella,https://en.wikipedia.org/wiki/Nigella_sativa,,Nigella sativa +oats,https://en.wikipedia.org/wiki/Oats,,Avena sativa +okra,https://en.wikipedia.org/wiki/Okra,,Abelmoschus esculentus +olive,https://en.wikipedia.org/wiki/Olive,,Olea europaea +onion,https://en.wikipedia.org/wiki/Onions,,Allium cepa +orange,https://en.wikipedia.org/wiki/Orange_%28fruit%29,,Citrus sinensis +oregano,https://en.wikipedia.org/wiki/Oregano,,Origanum vulgare +parsley,https://en.wikipedia.org/wiki/Parsley,,Petroselinum hortense +parsnip,https://en.wikipedia.org/wiki/Parsnip,,Pastinaca sativa +passion fruit,https://en.wikipedia.org/wiki/Passionfruit,,Passiflora edulis +pea,https://en.wikipedia.org/wiki/Pea,,Pisum sativum +peach,https://en.wikipedia.org/wiki/Peach,,Prunus persica +peach,https://en.wikipedia.org/wiki/Peach,,Prunus persica +peanut,https://en.wikipedia.org/wiki/Peanut,,Arachis hypogaea +pear,https://en.wikipedia.org/wiki/Pear,,Pyrus spp. +pearl millet,https://en.wikipedia.org/wiki/Pearl_millet,,Pennisetum glaucum +pecan,https://en.wikipedia.org/wiki/Pecan,,Carya illinoinensis +peppermint,https://en.wikipedia.org/wiki/Peppermint,,Mentha x piperita +Persian lime,https://en.wikipedia.org/wiki/Persian_lime,,Citrus latifolia +persimmon,https://en.wikipedia.org/wiki/Persimmon,,Diospyros spp. +pigeon pea,https://en.wikipedia.org/wiki/Pigeon_pea,,Cajanus cajan +pigface,https://en.wikipedia.org/wiki/Carpobrotus_glaucescens,,Carpobrotus glaucescens +pineapple,https://en.wikipedia.org/wiki/Pineapple,,Ananas comosus +pistachio,https://en.wikipedia.org/wiki/Pistachio,,Pistacia vera +plantain,https://en.wikipedia.org/wiki/Plantain,,Musa spp. +plum,https://en.wikipedia.org/wiki/Plum,,Prunus spp. +pomegranate,https://en.wikipedia.org/wiki/Pomegranate,,Punica granatum +pomelo,https://en.wikipedia.org/wiki/Pomelo,,Citrus maxima +potato,https://en.wikipedia.org/wiki/Potatoes,,Solanum tuberosum +prickly pear,https://en.wikipedia.org/wiki/Opuntia,,Opuntia +pumpkin,https://en.wikipedia.org/wiki/Pumpkin,,Cucurbita spp. +purslane,https://en.wikipedia.org/wiki/Portulaca_oleracea,,Portulaca oleracea +quandong,https://en.wikipedia.org/wiki/Santalum_acuminatum,,Santalum acuminatum +quince,https://en.wikipedia.org/wiki/Quince,,Cydonia oblonga +quinoa,https://en.wikipedia.org/wiki/Quinoa,,Chenopodium quinoa +radicchio,https://en.wikipedia.org/wiki/Radicchio,,Cichorium intybus +radish,https://en.wikipedia.org/wiki/Radish,,Raphanus sativus +rapeseed,https://en.wikipedia.org/wiki/Rapeseed,,Brassica napus +raspberry,https://en.wikipedia.org/wiki/Rubus_idaeus,,Rubus idaeus +rhubarb,https://en.wikipedia.org/wiki/Rhubarb,,Rheum rhabarbarum +rice,https://en.wikipedia.org/wiki/Rice,,Oryza sativa +rice bean,https://en.wikipedia.org/wiki/Ricebean,,Vigna umbellata +rose,https://en.wikipedia.org/wiki/Rose,,Rosa +roselle,https://en.wikipedia.org/wiki/Roselle_%28plant%29,,Hibiscus sabdariffa +rosemary,https://en.wikipedia.org/wiki/Rosemary,,Rosmarinus officinalis +rue,https://en.wikipedia.org/wiki/Common_Rue,,Ruta graveolens +runner bean,https://en.wikipedia.org/wiki/Runner_bean,,Phaseolus coccineus +rutabaga,https://en.wikipedia.org/wiki/Rutabaga,,Brassica napus Napobrassica group +rye,https://en.wikipedia.org/wiki/Rye,,Secale cereale +safflower,https://en.wikipedia.org/wiki/Safflower,,Carthamus tinctorius +saffron,https://en.wikipedia.org/wiki/Saffron,,Crocus sativus +sage,https://en.wikipedia.org/wiki/Salvia_officinalis,,Salvia officinalis +salad burnet,https://en.wikipedia.org/wiki/Salad_burnet,,Sanguisorba minor +salsify,https://en.wikipedia.org/wiki/Salsify,,Tragopogon porrifolius +samphire,https://en.wikipedia.org/wiki/Rock_samphire,,Crithmum maritimum +sassafras,https://en.wikipedia.org/wiki/Sassafras_albidum,,Sassafras albidum +sesame,https://en.wikipedia.org/wiki/Sesame,,Sesamum indicum +shallot,https://en.wikipedia.org/wiki/Shallot,,Allium cepa var. aggregatum +sorghum,https://en.wikipedia.org/wiki/Sorghum,,Sorghum spp. +sorrel,https://en.wikipedia.org/wiki/Sorrel,,Rumex acetosa +soursop,https://en.wikipedia.org/wiki/Soursop,,Annona muricata +soybean,https://en.wikipedia.org/wiki/Soybean,,Glycine max +spearmint,https://en.wikipedia.org/wiki/Mentha_spicata,,Mentha spicata +spinach,https://en.wikipedia.org/wiki/Spinach,,Spinacia oleracea +star anise,https://en.wikipedia.org/wiki/Star_anise,,Illicium verum +starfruit,https://en.wikipedia.org/wiki/Starfruit,,Averrhoa carambola +stevia,https://en.wikipedia.org/wiki/Stevia,,Stevia rebaudiana +strawberry,https://en.wikipedia.org/wiki/Strawberry,,Fragaria ananassa +summer savory,https://en.wikipedia.org/wiki/Summer_savory,,Satureja hortensis +sunflowers,https://en.wikipedia.org/wiki/Sunflower,,Helianthus annuus +sweet potato,https://en.wikipedia.org/wiki/Sweet_potato,,Ipomoea batatas +Swiss chard,https://en.wikipedia.org/wiki/Swiss_chard,,Beta vulgaris var. cicla +tamarillo,https://en.wikipedia.org/wiki/Tamarillo,,Solanum betaceum +tamarind,https://en.wikipedia.org/wiki/Tamarind,,Tamarindus indica +tangerine,https://en.wikipedia.org/wiki/Tangerine,,Citrus tangerina +tansy,https://en.wikipedia.org/wiki/Tansy,,Tanacetum vulgare +taro,https://en.wikipedia.org/wiki/Taro,,Colocasia esculenta +tarragon,https://en.wikipedia.org/wiki/Tarragon,,Artemisia dracunculus +thyme,https://en.wikipedia.org/wiki/Thyme,,Thymus mongolicus +tomatillo,https://en.wikipedia.org/wiki/Tomatillo,,Physalis philadelphica +tomato,https://en.wikipedia.org/wiki/Tomato,,Solanum lycopersicum +turmeric,https://en.wikipedia.org/wiki/Turmeric,,Curcuma longa +turnip,https://en.wikipedia.org/wiki/Turnip,,Brassica rapa var. rapa +urad bean,https://en.wikipedia.org/wiki/Urad_(bean),,Vigna mungo +valerian,https://en.wikipedia.org/wiki/Valerian_%28plant%29,,Valeriana officinalis +vanilla,https://en.wikipedia.org/wiki/Vanilla,,Vanilla planifolia +walnut,https://en.wikipedia.org/wiki/Walnut,,Juglans spp. +wasabi,https://en.wikipedia.org/wiki/Wasabi,,Wasabia japonica +watermelon,https://en.wikipedia.org/wiki/Watermelon,,Citrullus lanatus +wheat,https://en.wikipedia.org/wiki/Wheat,,Triticum spp. +winter savory,https://en.wikipedia.org/wiki/Winter_savory,,Satureja montana +wormwood,https://en.wikipedia.org/wiki/Artemisia_absinthium,,Artemisia absinthium +yam,https://en.wikipedia.org/wiki/Yam_(vegetable),,Dioscorea spp. +yardlong bean,https://en.wikipedia.org/wiki/Yardlong_bean,,Vigna unguiculata (sesquipedalis) +yarrow,https://en.wikipedia.org/wiki/Achillea_millefolium,,Achillea millefolium +zucchini,https://en.wikipedia.org/wiki/Zucchini,,Cucurbita pepo. +coffee,https://en.wikipedia.org/wiki/Coffee,,Coffea +tea,https://en.wikipedia.org/wiki/Tea,,Camellia sinensis diff --git a/db/seeds/crops-10-peppers.csv b/db/seeds/crops-10-peppers.csv index 55c3aff62..c0d231519 100644 --- a/db/seeds/crops-10-peppers.csv +++ b/db/seeds/crops-10-peppers.csv @@ -1,61 +1,61 @@ -Capsicum,Capsicum,http://en.wikipedia.org/wiki/Capsicum,,This is the top parent variety -- the entire family of all kinds of peppers -Capsicum annuum,Capsicum annuum,http://en.wikipedia.org/wiki/Capsicum_annuum,Capsicum, -Capsicum baccatum,Capsicum baccatum,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum, -Capsicum chinense,Capsicum chinense,http://en.wikipedia.org/wiki/Capsicum_chinense,Capsicum, -rocoto,Capsicum pubescens,http://en.wikipedia.org/wiki/Capsicum_pubescens,Capsicum,AKA locoto -Capsicum frutescens,Capsicum frutescens,http://en.wikipedia.org/wiki/Capsicum_frutescens,Capsicum, -Aleppo pepper,,http://en.wikipedia.org/wiki/Aleppo_pepper,Capsicum annuum,"AKA pul biber, halaby pepper" -Anaheim pepper,,http://en.wikipedia.org/wiki/Anaheim_pepper,Capsicum annuum,"AKA New Mexico pepper, California chili, Magdalena chili" -banana pepper,,http://en.wikipedia.org/wiki/Banana_pepper,Capsicum annuum,"AKA yellow wax pepper, banana chili" -bell pepper,,http://en.wikipedia.org/wiki/Bell_pepper,Capsicum annuum,"AKA capsicum, sweet pepper, pepper, poivron, peperoni, piment" -bird's eye chili,,http://en.wikipedia.org/wiki/Bird%27s_eye_chili,Capsicum annuum,"AKA Thai chili pepper, bird's chili" -cascabel chili,,http://en.wikipedia.org/wiki/Cascabel_chili,Capsicum annuum,"AKA rattle chile, bola chile, chile bola" -cayenne pepper,,http://en.wikipedia.org/wiki/Cayenne_pepper,Capsicum annuum,"AKA Guinea spice, cow-horn pepper, aleva, bird pepper, red pepper" -pasilla pepper,,http://en.wikipedia.org/wiki/Pasilla,Capsicum annuum,"AKA chilaca pepper, chile negro" -chiltepin pepper,Capsicum annuum var. glabriusculum,http://en.wikipedia.org/wiki/Capsicum_annuum_var._glabriusculum,Capsicum annuum,"AKA wild chiltepin, chiltepe, chile tepin, turkey pepper, bird’s eye pepper, bird pepper" -Chungyang red pepper,,http://en.wikipedia.org/wiki/Chungyang_Red_Pepper,Capsicum annuum, -cubanelle pepper,,http://en.wikipedia.org/wiki/Cubanelle,Capsicum annuum, -chile de árbol pepper,,http://en.wikipedia.org/wiki/Chile_de_%C3%A1rbol,Capsicum annuum,"AKA bird's beak chile, rat's tail chile" -dundicut,,http://en.wikipedia.org/wiki/Dundicut,Capsicum annuum,AKA lal mirch -facing heaven pepper,Capsicum annuum var. conoides,http://en.wikipedia.org/wiki/Facing_heaven_pepper,Capsicum annuum, -Fresno pepper,,http://en.wikipedia.org/wiki/Fresno_pepper,Capsicum annuum, -guajillo pepper,,http://en.wikipedia.org/wiki/Guajillo_chili,Capsicum annuum,"AKA guajillo chili, guajillo chilli, chile guajillo" -Guntur Sannam chili,Capsicum Annuum var. Longhum,http://en.wikipedia.org/wiki/Guntur_Sannam,Capsicum annuum, -Hungarian wax pepper,,http://en.wikipedia.org/wiki/Hungarian_wax_pepper,Capsicum annuum, -Italian sweet pepper,,http://en.wikipedia.org/wiki/Italian_sweet_pepper,Capsicum annuum, -jalapeño pepper,,http://en.wikipedia.org/wiki/Jalape%C3%B1o,Capsicum annuum, -shishito pepper,,http://en.wikipedia.org/wiki/Shishito,Capsicum annuum, -medusa pepper,,http://en.wikipedia.org/wiki/Medusa_pepper,Capsicum annuum, -mulato pepper,,http://en.wikipedia.org/wiki/Mulato_pepper,Capsicum annuum, -peter pepper,Capsicum annuum var. annuum,http://en.wikipedia.org/wiki/Peter_pepper,Capsicum annuum,AKA chilli willy pepper -peperoncini pepper,,http://en.wikipedia.org/wiki/Peperoncini,Capsicum annuum,"AKA friggitello, peperone" -pequin pepper,"Capsicum annuum var. glabriusculum -",http://en.wikipedia.org/wiki/Pequin_pepper,Capsicum annuum,AKA piquin -pimento pepper,,http://en.wikipedia.org/wiki/Pimiento,Capsicum annuum,"AKA cherry pepper, pimiento pepper" -poblano pepper,,http://en.wikipedia.org/wiki/Poblano,Capsicum annuum, -Santa Fe Grande pepper,,http://en.wikipedia.org/wiki/Santa_Fe_Grande_pepper,Capsicum annuum,"AKA yellow hot chili pepper, guero chili pepper" -serrano pepper,,http://en.wikipedia.org/wiki/Serrano_pepper,Capsicum annuum, -bishop's crown pepper,Capsicum baccatum var. pendulum,http://en.wikipedia.org/wiki/Bishop%27s_Crown,Capsicum baccatum,AKA Christmas bell -lemon drop pepper,,http://en.wikipedia.org/wiki/Lemon_drop_%28pepper%29,Capsicum baccatum,"AKA ají limon, kellu uchu, hot lemon" -peppadew pepper,,http://en.wikipedia.org/wiki/Peppadew,Capsicum baccatum, -Brazilian starfish,,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum baccatum, -wild baccatum,,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum baccatum, -adjuma pepper,,http://en.wikipedia.org/wiki/Adjuma,Capsicum chinense,"AKA adjoema, aji umba, ojemma" -ají dulce pepper,,http://en.wikipedia.org/wiki/Aj%C3%AD_dulce,Capsicum chinense,"AKA ajicito, ajice, rubra, biquinho" -datil pepper,,http://en.wikipedia.org/wiki/Datil_pepper,Capsicum chinense, -fatalii pepper,,http://en.wikipedia.org/wiki/Fatalii,Capsicum chinense, -Madame Jeanette pepper,,http://en.wikipedia.org/wiki/Madame_Jeanette,Capsicum chinense, -habanero pepper,,http://en.wikipedia.org/wiki/Habanero,Capsicum chinense,AKA habañero -black habanero pepper,,http://en.wikipedia.org/wiki/Habanero,Capsicum chinense, -red savino pepper,,http://en.wikipedia.org/wiki/Red_Savina_pepper,Capsicum chinense, -bhut jolokia pepper,,http://en.wikipedia.org/wiki/Bhut_Jolokia,Capsicum chinense,"AKA ghost pepper, ghost chili pepper, red naga chilli, ghost chilli, naga jolokia" -Scotch bonnet pepper,,http://en.wikipedia.org/wiki/Scotch_bonnet_%28pepper%29,Capsicum chinense,"AKA boabs bonnet, Scotty bons, Bonney peppers, Caribbean red peppers, ball of fire" -cachucha pepper,,http://en.wikipedia.org/wiki/Scotch_bonnet_%28pepper%29,Capsicum chinense, -Trinidad scorpion butch T pepper,,http://en.wikipedia.org/wiki/Trinidad_Scorpion_Butch_T_pepper,Capsicum chinense, -Trinidad Moruga scorpion pepper,,http://en.wikipedia.org/wiki/Trinidad_Moruga_Scorpion,Capsicum chinense, -Hainan yellow lantern,,http://en.wikipedia.org/wiki/Hainan_Yellow_Lantern_Chili,Capsicum chinense,AKA yellow emperor chili -piri-piri pepper,,http://en.wikipedia.org/wiki/Piri_piri,Capsicum frutescens,"AKA African bird's eye pepper, peri peri, pili pili" -Tabasco pepper,,http://en.wikipedia.org/wiki/Tabasco_pepper,Capsicum frutescens, -malagueta pepper,,http://en.wikipedia.org/wiki/Malagueta_pepper,Capsicum frutescens, -siling labuyo pepper,,http://en.wikipedia.org/wiki/Siling_labuyo,Capsicum frutescens,"AKA chileng bundok, siling palay, pasitis, pasite, katumbal, kitikot, siling kolikot, silit-diablo, lada, rimorimo, paktin" -kambuzi,,http://en.wikipedia.org/wiki/Kambuzi,Capsicum frutescens, +Capsicum,http://en.wikipedia.org/wiki/Capsicum,,Capsicum +Capsicum annuum,http://en.wikipedia.org/wiki/Capsicum_annuum,Capsicum,Capsicum annuum +Capsicum baccatum,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum,Capsicum baccatum +Capsicum chinense,http://en.wikipedia.org/wiki/Capsicum_chinense,Capsicum,Capsicum chinense +rocoto,http://en.wikipedia.org/wiki/Capsicum_pubescens,Capsicum,Capsicum pubescens +Capsicum frutescens,http://en.wikipedia.org/wiki/Capsicum_frutescens,Capsicum,Capsicum frutescens +Aleppo pepper,http://en.wikipedia.org/wiki/Aleppo_pepper,Capsicum annuum, +Anaheim pepper,http://en.wikipedia.org/wiki/Anaheim_pepper,Capsicum annuum, +banana pepper,http://en.wikipedia.org/wiki/Banana_pepper,Capsicum annuum, +bell pepper,http://en.wikipedia.org/wiki/Bell_pepper,Capsicum annuum, +bird's eye chili,http://en.wikipedia.org/wiki/Bird%27s_eye_chili,Capsicum annuum, +cascabel chili,http://en.wikipedia.org/wiki/Cascabel_chili,Capsicum annuum, +cayenne pepper,http://en.wikipedia.org/wiki/Cayenne_pepper,Capsicum annuum, +pasilla pepper,http://en.wikipedia.org/wiki/Pasilla,Capsicum annuum, +chiltepin pepper,http://en.wikipedia.org/wiki/Capsicum_annuum_var._glabriusculum,Capsicum annuum,Capsicum annuum var. glabriusculum +Chungyang red pepper,http://en.wikipedia.org/wiki/Chungyang_Red_Pepper,Capsicum annuum, +cubanelle pepper,http://en.wikipedia.org/wiki/Cubanelle,Capsicum annuum, +chile de árbol pepper,http://en.wikipedia.org/wiki/Chile_de_%C3%A1rbol,Capsicum annuum, +dundicut,http://en.wikipedia.org/wiki/Dundicut,Capsicum annuum, +facing heaven pepper,http://en.wikipedia.org/wiki/Facing_heaven_pepper,Capsicum annuum,Capsicum annuum var. conoides +Fresno pepper,http://en.wikipedia.org/wiki/Fresno_pepper,Capsicum annuum, +guajillo pepper,http://en.wikipedia.org/wiki/Guajillo_chili,Capsicum annuum, +Guntur Sannam chili,http://en.wikipedia.org/wiki/Guntur_Sannam,Capsicum annuum,Capsicum Annuum var. Longhum +Hungarian wax pepper,http://en.wikipedia.org/wiki/Hungarian_wax_pepper,Capsicum annuum, +Italian sweet pepper,http://en.wikipedia.org/wiki/Italian_sweet_pepper,Capsicum annuum, +jalapeño pepper,http://en.wikipedia.org/wiki/Jalape%C3%B1o,Capsicum annuum, +shishito pepper,http://en.wikipedia.org/wiki/Shishito,Capsicum annuum, +medusa pepper,http://en.wikipedia.org/wiki/Medusa_pepper,Capsicum annuum, +mulato pepper,http://en.wikipedia.org/wiki/Mulato_pepper,Capsicum annuum, +peter pepper,http://en.wikipedia.org/wiki/Peter_pepper,Capsicum annuum,Capsicum annuum var. annuum +peperoncini pepper,http://en.wikipedia.org/wiki/Peperoncini,Capsicum annuum, +pequin pepper,http://en.wikipedia.org/wiki/Pequin_pepper,Capsicum annuum,"Capsicum annuum var. glabriusculum +" +pimento pepper,http://en.wikipedia.org/wiki/Pimiento,Capsicum annuum, +poblano pepper,http://en.wikipedia.org/wiki/Poblano,Capsicum annuum, +Santa Fe Grande pepper,http://en.wikipedia.org/wiki/Santa_Fe_Grande_pepper,Capsicum annuum, +serrano pepper,http://en.wikipedia.org/wiki/Serrano_pepper,Capsicum annuum, +bishop's crown pepper,http://en.wikipedia.org/wiki/Bishop%27s_Crown,Capsicum baccatum,Capsicum baccatum var. pendulum +lemon drop pepper,http://en.wikipedia.org/wiki/Lemon_drop_%28pepper%29,Capsicum baccatum, +peppadew pepper,http://en.wikipedia.org/wiki/Peppadew,Capsicum baccatum, +Brazilian starfish,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum baccatum, +wild baccatum,http://en.wikipedia.org/wiki/Capsicum_baccatum,Capsicum baccatum, +adjuma pepper,http://en.wikipedia.org/wiki/Adjuma,Capsicum chinense, +ají dulce pepper,http://en.wikipedia.org/wiki/Aj%C3%AD_dulce,Capsicum chinense, +datil pepper,http://en.wikipedia.org/wiki/Datil_pepper,Capsicum chinense, +fatalii pepper,http://en.wikipedia.org/wiki/Fatalii,Capsicum chinense, +Madame Jeanette pepper,http://en.wikipedia.org/wiki/Madame_Jeanette,Capsicum chinense, +habanero pepper,http://en.wikipedia.org/wiki/Habanero,Capsicum chinense, +black habanero pepper,http://en.wikipedia.org/wiki/Habanero,Capsicum chinense, +red savino pepper,http://en.wikipedia.org/wiki/Red_Savina_pepper,Capsicum chinense, +bhut jolokia pepper,http://en.wikipedia.org/wiki/Bhut_Jolokia,Capsicum chinense, +Scotch bonnet pepper,http://en.wikipedia.org/wiki/Scotch_bonnet_%28pepper%29,Capsicum chinense, +cachucha pepper,http://en.wikipedia.org/wiki/Scotch_bonnet_%28pepper%29,Capsicum chinense, +Trinidad scorpion butch T pepper,http://en.wikipedia.org/wiki/Trinidad_Scorpion_Butch_T_pepper,Capsicum chinense, +Trinidad Moruga scorpion pepper,http://en.wikipedia.org/wiki/Trinidad_Moruga_Scorpion,Capsicum chinense, +Hainan yellow lantern,http://en.wikipedia.org/wiki/Hainan_Yellow_Lantern_Chili,Capsicum chinense, +piri-piri pepper,http://en.wikipedia.org/wiki/Piri_piri,Capsicum frutescens, +Tabasco pepper,http://en.wikipedia.org/wiki/Tabasco_pepper,Capsicum frutescens, +malagueta pepper,http://en.wikipedia.org/wiki/Malagueta_pepper,Capsicum frutescens, +siling labuyo pepper,http://en.wikipedia.org/wiki/Siling_labuyo,Capsicum frutescens, +kambuzi,http://en.wikipedia.org/wiki/Kambuzi,Capsicum frutescens, diff --git a/db/seeds/crops-11-tomatoes.csv b/db/seeds/crops-11-tomatoes.csv index acb39a039..b56ed850a 100644 --- a/db/seeds/crops-11-tomatoes.csv +++ b/db/seeds/crops-11-tomatoes.csv @@ -1,41 +1,41 @@ -adoration tomato,,https://en.wikipedia.org/wiki/Adoration_%28Tomato%29,tomato -alicante tomato,,https://en.wikipedia.org/wiki/Alicante_%28tomato%29,tomato -Amish paste tomato,,http://en.wikipedia.org/wiki/Amish_Paste,tomato -Aunt Ruby's German green tomato,,http://en.wikipedia.org/wiki/Aunt_Ruby%27s_German_Green,tomato -azoychka tomato,,https://en.wikipedia.org/wiki/Azoychka%28Tomato%29,tomato -beefsteak tomato,,https://en.wikipedia.org/wiki/Beefsteak_(tomato),tomato -better boy tomato,,https://en.wikipedia.org/wiki/Better_Boy,tomato -big rainbow tomato,,https://en.wikipedia.org/wiki/Big_Rainbow_(Tomato),tomato -Blaby special tomato,,https://en.wikipedia.org/wiki/Blaby_Special_(Tomato),tomato -black krim tomato,,https://en.wikipedia.org/wiki/Black_Krim_%28tomato%29,tomato -brandywine tomato,,https://en.wikipedia.org/wiki/Brandywine_(tomato),tomato -campari tomato,,https://en.wikipedia.org/wiki/Campari_tomato,tomato -celebrity tomato,,http://en.wikipedia.org/wiki/Celebrity_(tomato),tomato -Cherokee purple tomato,,https://en.wikipedia.org/wiki/Cherokee_purple,tomato -cherry tomato,Solanum lycopersicum var. cerasiforme,http://en.wikipedia.org/wiki/Cherry_tomato,tomato -currant tomato,solanum pimpinellifolium,https://en.wikipedia.org/wiki/Solanum_pimpinellifolium, -early girl tomato,,https://en.wikipedia.org/wiki/Early_Girl,tomato -Fourth of July tomato,,https://en.wikipedia.org/wiki/Fourth_of_July_(tomato_variety),tomato -garden peach tomato,,https://en.wikipedia.org/wiki/Garden_peach_tomato,tomato -grape tomato,,http://en.wikipedia.org/wiki/Grape_tomato,tomato -green zebra tomato,,https://en.wikipedia.org/wiki/Green_Zebra,tomato -Hanover tomato,,http://en.wikipedia.org/wiki/Hanover_tomato,tomato -hillbilly tomato,,http://en.wikipedia.org/wiki/Hillbilly_(tomato),tomato -jubilee tomato,,http://en.wikipedia.org/wiki/Jubilee_(tomato),tomato -lillian's yellow tomato,,http://en.wikipedia.org/wiki/Lillian%27s_Yellow_(tomato),tomato -marglobe tomato,,http://en.wikipedia.org/wiki/Marglobe,tomato -Matt's wild cherry tomato,,http://en.wikipedia.org/wiki/Matt%27s_Wild_Cherry,cherry tomato -mortgage lifter tomato,,http://en.wikipedia.org/wiki/Mortgage_Lifter,tomato -Mr. Stripey tomato,,http://en.wikipedia.org/wiki/Mr._Stripey,tomato -pear tomato,,http://en.wikipedia.org/wiki/Pear_tomato,tomato -Roma tomato,,http://en.wikipedia.org/wiki/Roma_tomato,tomato -San Marzano tomato,,http://en.wikipedia.org/wiki/San_Marzano_tomato,tomato -Santorini tomato,,http://en.wikipedia.org/wiki/Santorini_(tomato),cherry tomato -stupice tomato,,http://en.wikipedia.org/wiki/Super_Sweet_100,tomato -super sweet 100 tomato,,http://en.wikipedia.org/wiki/Super_Sweet_100,cherry tomato -three sisters tomato,,http://en.wikipedia.org/wiki/Three_Sisters_(tomato),tomato -tigerella tomato,,http://en.wikipedia.org/wiki/Tigerella,tomato -tomaccio tomato,,http://en.wikipedia.org/wiki/Tomaccio_(tomato),cherry tomato -tomberry,,http://en.wikipedia.org/wiki/Tomberry,tomato -traveller tomato,,http://en.wikipedia.org/wiki/Traveller_(tomato),tomato -white queen tomato,,http://en.wikipedia.org/wiki/White_Queen_tomato,tomato +adoration tomato,https://en.wikipedia.org/wiki/Adoration_%28Tomato%29,tomato, +alicante tomato,https://en.wikipedia.org/wiki/Alicante_%28tomato%29,tomato, +Amish paste tomato,http://en.wikipedia.org/wiki/Amish_Paste,tomato, +Aunt Ruby's German green tomato,http://en.wikipedia.org/wiki/Aunt_Ruby%27s_German_Green,tomato, +azoychka tomato,https://en.wikipedia.org/wiki/Azoychka%28Tomato%29,tomato, +beefsteak tomato,https://en.wikipedia.org/wiki/Beefsteak_(tomato),tomato, +better boy tomato,https://en.wikipedia.org/wiki/Better_Boy,tomato, +big rainbow tomato,https://en.wikipedia.org/wiki/Big_Rainbow_(Tomato),tomato, +Blaby special tomato,https://en.wikipedia.org/wiki/Blaby_Special_(Tomato),tomato, +black krim tomato,https://en.wikipedia.org/wiki/Black_Krim_%28tomato%29,tomato, +brandywine tomato,https://en.wikipedia.org/wiki/Brandywine_(tomato),tomato, +campari tomato,https://en.wikipedia.org/wiki/Campari_tomato,tomato, +celebrity tomato,http://en.wikipedia.org/wiki/Celebrity_(tomato),tomato, +Cherokee purple tomato,https://en.wikipedia.org/wiki/Cherokee_purple,tomato, +cherry tomato,http://en.wikipedia.org/wiki/Cherry_tomato,tomato,Solanum lycopersicum var. cerasiforme +currant tomato,https://en.wikipedia.org/wiki/Solanum_pimpinellifolium,,solanum pimpinellifolium +early girl tomato,https://en.wikipedia.org/wiki/Early_Girl,tomato, +Fourth of July tomato,https://en.wikipedia.org/wiki/Fourth_of_July_(tomato_variety),tomato, +garden peach tomato,https://en.wikipedia.org/wiki/Garden_peach_tomato,tomato, +grape tomato,http://en.wikipedia.org/wiki/Grape_tomato,tomato, +green zebra tomato,https://en.wikipedia.org/wiki/Green_Zebra,tomato, +Hanover tomato,http://en.wikipedia.org/wiki/Hanover_tomato,tomato, +hillbilly tomato,http://en.wikipedia.org/wiki/Hillbilly_(tomato),tomato, +jubilee tomato,http://en.wikipedia.org/wiki/Jubilee_(tomato),tomato, +lillian's yellow tomato,http://en.wikipedia.org/wiki/Lillian%27s_Yellow_(tomato),tomato, +marglobe tomato,http://en.wikipedia.org/wiki/Marglobe,tomato, +Matt's wild cherry tomato,http://en.wikipedia.org/wiki/Matt%27s_Wild_Cherry,cherry tomato, +mortgage lifter tomato,http://en.wikipedia.org/wiki/Mortgage_Lifter,tomato, +Mr. Stripey tomato,http://en.wikipedia.org/wiki/Mr._Stripey,tomato, +pear tomato,http://en.wikipedia.org/wiki/Pear_tomato,tomato, +Roma tomato,http://en.wikipedia.org/wiki/Roma_tomato,tomato, +San Marzano tomato,http://en.wikipedia.org/wiki/San_Marzano_tomato,tomato, +Santorini tomato,http://en.wikipedia.org/wiki/Santorini_(tomato),cherry tomato, +stupice tomato,http://en.wikipedia.org/wiki/Super_Sweet_100,tomato, +super sweet 100 tomato,http://en.wikipedia.org/wiki/Super_Sweet_100,cherry tomato, +three sisters tomato,http://en.wikipedia.org/wiki/Three_Sisters_(tomato),tomato, +tigerella tomato,http://en.wikipedia.org/wiki/Tigerella,tomato, +tomaccio tomato,http://en.wikipedia.org/wiki/Tomaccio_(tomato),cherry tomato, +tomberry,http://en.wikipedia.org/wiki/Tomberry,tomato, +traveller tomato,http://en.wikipedia.org/wiki/Traveller_(tomato),tomato, +white queen tomato,http://en.wikipedia.org/wiki/White_Queen_tomato,tomato, diff --git a/spec/models/crop_spec.rb b/spec/models/crop_spec.rb index 661a688a3..1f44f4a89 100644 --- a/spec/models/crop_spec.rb +++ b/spec/models/crop_spec.rb @@ -398,9 +398,8 @@ describe Crop do expect(tomato.scientific_names.size).to eq 1 # shouldn't increase now end - it "loads the simplest possible crop" do - tomato_row = "tomato,,http://en.wikipedia.org/wiki/Tomato" + tomato_row = "tomato,http://en.wikipedia.org/wiki/Tomato" CSV.parse(tomato_row) do |row| Crop.create_from_csv(row) @@ -413,7 +412,7 @@ describe Crop do end it "loads a crop with a scientific name" do - tomato_row = "tomato,Solanum lycopersicum,http://en.wikipedia.org/wiki/Tomato" + tomato_row = "tomato,http://en.wikipedia.org/wiki/Tomato,,Solanum lycopersicum" CSV.parse(tomato_row) do |row| Crop.create_from_csv(row) @@ -427,7 +426,7 @@ describe Crop do it "loads a crop with a parent" do parent = FactoryGirl.create(:crop, :name => 'parent') - tomato_row = "tomato,,http://en.wikipedia.org/wiki/Tomato,parent" + tomato_row = "tomato,http://en.wikipedia.org/wiki/Tomato,parent" CSV.parse(tomato_row) do |row| Crop.create_from_csv(row) @@ -438,7 +437,7 @@ describe Crop do end it "doesn't add unnecessary duplicate crops" do - tomato_row = "tomato,Solanum lycopersicum,http://en.wikipedia.org/wiki/Tomato" + tomato_row = "tomato,http://en.wikipedia.org/wiki/Tomato,,Solanum lycopersicum" CSV.parse(tomato_row) do |row| Crop.create_from_csv(row)