picolena 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +17 -0
- data/MIT-LICENSE +1 -1
- data/Manifest.txt +5 -528
- data/README.txt +4 -4
- data/config/files_to_clean +1 -0
- data/config/hoe.rb +6 -6
- data/lib/picolena/{templates/config → config}/environment.rb +6 -1
- data/lib/picolena/config/icons_and_filetypes.yml +8 -0
- data/lib/picolena/config/indexed_directories.yml +7 -0
- data/lib/picolena/config/indexing_performance.yml +4 -1
- data/lib/picolena/config/white_list_ip.yml +0 -0
- data/lib/picolena/picolena_generator.rb +3 -129
- data/lib/picolena/templates/MIT-LICENSE +0 -0
- data/lib/picolena/templates/Rakefile +0 -0
- data/lib/picolena/templates/app/controllers/application.rb +0 -0
- data/lib/picolena/templates/app/controllers/documents_controller.rb +2 -2
- data/lib/picolena/templates/app/helpers/application_helper.rb +0 -0
- data/lib/picolena/templates/app/helpers/documents_helper.rb +18 -7
- data/lib/picolena/templates/app/models/document.rb +34 -7
- data/lib/picolena/templates/app/models/finder.rb +29 -3
- data/lib/picolena/templates/app/models/indexer.rb +11 -8
- data/lib/picolena/templates/app/models/plain_text_extractor.rb +20 -16
- data/lib/picolena/templates/app/views/documents/_document.html.haml +1 -1
- data/lib/picolena/templates/app/views/documents/index.html.haml +0 -0
- data/lib/picolena/templates/app/views/documents/show.html.haml +2 -2
- data/lib/picolena/templates/app/views/layouts/application.html.haml +0 -0
- data/lib/picolena/templates/config/boot.rb +0 -0
- data/lib/picolena/templates/config/environments/development.rb +4 -1
- data/lib/picolena/templates/config/environments/production.rb +4 -1
- data/lib/picolena/templates/config/environments/test.rb +4 -0
- data/lib/picolena/templates/config/initializers/001_load_custom_config.rb +0 -0
- data/lib/picolena/templates/config/initializers/002_load_indexed_dirs.rb +25 -2
- data/lib/picolena/templates/config/initializers/003_load_white_list_IPs.rb +0 -0
- data/lib/picolena/templates/config/initializers/004_load_plain_text_extractors.rb +0 -0
- data/lib/picolena/templates/config/initializers/006_load_icons.rb +0 -0
- data/lib/picolena/templates/config/initializers/007_load_performance_tweaks.rb +0 -0
- data/lib/picolena/templates/config/routes.rb +1 -2
- data/lib/picolena/templates/lang/ui/de.yml +4 -0
- data/lib/picolena/templates/lang/ui/en.yml +4 -0
- data/lib/picolena/templates/lang/ui/es.yml +4 -0
- data/lib/picolena/templates/lang/ui/fr.yml +4 -0
- data/lib/picolena/templates/lib/core_exts.rb +0 -0
- data/lib/picolena/templates/lib/indexer_logger.rb +1 -7
- data/lib/picolena/templates/lib/plain_text_extractor_DSL.rb +1 -2
- data/lib/picolena/templates/lib/plain_text_extractors/adobe.pdf.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/html.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.excel.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.powerpoint.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/ms.word.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.presentation.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.spreadsheet.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/opendocument.text.rb +0 -0
- data/lib/picolena/templates/lib/plain_text_extractors/pictures.rb +8 -0
- data/lib/picolena/templates/lib/plain_text_extractors/plain_text.rb +0 -0
- data/lib/picolena/templates/lib/tasks/annotations.rake +0 -0
- data/lib/picolena/templates/lib/tasks/index.rake +0 -0
- data/lib/picolena/templates/lib/tasks/install_dependencies.rake +0 -0
- data/lib/picolena/templates/lib/tasks/log.rake +0 -0
- data/lib/picolena/templates/lib/tasks/rspec.rake +158 -0
- data/lib/picolena/templates/public/.htaccess +0 -0
- data/lib/picolena/templates/public/404.html +0 -0
- data/lib/picolena/templates/public/500.html +0 -0
- data/lib/picolena/templates/public/favicon.ico +0 -0
- data/lib/picolena/templates/public/help/PicolenaHowTo-de.pdf +0 -0
- data/lib/picolena/templates/public/help/PicolenaHowTo-de.tex +0 -0
- data/lib/picolena/templates/public/images/bg.gif +0 -0
- data/lib/picolena/templates/public/images/flags/ar.png +0 -0
- data/lib/picolena/templates/public/images/flags/be.png +0 -0
- data/lib/picolena/templates/public/images/flags/de.png +0 -0
- data/lib/picolena/templates/public/images/flags/el.png +0 -0
- data/lib/picolena/templates/public/images/flags/es.png +0 -0
- data/lib/picolena/templates/public/images/flags/fr.png +0 -0
- data/lib/picolena/templates/public/images/flags/ga.png +0 -0
- data/lib/picolena/templates/public/images/flags/hr.png +0 -0
- data/lib/picolena/templates/public/images/flags/it.png +0 -0
- data/lib/picolena/templates/public/images/flags/nl.png +0 -0
- data/lib/picolena/templates/public/images/flags/pl.png +0 -0
- data/lib/picolena/templates/public/images/flags/pt-br.png +0 -0
- data/lib/picolena/templates/public/images/flags/pt-pt.png +0 -0
- data/lib/picolena/templates/public/images/flags/readme.txt +0 -0
- data/lib/picolena/templates/public/images/flags/sv.png +0 -0
- data/lib/picolena/templates/public/images/icons/cad.png +0 -0
- data/lib/picolena/templates/public/images/icons/code.png +0 -0
- data/lib/picolena/templates/public/images/icons/doc.png +0 -0
- data/lib/picolena/templates/public/images/icons/exe.png +0 -0
- data/lib/picolena/templates/public/images/icons/html.png +0 -0
- data/lib/picolena/templates/public/images/icons/insel.png +0 -0
- data/lib/picolena/templates/public/images/icons/ogg.png +0 -0
- data/lib/picolena/templates/public/images/icons/package.png +0 -0
- data/lib/picolena/templates/public/images/icons/pdf.png +0 -0
- data/lib/picolena/templates/public/images/icons/picture.png +0 -0
- data/lib/picolena/templates/public/images/icons/plain_text_small.png +0 -0
- data/lib/picolena/templates/public/images/icons/ppt.png +0 -0
- data/lib/picolena/templates/public/images/icons/remote_folder.png +0 -0
- data/lib/picolena/templates/public/images/icons/txt.png +0 -0
- data/lib/picolena/templates/public/images/icons/video.png +0 -0
- data/lib/picolena/templates/public/images/icons/xls.png +0 -0
- data/lib/picolena/templates/public/images/main_img.jpg +0 -0
- data/lib/picolena/templates/public/images/zafh_net.png +0 -0
- data/lib/picolena/templates/public/robots.txt +0 -0
- data/lib/picolena/templates/public/stylesheets/style.css +24 -1
- data/lib/picolena/templates/script/autospec +5 -0
- data/lib/picolena/templates/script/spec +1 -0
- data/lib/picolena/templates/script/spec_server +34 -11
- data/lib/picolena/templates/spec/controllers/application_controller_spec.rb +0 -0
- data/lib/picolena/templates/spec/controllers/documents_controller_spec.rb +31 -11
- data/lib/picolena/templates/spec/helpers/documents_helper_spec.rb +1 -1
- data/lib/picolena/templates/spec/models/basic_finder_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/document_spec.rb +27 -1
- data/lib/picolena/templates/spec/models/finder_spec.rb +9 -36
- data/lib/picolena/templates/spec/models/host_indexing_system_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/index_directories_spec.rb +4 -0
- data/lib/picolena/templates/spec/models/indexer_spec.rb +14 -0
- data/lib/picolena/templates/spec/models/plain_text_extractor_spec.rb +0 -0
- data/lib/picolena/templates/spec/models/query_spec.rb +8 -1
- data/lib/picolena/templates/spec/rcov.opts +1 -1
- data/lib/picolena/templates/spec/spec.opts +0 -0
- data/lib/picolena/templates/spec/spec_helper.rb +14 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/another_plain.text +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.odt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/basic.tex +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.text +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/crossed.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/hello.rb +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/myfirstjavaprog.java +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/one_page.ppt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_basic.PDF +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/other_too_small.dOc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/plain.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/queens.for +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/too_small.doc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/ubuntu_theme.odp +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/basic/weight_and_balance.ods +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-1.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/iso-8859-15.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/different_encodings/utf-8.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/just_one_doc/for_test.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/literature/Simulation of district heating systems for evaluation of real-time control strategies.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/literature/Types of malfunction in DH substations.doc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/media/crow.jpg +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/7.html +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/Thumbs.db +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/asfg.abc +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/ccmatrix1.cpp +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/cross_site_scripting.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/gcd.c +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/ghjopdfg.xyz +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/lemonde.htm +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/README +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/ReadMe.rtf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/table.xls +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/nested/unreadable.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/picolena.pps +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/placeholder.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/square.ins +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_de.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/stem_en.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/und_oder.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/unreadable.png +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.pdf +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/utf8.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/weird_chars.txt +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/whatever.db +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/xor.vee +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/others/zafh.net.html +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2003-word-template.dot +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-excel.xlsx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-powerpoint.pptx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word-template.dotx +0 -0
- data/lib/picolena/templates/spec/test_dirs/indexed/yet_another_dir/office2007-word.docx +0 -0
- data/lib/picolena/templates/spec/test_dirs/not_indexed/Rakefile +0 -0
- data/lib/picolena/version.rb +2 -2
- data/rails_plugins/globalite/CHANGELOG +0 -0
- data/rails_plugins/globalite/README +0 -0
- data/rails_plugins/globalite/Rakefile +0 -0
- data/rails_plugins/globalite/init.rb +0 -0
- data/rails_plugins/globalite/install.rb +0 -0
- data/rails_plugins/globalite/lang/rails/de-DE.yml +0 -0
- data/rails_plugins/globalite/lang/rails/en-UK.yml +0 -0
- data/rails_plugins/globalite/lang/rails/en-US.yml +0 -0
- data/rails_plugins/globalite/lang/rails/es-ES.yml +0 -0
- data/rails_plugins/globalite/lang/rails/fr-FR.yml +0 -0
- data/rails_plugins/globalite/lang/rails/it.yml +0 -0
- data/rails_plugins/globalite/lang/rails/pt-BR.yml +0 -0
- data/rails_plugins/globalite/lang/rails/pt-PT.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-CN.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-HK.yml +0 -0
- data/rails_plugins/globalite/lang/rails/zh-TW.yml +0 -0
- data/rails_plugins/globalite/lib/globalite/l10n.rb +0 -0
- data/rails_plugins/globalite/lib/globalite/locale.rb +0 -0
- data/rails_plugins/globalite/lib/globalite.rb +0 -0
- data/rails_plugins/globalite/lib/rails/core_ext.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localization.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localized_action_view.rb +0 -0
- data/rails_plugins/globalite/lib/rails/localized_active_record.rb +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/DateHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/FormOptionsHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers/NumberHelper.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView/Helpers.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActionView.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActiveRecord/Errors.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/ActiveRecord.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Array.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Date.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Globalite/L10n.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Globalite.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Kernel.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Locale.html +0 -0
- data/rails_plugins/globalite/rdoc/classes/Time.html +0 -0
- data/rails_plugins/globalite/rdoc/created.rid +0 -0
- data/rails_plugins/globalite/rdoc/files/README.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite/l10n_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite/locale_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/globalite_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/core_ext_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localization_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localized_action_view_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/files/lib/rails/localized_active_record_rb.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_class_index.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_file_index.html +0 -0
- data/rails_plugins/globalite/rdoc/fr_method_index.html +0 -0
- data/rails_plugins/globalite/rdoc/index.html +0 -0
- data/rails_plugins/globalite/rdoc/rdoc-style.css +0 -0
- data/rails_plugins/globalite/spec/core_localization_spec.rb +0 -0
- data/rails_plugins/globalite/spec/helpers/spec_helper.rb +0 -0
- data/rails_plugins/globalite/spec/l10n_spec.rb +0 -0
- data/rails_plugins/globalite/spec/lang/rails/zz.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/en-UK.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/en-US.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/es.yml +0 -0
- data/rails_plugins/globalite/spec/lang/ui/fr-FR.yml +0 -0
- data/rails_plugins/globalite/tasks/cruise.rake +0 -0
- data/rails_plugins/globalite/tasks/globalite_tasks.rake +0 -0
- data/rails_plugins/globalite/uninstall.rb +0 -0
- data/rails_plugins/haml/init.rb +0 -0
- data/website/index.html +36 -79
- data/website/index.txt +11 -13
- data/website/index_devjavu +0 -0
- data/website/javascripts/rounded_corners_lite.inc.js +0 -0
- data/website/stylesheets/screen.css +0 -0
- data/website/template.rhtml +0 -0
- data.tar.gz.sig +0 -0
- metadata +40 -544
- metadata.gz.sig +0 -0
- data/lib/picolena/templates/spec/helpers/application_helper_spec.rb +0 -11
- data/rails_plugins/rspec/CHANGES +0 -1045
- data/rails_plugins/rspec/MIT-LICENSE +0 -20
- data/rails_plugins/rspec/README +0 -71
- data/rails_plugins/rspec/Rakefile +0 -279
- data/rails_plugins/rspec/TODO +0 -2
- data/rails_plugins/rspec/UPGRADE +0 -31
- data/rails_plugins/rspec/autotest/discover.rb +0 -6
- data/rails_plugins/rspec/autotest/rspec.rb +0 -1
- data/rails_plugins/rspec/bin/spec +0 -4
- data/rails_plugins/rspec/bin/spec_translator +0 -8
- data/rails_plugins/rspec/examples/pure/autogenerated_docstrings_example.rb +0 -19
- data/rails_plugins/rspec/examples/pure/before_and_after_example.rb +0 -40
- data/rails_plugins/rspec/examples/pure/behave_as_example.rb +0 -45
- data/rails_plugins/rspec/examples/pure/custom_expectation_matchers.rb +0 -54
- data/rails_plugins/rspec/examples/pure/custom_formatter.rb +0 -12
- data/rails_plugins/rspec/examples/pure/dynamic_spec.rb +0 -9
- data/rails_plugins/rspec/examples/pure/file_accessor.rb +0 -19
- data/rails_plugins/rspec/examples/pure/file_accessor_spec.rb +0 -38
- data/rails_plugins/rspec/examples/pure/greeter_spec.rb +0 -31
- data/rails_plugins/rspec/examples/pure/helper_method_example.rb +0 -14
- data/rails_plugins/rspec/examples/pure/io_processor.rb +0 -8
- data/rails_plugins/rspec/examples/pure/io_processor_spec.rb +0 -21
- data/rails_plugins/rspec/examples/pure/legacy_spec.rb +0 -11
- data/rails_plugins/rspec/examples/pure/mocking_example.rb +0 -27
- data/rails_plugins/rspec/examples/pure/multi_threaded_behaviour_runner.rb +0 -28
- data/rails_plugins/rspec/examples/pure/nested_classes_example.rb +0 -36
- data/rails_plugins/rspec/examples/pure/partial_mock_example.rb +0 -28
- data/rails_plugins/rspec/examples/pure/pending_example.rb +0 -20
- data/rails_plugins/rspec/examples/pure/predicate_example.rb +0 -27
- data/rails_plugins/rspec/examples/pure/priority.txt +0 -1
- data/rails_plugins/rspec/examples/pure/shared_example_group_example.rb +0 -81
- data/rails_plugins/rspec/examples/pure/shared_stack_examples.rb +0 -38
- data/rails_plugins/rspec/examples/pure/spec_helper.rb +0 -3
- data/rails_plugins/rspec/examples/pure/stack.rb +0 -36
- data/rails_plugins/rspec/examples/pure/stack_spec.rb +0 -63
- data/rails_plugins/rspec/examples/pure/stack_spec_with_nested_example_groups.rb +0 -67
- data/rails_plugins/rspec/examples/pure/stubbing_example.rb +0 -69
- data/rails_plugins/rspec/examples/stories/adder.rb +0 -13
- data/rails_plugins/rspec/examples/stories/addition +0 -34
- data/rails_plugins/rspec/examples/stories/addition.rb +0 -9
- data/rails_plugins/rspec/examples/stories/calculator.rb +0 -65
- data/rails_plugins/rspec/examples/stories/game-of-life/README.txt +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/everything.rb +0 -6
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/examples.rb +0 -3
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/game_behaviour.rb +0 -35
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/examples/grid_behaviour.rb +0 -66
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithLessThanTwoNeighboursDie.story +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/CellsWithMoreThanThreeNeighboursDie.story +0 -21
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/EmptySpacesWithThreeNeighboursCreateACell.story +0 -42
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanCreateACell.story +0 -42
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/ICanKillACell.story +0 -17
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/TheGridWraps.story +0 -53
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/create_a_cell.rb +0 -52
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/helper.rb +0 -6
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/kill_a_cell.rb +0 -26
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/steps.rb +0 -5
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.rb +0 -3
- data/rails_plugins/rspec/examples/stories/game-of-life/behaviour/stories/stories.txt +0 -22
- data/rails_plugins/rspec/examples/stories/game-of-life/life/game.rb +0 -23
- data/rails_plugins/rspec/examples/stories/game-of-life/life/grid.rb +0 -43
- data/rails_plugins/rspec/examples/stories/game-of-life/life.rb +0 -3
- data/rails_plugins/rspec/examples/stories/helper.rb +0 -9
- data/rails_plugins/rspec/examples/stories/steps/addition_steps.rb +0 -18
- data/rails_plugins/rspec/failing_examples/README.txt +0 -7
- data/rails_plugins/rspec/failing_examples/diffing_spec.rb +0 -36
- data/rails_plugins/rspec/failing_examples/failing_autogenerated_docstrings_example.rb +0 -19
- data/rails_plugins/rspec/failing_examples/failure_in_setup.rb +0 -10
- data/rails_plugins/rspec/failing_examples/failure_in_teardown.rb +0 -10
- data/rails_plugins/rspec/failing_examples/mocking_example.rb +0 -40
- data/rails_plugins/rspec/failing_examples/mocking_with_flexmock.rb +0 -26
- data/rails_plugins/rspec/failing_examples/mocking_with_mocha.rb +0 -25
- data/rails_plugins/rspec/failing_examples/mocking_with_rr.rb +0 -27
- data/rails_plugins/rspec/failing_examples/partial_mock_example.rb +0 -20
- data/rails_plugins/rspec/failing_examples/predicate_example.rb +0 -29
- data/rails_plugins/rspec/failing_examples/raising_example.rb +0 -47
- data/rails_plugins/rspec/failing_examples/spec_helper.rb +0 -3
- data/rails_plugins/rspec/failing_examples/syntax_error_example.rb +0 -7
- data/rails_plugins/rspec/failing_examples/team_spec.rb +0 -44
- data/rails_plugins/rspec/failing_examples/timeout_behaviour.rb +0 -7
- data/rails_plugins/rspec/init.rb +0 -9
- data/rails_plugins/rspec/lib/autotest/discover.rb +0 -3
- data/rails_plugins/rspec/lib/autotest/rspec.rb +0 -74
- data/rails_plugins/rspec/lib/spec/example/configuration.rb +0 -144
- data/rails_plugins/rspec/lib/spec/example/errors.rb +0 -9
- data/rails_plugins/rspec/lib/spec/example/example_group.rb +0 -16
- data/rails_plugins/rspec/lib/spec/example/example_group_factory.rb +0 -62
- data/rails_plugins/rspec/lib/spec/example/example_group_methods.rb +0 -424
- data/rails_plugins/rspec/lib/spec/example/example_matcher.rb +0 -42
- data/rails_plugins/rspec/lib/spec/example/example_methods.rb +0 -106
- data/rails_plugins/rspec/lib/spec/example/module_reopening_fix.rb +0 -21
- data/rails_plugins/rspec/lib/spec/example/pending.rb +0 -18
- data/rails_plugins/rspec/lib/spec/example/shared_example_group.rb +0 -58
- data/rails_plugins/rspec/lib/spec/example.rb +0 -12
- data/rails_plugins/rspec/lib/spec/expectations/differs/default.rb +0 -66
- data/rails_plugins/rspec/lib/spec/expectations/errors.rb +0 -12
- data/rails_plugins/rspec/lib/spec/expectations/extensions/object.rb +0 -71
- data/rails_plugins/rspec/lib/spec/expectations/extensions/string_and_symbol.rb +0 -17
- data/rails_plugins/rspec/lib/spec/expectations/extensions.rb +0 -2
- data/rails_plugins/rspec/lib/spec/expectations/handler.rb +0 -52
- data/rails_plugins/rspec/lib/spec/expectations.rb +0 -56
- data/rails_plugins/rspec/lib/spec/extensions/class.rb +0 -24
- data/rails_plugins/rspec/lib/spec/extensions/main.rb +0 -102
- data/rails_plugins/rspec/lib/spec/extensions/object.rb +0 -10
- data/rails_plugins/rspec/lib/spec/extensions.rb +0 -3
- data/rails_plugins/rspec/lib/spec/interop/test/unit/autorunner.rb +0 -6
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testcase.rb +0 -61
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testresult.rb +0 -6
- data/rails_plugins/rspec/lib/spec/interop/test/unit/testsuite_adapter.rb +0 -34
- data/rails_plugins/rspec/lib/spec/interop/test/unit/ui/console/testrunner.rb +0 -61
- data/rails_plugins/rspec/lib/spec/interop/test.rb +0 -12
- data/rails_plugins/rspec/lib/spec/matchers/be.rb +0 -224
- data/rails_plugins/rspec/lib/spec/matchers/be_close.rb +0 -37
- data/rails_plugins/rspec/lib/spec/matchers/change.rb +0 -144
- data/rails_plugins/rspec/lib/spec/matchers/eql.rb +0 -43
- data/rails_plugins/rspec/lib/spec/matchers/equal.rb +0 -43
- data/rails_plugins/rspec/lib/spec/matchers/exist.rb +0 -17
- data/rails_plugins/rspec/lib/spec/matchers/has.rb +0 -44
- data/rails_plugins/rspec/lib/spec/matchers/have.rb +0 -145
- data/rails_plugins/rspec/lib/spec/matchers/include.rb +0 -70
- data/rails_plugins/rspec/lib/spec/matchers/match.rb +0 -41
- data/rails_plugins/rspec/lib/spec/matchers/operator_matcher.rb +0 -73
- data/rails_plugins/rspec/lib/spec/matchers/raise_error.rb +0 -109
- data/rails_plugins/rspec/lib/spec/matchers/respond_to.rb +0 -45
- data/rails_plugins/rspec/lib/spec/matchers/satisfy.rb +0 -47
- data/rails_plugins/rspec/lib/spec/matchers/simple_matcher.rb +0 -29
- data/rails_plugins/rspec/lib/spec/matchers/throw_symbol.rb +0 -74
- data/rails_plugins/rspec/lib/spec/matchers.rb +0 -156
- data/rails_plugins/rspec/lib/spec/mocks/argument_constraint_matchers.rb +0 -27
- data/rails_plugins/rspec/lib/spec/mocks/argument_expectation.rb +0 -183
- data/rails_plugins/rspec/lib/spec/mocks/error_generator.rb +0 -84
- data/rails_plugins/rspec/lib/spec/mocks/errors.rb +0 -10
- data/rails_plugins/rspec/lib/spec/mocks/extensions/object.rb +0 -3
- data/rails_plugins/rspec/lib/spec/mocks/message_expectation.rb +0 -267
- data/rails_plugins/rspec/lib/spec/mocks/methods.rb +0 -39
- data/rails_plugins/rspec/lib/spec/mocks/mock.rb +0 -50
- data/rails_plugins/rspec/lib/spec/mocks/order_group.rb +0 -29
- data/rails_plugins/rspec/lib/spec/mocks/proxy.rb +0 -170
- data/rails_plugins/rspec/lib/spec/mocks/space.rb +0 -28
- data/rails_plugins/rspec/lib/spec/mocks/spec_methods.rb +0 -38
- data/rails_plugins/rspec/lib/spec/mocks.rb +0 -211
- data/rails_plugins/rspec/lib/spec/rake/spectask.rb +0 -235
- data/rails_plugins/rspec/lib/spec/rake/verify_rcov.rb +0 -52
- data/rails_plugins/rspec/lib/spec/runner/backtrace_tweaker.rb +0 -57
- data/rails_plugins/rspec/lib/spec/runner/class_and_arguments_parser.rb +0 -16
- data/rails_plugins/rspec/lib/spec/runner/command_line.rb +0 -28
- data/rails_plugins/rspec/lib/spec/runner/drb_command_line.rb +0 -20
- data/rails_plugins/rspec/lib/spec/runner/example_group_runner.rb +0 -59
- data/rails_plugins/rspec/lib/spec/runner/formatter/base_formatter.rb +0 -78
- data/rails_plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb +0 -130
- data/rails_plugins/rspec/lib/spec/runner/formatter/failing_example_groups_formatter.rb +0 -31
- data/rails_plugins/rspec/lib/spec/runner/formatter/failing_examples_formatter.rb +0 -20
- data/rails_plugins/rspec/lib/spec/runner/formatter/html_formatter.rb +0 -333
- data/rails_plugins/rspec/lib/spec/runner/formatter/profile_formatter.rb +0 -47
- data/rails_plugins/rspec/lib/spec/runner/formatter/progress_bar_formatter.rb +0 -30
- data/rails_plugins/rspec/lib/spec/runner/formatter/snippet_extractor.rb +0 -52
- data/rails_plugins/rspec/lib/spec/runner/formatter/specdoc_formatter.rb +0 -39
- data/rails_plugins/rspec/lib/spec/runner/formatter/story/html_formatter.rb +0 -128
- data/rails_plugins/rspec/lib/spec/runner/formatter/story/plain_text_formatter.rb +0 -131
- data/rails_plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb +0 -16
- data/rails_plugins/rspec/lib/spec/runner/heckle_runner.rb +0 -72
- data/rails_plugins/rspec/lib/spec/runner/heckle_runner_unsupported.rb +0 -10
- data/rails_plugins/rspec/lib/spec/runner/option_parser.rb +0 -201
- data/rails_plugins/rspec/lib/spec/runner/options.rb +0 -286
- data/rails_plugins/rspec/lib/spec/runner/reporter.rb +0 -143
- data/rails_plugins/rspec/lib/spec/runner/spec_parser.rb +0 -71
- data/rails_plugins/rspec/lib/spec/runner.rb +0 -202
- data/rails_plugins/rspec/lib/spec/story/extensions/main.rb +0 -86
- data/rails_plugins/rspec/lib/spec/story/extensions/regexp.rb +0 -9
- data/rails_plugins/rspec/lib/spec/story/extensions/string.rb +0 -9
- data/rails_plugins/rspec/lib/spec/story/extensions.rb +0 -3
- data/rails_plugins/rspec/lib/spec/story/given_scenario.rb +0 -14
- data/rails_plugins/rspec/lib/spec/story/runner/plain_text_story_runner.rb +0 -48
- data/rails_plugins/rspec/lib/spec/story/runner/scenario_collector.rb +0 -18
- data/rails_plugins/rspec/lib/spec/story/runner/scenario_runner.rb +0 -46
- data/rails_plugins/rspec/lib/spec/story/runner/story_mediator.rb +0 -123
- data/rails_plugins/rspec/lib/spec/story/runner/story_parser.rb +0 -227
- data/rails_plugins/rspec/lib/spec/story/runner/story_runner.rb +0 -68
- data/rails_plugins/rspec/lib/spec/story/runner.rb +0 -56
- data/rails_plugins/rspec/lib/spec/story/scenario.rb +0 -14
- data/rails_plugins/rspec/lib/spec/story/step.rb +0 -58
- data/rails_plugins/rspec/lib/spec/story/step_group.rb +0 -89
- data/rails_plugins/rspec/lib/spec/story/step_mother.rb +0 -37
- data/rails_plugins/rspec/lib/spec/story/story.rb +0 -42
- data/rails_plugins/rspec/lib/spec/story/world.rb +0 -125
- data/rails_plugins/rspec/lib/spec/story.rb +0 -10
- data/rails_plugins/rspec/lib/spec/translator.rb +0 -114
- data/rails_plugins/rspec/lib/spec/version.rb +0 -22
- data/rails_plugins/rspec/lib/spec.rb +0 -30
- data/rails_plugins/rspec/plugins/mock_frameworks/flexmock.rb +0 -23
- data/rails_plugins/rspec/plugins/mock_frameworks/mocha.rb +0 -19
- data/rails_plugins/rspec/plugins/mock_frameworks/rr.rb +0 -21
- data/rails_plugins/rspec/plugins/mock_frameworks/rspec.rb +0 -18
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/core.rb +0 -50
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/pre_commit.rb +0 -54
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec.rb +0 -111
- data/rails_plugins/rspec/pre_commit/lib/pre_commit/rspec_on_rails.rb +0 -313
- data/rails_plugins/rspec/pre_commit/lib/pre_commit.rb +0 -4
- data/rails_plugins/rspec/pre_commit/spec/pre_commit/pre_commit_spec.rb +0 -15
- data/rails_plugins/rspec/pre_commit/spec/pre_commit/rspec_on_rails_spec.rb +0 -36
- data/rails_plugins/rspec/pre_commit/spec/spec_helper.rb +0 -3
- data/rails_plugins/rspec/pre_commit/spec/spec_suite.rb +0 -11
- data/rails_plugins/rspec/rake_tasks/examples.rake +0 -7
- data/rails_plugins/rspec/rake_tasks/examples_with_rcov.rake +0 -9
- data/rails_plugins/rspec/rake_tasks/failing_examples_with_html.rake +0 -9
- data/rails_plugins/rspec/rake_tasks/verify_rcov.rake +0 -7
- data/rails_plugins/rspec/report.html +0 -4358
- data/rails_plugins/rspec/spec/README.jruby +0 -15
- data/rails_plugins/rspec/spec/autotest/discover_spec.rb +0 -19
- data/rails_plugins/rspec/spec/autotest/rspec_spec.rb +0 -195
- data/rails_plugins/rspec/spec/autotest_helper.rb +0 -6
- data/rails_plugins/rspec/spec/autotest_matchers.rb +0 -47
- data/rails_plugins/rspec/spec/rspec_suite.rb +0 -7
- data/rails_plugins/rspec/spec/ruby_forker.rb +0 -13
- data/rails_plugins/rspec/spec/spec/example/configuration_spec.rb +0 -282
- data/rails_plugins/rspec/spec/spec/example/example_group_class_definition_spec.rb +0 -48
- data/rails_plugins/rspec/spec/spec/example/example_group_factory_spec.rb +0 -129
- data/rails_plugins/rspec/spec/spec/example/example_group_methods_spec.rb +0 -489
- data/rails_plugins/rspec/spec/spec/example/example_group_spec.rb +0 -711
- data/rails_plugins/rspec/spec/spec/example/example_matcher_spec.rb +0 -96
- data/rails_plugins/rspec/spec/spec/example/example_methods_spec.rb +0 -104
- data/rails_plugins/rspec/spec/spec/example/example_runner_spec.rb +0 -194
- data/rails_plugins/rspec/spec/spec/example/example_spec.rb +0 -53
- data/rails_plugins/rspec/spec/spec/example/nested_example_group_spec.rb +0 -59
- data/rails_plugins/rspec/spec/spec/example/pending_module_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/example/predicate_matcher_spec.rb +0 -21
- data/rails_plugins/rspec/spec/spec/example/shared_example_group_spec.rb +0 -265
- data/rails_plugins/rspec/spec/spec/example/subclassing_example_group_spec.rb +0 -25
- data/rails_plugins/rspec/spec/spec/expectations/differs/default_spec.rb +0 -109
- data/rails_plugins/rspec/spec/spec/expectations/extensions/object_spec.rb +0 -107
- data/rails_plugins/rspec/spec/spec/expectations/fail_with_spec.rb +0 -71
- data/rails_plugins/rspec/spec/spec/extensions/main_spec.rb +0 -76
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_fails.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_that_passes.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/spec_with_errors.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_fails.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_that_passes.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/test_case_with_errors.rb +0 -10
- data/rails_plugins/rspec/spec/spec/interop/test/unit/resources/testsuite_adapter_spec_with_test_unit.rb +0 -38
- data/rails_plugins/rspec/spec/spec/interop/test/unit/spec_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/interop/test/unit/test_unit_spec_helper.rb +0 -14
- data/rails_plugins/rspec/spec/spec/interop/test/unit/testcase_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/interop/test/unit/testsuite_adapter_spec.rb +0 -9
- data/rails_plugins/rspec/spec/spec/matchers/be_close_spec.rb +0 -39
- data/rails_plugins/rspec/spec/spec/matchers/be_spec.rb +0 -224
- data/rails_plugins/rspec/spec/spec/matchers/change_spec.rb +0 -319
- data/rails_plugins/rspec/spec/spec/matchers/description_generation_spec.rb +0 -153
- data/rails_plugins/rspec/spec/spec/matchers/eql_spec.rb +0 -28
- data/rails_plugins/rspec/spec/spec/matchers/equal_spec.rb +0 -28
- data/rails_plugins/rspec/spec/spec/matchers/exist_spec.rb +0 -57
- data/rails_plugins/rspec/spec/spec/matchers/handler_spec.rb +0 -129
- data/rails_plugins/rspec/spec/spec/matchers/has_spec.rb +0 -37
- data/rails_plugins/rspec/spec/spec/matchers/have_spec.rb +0 -291
- data/rails_plugins/rspec/spec/spec/matchers/include_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/matchers/match_spec.rb +0 -37
- data/rails_plugins/rspec/spec/spec/matchers/matcher_methods_spec.rb +0 -78
- data/rails_plugins/rspec/spec/spec/matchers/mock_constraint_matchers_spec.rb +0 -24
- data/rails_plugins/rspec/spec/spec/matchers/operator_matcher_spec.rb +0 -158
- data/rails_plugins/rspec/spec/spec/matchers/raise_error_spec.rb +0 -191
- data/rails_plugins/rspec/spec/spec/matchers/respond_to_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/matchers/satisfy_spec.rb +0 -36
- data/rails_plugins/rspec/spec/spec/matchers/simple_matcher_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/matchers/throw_symbol_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/mocks/any_number_of_times_spec.rb +0 -29
- data/rails_plugins/rspec/spec/spec/mocks/argument_expectation_spec.rb +0 -23
- data/rails_plugins/rspec/spec/spec/mocks/at_least_spec.rb +0 -97
- data/rails_plugins/rspec/spec/spec/mocks/at_most_spec.rb +0 -93
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_10260_spec.rb +0 -8
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_10263.rb +0 -24
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_11545_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_15719_spec.rb +0 -30
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_7611_spec.rb +0 -19
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_7805_spec.rb +0 -22
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_8165_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/mocks/bug_report_8302_spec.rb +0 -26
- data/rails_plugins/rspec/spec/spec/mocks/failing_mock_argument_constraints_spec.rb +0 -115
- data/rails_plugins/rspec/spec/spec/mocks/mock_ordering_spec.rb +0 -84
- data/rails_plugins/rspec/spec/spec/mocks/mock_space_spec.rb +0 -54
- data/rails_plugins/rspec/spec/spec/mocks/mock_spec.rb +0 -475
- data/rails_plugins/rspec/spec/spec/mocks/multiple_return_value_spec.rb +0 -113
- data/rails_plugins/rspec/spec/spec/mocks/null_object_mock_spec.rb +0 -40
- data/rails_plugins/rspec/spec/spec/mocks/once_counts_spec.rb +0 -53
- data/rails_plugins/rspec/spec/spec/mocks/options_hash_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/mocks/partial_mock_spec.rb +0 -106
- data/rails_plugins/rspec/spec/spec/mocks/partial_mock_using_mocks_directly_spec.rb +0 -66
- data/rails_plugins/rspec/spec/spec/mocks/passing_mock_argument_constraints_spec.rb +0 -154
- data/rails_plugins/rspec/spec/spec/mocks/precise_counts_spec.rb +0 -52
- data/rails_plugins/rspec/spec/spec/mocks/record_messages_spec.rb +0 -26
- data/rails_plugins/rspec/spec/spec/mocks/stub_spec.rb +0 -181
- data/rails_plugins/rspec/spec/spec/mocks/twice_counts_spec.rb +0 -67
- data/rails_plugins/rspec/spec/spec/package/bin_spec_spec.rb +0 -14
- data/rails_plugins/rspec/spec/spec/runner/class_and_argument_parser_spec.rb +0 -23
- data/rails_plugins/rspec/spec/spec/runner/command_line_spec.rb +0 -147
- data/rails_plugins/rspec/spec/spec/runner/drb_command_line_spec.rb +0 -92
- data/rails_plugins/rspec/spec/spec/runner/empty_file.txt +0 -0
- data/rails_plugins/rspec/spec/spec/runner/examples.txt +0 -2
- data/rails_plugins/rspec/spec/spec/runner/execution_context_spec.rb +0 -31
- data/rails_plugins/rspec/spec/spec/runner/failed.txt +0 -3
- data/rails_plugins/rspec/spec/spec/runner/formatter/failing_example_groups_formatter_spec.rb +0 -44
- data/rails_plugins/rspec/spec/spec/runner/formatter/failing_examples_formatter_spec.rb +0 -33
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html +0 -387
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html +0 -371
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6-jruby.html +0 -381
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatted-1.8.6.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/html_formatter_spec.rb +0 -66
- data/rails_plugins/rspec/spec/spec/runner/formatter/profile_formatter_spec.rb +0 -65
- data/rails_plugins/rspec/spec/spec/runner/formatter/progress_bar_formatter_spec.rb +0 -127
- data/rails_plugins/rspec/spec/spec/runner/formatter/snippet_extractor_spec.rb +0 -18
- data/rails_plugins/rspec/spec/spec/runner/formatter/spec_mate_formatter_spec.rb +0 -103
- data/rails_plugins/rspec/spec/spec/runner/formatter/specdoc_formatter_spec.rb +0 -126
- data/rails_plugins/rspec/spec/spec/runner/formatter/story/html_formatter_spec.rb +0 -61
- data/rails_plugins/rspec/spec/spec/runner/formatter/story/plain_text_formatter_spec.rb +0 -335
- data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.4.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/formatter/text_mate_formatted-1.8.6.html +0 -365
- data/rails_plugins/rspec/spec/spec/runner/heckle_runner_spec.rb +0 -78
- data/rails_plugins/rspec/spec/spec/runner/heckler_spec.rb +0 -13
- data/rails_plugins/rspec/spec/spec/runner/noisy_backtrace_tweaker_spec.rb +0 -45
- data/rails_plugins/rspec/spec/spec/runner/option_parser_spec.rb +0 -378
- data/rails_plugins/rspec/spec/spec/runner/options_spec.rb +0 -364
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture.rb +0 -7
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_fixture_runner.rb +0 -8
- data/rails_plugins/rspec/spec/spec/runner/output_one_time_spec.rb +0 -16
- data/rails_plugins/rspec/spec/spec/runner/quiet_backtrace_tweaker_spec.rb +0 -56
- data/rails_plugins/rspec/spec/spec/runner/reporter_spec.rb +0 -189
- data/rails_plugins/rspec/spec/spec/runner/resources/a_bar.rb +0 -0
- data/rails_plugins/rspec/spec/spec/runner/resources/a_foo.rb +0 -0
- data/rails_plugins/rspec/spec/spec/runner/resources/a_spec.rb +0 -1
- data/rails_plugins/rspec/spec/spec/runner/spec.opts +0 -2
- data/rails_plugins/rspec/spec/spec/runner/spec_parser/spec_parser_fixture.rb +0 -70
- data/rails_plugins/rspec/spec/spec/runner/spec_parser_spec.rb +0 -79
- data/rails_plugins/rspec/spec/spec/runner/spec_spaced.opts +0 -2
- data/rails_plugins/rspec/spec/spec/runner_spec.rb +0 -11
- data/rails_plugins/rspec/spec/spec/spec_classes.rb +0 -133
- data/rails_plugins/rspec/spec/spec/story/builders.rb +0 -46
- data/rails_plugins/rspec/spec/spec/story/extensions/main_spec.rb +0 -161
- data/rails_plugins/rspec/spec/spec/story/extensions_spec.rb +0 -14
- data/rails_plugins/rspec/spec/spec/story/given_scenario_spec.rb +0 -27
- data/rails_plugins/rspec/spec/spec/story/runner/plain_text_story_runner_spec.rb +0 -92
- data/rails_plugins/rspec/spec/spec/story/runner/scenario_collector_spec.rb +0 -27
- data/rails_plugins/rspec/spec/spec/story/runner/scenario_runner_spec.rb +0 -142
- data/rails_plugins/rspec/spec/spec/story/runner/story_mediator_spec.rb +0 -133
- data/rails_plugins/rspec/spec/spec/story/runner/story_parser_spec.rb +0 -384
- data/rails_plugins/rspec/spec/spec/story/runner/story_runner_spec.rb +0 -256
- data/rails_plugins/rspec/spec/spec/story/runner_spec.rb +0 -106
- data/rails_plugins/rspec/spec/spec/story/scenario_spec.rb +0 -20
- data/rails_plugins/rspec/spec/spec/story/step_group_spec.rb +0 -157
- data/rails_plugins/rspec/spec/spec/story/step_mother_spec.rb +0 -72
- data/rails_plugins/rspec/spec/spec/story/step_spec.rb +0 -200
- data/rails_plugins/rspec/spec/spec/story/story_helper.rb +0 -2
- data/rails_plugins/rspec/spec/spec/story/story_spec.rb +0 -86
- data/rails_plugins/rspec/spec/spec/story/world_spec.rb +0 -423
- data/rails_plugins/rspec/spec/spec/translator_spec.rb +0 -265
- data/rails_plugins/rspec/spec/spec.opts +0 -6
- data/rails_plugins/rspec/spec/spec_helper.rb +0 -103
- data/rails_plugins/rspec/stories/all.rb +0 -5
- data/rails_plugins/rspec/stories/example_groups/autogenerated_docstrings +0 -45
- data/rails_plugins/rspec/stories/example_groups/example_group_with_should_methods +0 -17
- data/rails_plugins/rspec/stories/example_groups/nested_groups +0 -17
- data/rails_plugins/rspec/stories/example_groups/output +0 -25
- data/rails_plugins/rspec/stories/example_groups/stories.rb +0 -7
- data/rails_plugins/rspec/stories/helper.rb +0 -6
- data/rails_plugins/rspec/stories/interop/examples_and_tests_together +0 -30
- data/rails_plugins/rspec/stories/interop/stories.rb +0 -7
- data/rails_plugins/rspec/stories/interop/test_case_with_should_methods +0 -17
- data/rails_plugins/rspec/stories/pending_stories/README +0 -3
- data/rails_plugins/rspec/stories/resources/helpers/cmdline.rb +0 -9
- data/rails_plugins/rspec/stories/resources/helpers/story_helper.rb +0 -16
- data/rails_plugins/rspec/stories/resources/matchers/smart_match.rb +0 -37
- data/rails_plugins/rspec/stories/resources/spec/example_group_with_should_methods.rb +0 -12
- data/rails_plugins/rspec/stories/resources/spec/simple_spec.rb +0 -8
- data/rails_plugins/rspec/stories/resources/steps/running_rspec.rb +0 -50
- data/rails_plugins/rspec/stories/resources/stories/failing_story.rb +0 -15
- data/rails_plugins/rspec/stories/resources/test/spec_and_test_together.rb +0 -57
- data/rails_plugins/rspec/stories/resources/test/test_case_with_should_methods.rb +0 -30
- data/rails_plugins/rspec/story_server/prototype/javascripts/builder.js +0 -136
- data/rails_plugins/rspec/story_server/prototype/javascripts/controls.js +0 -972
- data/rails_plugins/rspec/story_server/prototype/javascripts/dragdrop.js +0 -976
- data/rails_plugins/rspec/story_server/prototype/javascripts/effects.js +0 -1117
- data/rails_plugins/rspec/story_server/prototype/javascripts/prototype.js +0 -4140
- data/rails_plugins/rspec/story_server/prototype/javascripts/rspec.js +0 -149
- data/rails_plugins/rspec/story_server/prototype/javascripts/scriptaculous.js +0 -58
- data/rails_plugins/rspec/story_server/prototype/javascripts/slider.js +0 -276
- data/rails_plugins/rspec/story_server/prototype/javascripts/sound.js +0 -55
- data/rails_plugins/rspec/story_server/prototype/javascripts/unittest.js +0 -568
- data/rails_plugins/rspec/story_server/prototype/lib/server.rb +0 -24
- data/rails_plugins/rspec/story_server/prototype/stories.html +0 -176
- data/rails_plugins/rspec/story_server/prototype/stylesheets/rspec.css +0 -136
- data/rails_plugins/rspec/story_server/prototype/stylesheets/test.css +0 -90
- data/rails_plugins/rspec_on_rails/MIT-LICENSE +0 -31
- data/rails_plugins/rspec_on_rails/README +0 -3
- data/rails_plugins/rspec_on_rails/Rakefile +0 -9
- data/rails_plugins/rspec_on_rails/generators/rspec/CHANGES +0 -1
- data/rails_plugins/rspec_on_rails/generators/rspec/rspec_generator.rb +0 -35
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/all_stories.rb +0 -4
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/previous_failures.txt +0 -0
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/rcov.opts +0 -2
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec +0 -4
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/script/spec_server +0 -102
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec.opts +0 -6
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/spec_helper.rb +0 -39
- data/rails_plugins/rspec_on_rails/generators/rspec/templates/stories_helper.rb +0 -3
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/USAGE +0 -33
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/rspec_controller_generator.rb +0 -49
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/controller_spec.rb +0 -25
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/helper_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_controller/templates/view_spec.rb +0 -12
- data/rails_plugins/rspec_on_rails/generators/rspec_model/USAGE +0 -18
- data/rails_plugins/rspec_on_rails/generators/rspec_model/rspec_model_generator.rb +0 -30
- data/rails_plugins/rspec_on_rails/generators/rspec_model/templates/model_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/rspec_scaffold_generator.rb +0 -167
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/controller_spec.rb +0 -313
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/edit_erb_spec.rb +0 -25
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/helper_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/index_erb_spec.rb +0 -22
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/new_erb_spec.rb +0 -26
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/routing_spec.rb +0 -61
- data/rails_plugins/rspec_on_rails/generators/rspec_scaffold/templates/show_erb_spec.rb +0 -22
- data/rails_plugins/rspec_on_rails/init.rb +0 -9
- data/rails_plugins/rspec_on_rails/lib/autotest/discover.rb +0 -1
- data/rails_plugins/rspec_on_rails/lib/autotest/rails_rspec.rb +0 -81
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/assigns_hash_proxy.rb +0 -42
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/controller_example_group.rb +0 -255
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/functional_example_group.rb +0 -66
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/helper_example_group.rb +0 -82
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/ivar_proxy.rb +0 -62
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/model_example_group.rb +0 -14
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/rails_example_group.rb +0 -68
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/render_observer.rb +0 -90
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example/view_example_group.rb +0 -171
- data/rails_plugins/rspec_on_rails/lib/spec/rails/example.rb +0 -47
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/base.rb +0 -14
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/rescue.rb +0 -21
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/test_response.rb +0 -11
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/action_view/base.rb +0 -27
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/active_record/base.rb +0 -30
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/object.rb +0 -5
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/example/configuration.rb +0 -66
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions/spec/matchers/have.rb +0 -21
- data/rails_plugins/rspec_on_rails/lib/spec/rails/extensions.rb +0 -12
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/assert_select.rb +0 -130
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/have_text.rb +0 -55
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/redirect_to.rb +0 -113
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers/render_template.rb +0 -70
- data/rails_plugins/rspec_on_rails/lib/spec/rails/matchers.rb +0 -29
- data/rails_plugins/rspec_on_rails/lib/spec/rails/story_adapter.rb +0 -71
- data/rails_plugins/rspec_on_rails/lib/spec/rails/version.rb +0 -23
- data/rails_plugins/rspec_on_rails/lib/spec/rails.rb +0 -51
- data/rails_plugins/rspec_on_rails/spec/rails/autotest/mappings_spec.rb +0 -36
- data/rails_plugins/rspec_on_rails/spec/rails/autotest/rails_rspec_spec.rb +0 -8
- data/rails_plugins/rspec_on_rails/spec/rails/example/assigns_hash_proxy_spec.rb +0 -55
- data/rails_plugins/rspec_on_rails/spec/rails/example/configuration_spec.rb +0 -83
- data/rails_plugins/rspec_on_rails/spec/rails/example/controller_isolation_spec.rb +0 -43
- data/rails_plugins/rspec_on_rails/spec/rails/example/controller_spec_spec.rb +0 -187
- data/rails_plugins/rspec_on_rails/spec/rails/example/example_group_factory_spec.rb +0 -112
- data/rails_plugins/rspec_on_rails/spec/rails/example/helper_spec_spec.rb +0 -118
- data/rails_plugins/rspec_on_rails/spec/rails/example/ivar_proxy_spec.rb +0 -64
- data/rails_plugins/rspec_on_rails/spec/rails/example/model_spec_spec.rb +0 -18
- data/rails_plugins/rspec_on_rails/spec/rails/example/shared_behaviour_spec.rb +0 -16
- data/rails_plugins/rspec_on_rails/spec/rails/example/test_unit_assertion_accessibility_spec.rb +0 -33
- data/rails_plugins/rspec_on_rails/spec/rails/example/view_spec_spec.rb +0 -263
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_controller_rescue_action_spec.rb +0 -54
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/action_view_base_spec.rb +0 -48
- data/rails_plugins/rspec_on_rails/spec/rails/extensions/active_record_spec.rb +0 -14
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/assert_select_spec.rb +0 -783
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/description_generation_spec.rb +0 -37
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/errors_on_spec.rb +0 -13
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/have_text_spec.rb +0 -62
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/redirect_to_spec.rb +0 -203
- data/rails_plugins/rspec_on_rails/spec/rails/matchers/render_spec.rb +0 -169
- data/rails_plugins/rspec_on_rails/spec/rails/mocks/mock_model_spec.rb +0 -65
- data/rails_plugins/rspec_on_rails/spec/rails/sample_spec.rb +0 -7
- data/rails_plugins/rspec_on_rails/spec/rails/spec_server_spec.rb +0 -89
- data/rails_plugins/rspec_on_rails/spec/rails/spec_spec.rb +0 -11
- data/rails_plugins/rspec_on_rails/spec/rails_suite.rb +0 -7
- data/rails_plugins/rspec_on_rails/spec/spec_helper.rb +0 -46
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/action_view_base_spec_controller.rb +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/controller_spec_controller.rb +0 -56
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/redirect_spec_controller.rb +0 -59
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/render_spec_controller.rb +0 -26
- data/rails_plugins/rspec_on_rails/spec_resources/controllers/rjs_spec_controller.rb +0 -58
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/explicit_helper.rb +0 -10
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/more_explicit_helper.rb +0 -5
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/plugin_application_helper.rb +0 -6
- data/rails_plugins/rspec_on_rails/spec_resources/helpers/view_spec_helper.rb +0 -13
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/_partial.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_after_session_reset.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_flash_before_session_reset.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_setting_the_assigns_hash.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_errors_in_template.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/controller_spec/action_with_template.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/_a_partial.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.js.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/render_spec/some_action.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/_replacement_partial.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_div.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/hide_page_element.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/insert_html.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/replace_html_with_partial.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_effect.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/rjs_spec/visual_toggle_effect.rjs +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/no_tags.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_no_attributes.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/tag_spec/single_div_with_one_attribute.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_used_twice.rhtml +0 -0
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_local_variable.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_partial_with_sub_partial.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/_spacer.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/accessor.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/entry_form.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/explicit_helper.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/foo/show.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/implicit_helper.rhtml +0 -2
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/multiple_helpers.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial.rhtml +0 -5
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_using_collection.rhtml +0 -3
- data/rails_plugins/rspec_on_rails/spec_resources/views/view_spec/template_with_partial_with_array.rhtml +0 -1
- data/rails_plugins/rspec_on_rails/stories/all.rb +0 -10
- data/rails_plugins/rspec_on_rails/stories/helper.rb +0 -5
- data/rails_plugins/rspec_on_rails/stories/steps/people.rb +0 -8
- data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback +0 -15
- data/rails_plugins/rspec_on_rails/stories/transactions_should_rollback.rb +0 -25
- data/rails_plugins/rspec_on_rails/tasks/rspec.rake +0 -137
data/README.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= Picolena
|
2
2
|
|
3
3
|
* http://picolena.devjavu.com
|
4
|
-
* http://
|
4
|
+
* http://github.com/EricDuminil/picolena/
|
5
5
|
|
6
6
|
== DESCRIPTION:
|
7
7
|
|
@@ -38,8 +38,8 @@ This would create the picolena file structure, index every file inside ~/shared_
|
|
38
38
|
|
39
39
|
== REQUIREMENTS:
|
40
40
|
|
41
|
-
* packages : antiword
|
42
|
-
* gems : rails ferret paginator haml rubyzip rubigen
|
41
|
+
* packages : antiword catppt exiftool grep html2text iconv pdftotext sed unrtf xls2csv
|
42
|
+
* gems : rails ferret paginator haml rubyzip rubigen rspec rspec-rails
|
43
43
|
|
44
44
|
== INSTALL:
|
45
45
|
|
@@ -47,7 +47,7 @@ This would create the picolena file structure, index every file inside ~/shared_
|
|
47
47
|
|
48
48
|
== LICENSE:
|
49
49
|
|
50
|
-
Copyright (c)
|
50
|
+
Copyright (c) 2009 Eric Duminil
|
51
51
|
|
52
52
|
Permission is hereby granted, free of charge, to any person obtaining
|
53
53
|
a copy of this software and associated documentation files (the
|
data/config/files_to_clean
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
lib/picolena/templates/LICENSE
|
2
2
|
lib/picolena/templates/README
|
3
|
+
lib/picolena/templates/config/environment.rb
|
3
4
|
lib/picolena/templates/config/custom/picolena.rb
|
4
5
|
lib/picolena/templates/config/custom/indexed_directories.yml
|
5
6
|
lib/picolena/templates/config/custom/white_list_ip.yml
|
data/config/hoe.rb
CHANGED
@@ -60,15 +60,15 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
|
|
60
60
|
|
61
61
|
# == Optional
|
62
62
|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
|
63
|
-
p.extra_deps = [ ['rails', '
|
64
|
-
# Ferret 0.11.6 is not yet available for win32 (and will never be, it is a fix release for *nix)
|
65
|
-
# FIXME: How to require 0.11.6 for *nix and 0.11.5 for win32?
|
63
|
+
p.extra_deps = [ ['rails', '= 2.2.2'],
|
66
64
|
['ferret', '>= 0.11.5'],
|
67
|
-
['haml', '>=
|
65
|
+
['haml', '>= 2.0.7'],
|
68
66
|
['rubyzip', '>= 0.9.1'],
|
67
|
+
# TODO: upgrade to 1.5.2
|
69
68
|
['rubigen', '>= 1.2.4'],
|
70
|
-
['paginator', '>= 1.1.
|
71
|
-
['rspec', '>= 1.1.
|
69
|
+
['paginator', '>= 1.1.1'],
|
70
|
+
['rspec', '>= 1.1.12'],
|
71
|
+
['rspec-rails', '>= 1.1.12']
|
72
72
|
]
|
73
73
|
|
74
74
|
#p.spec_extras = {} # A hash of extra values to set in the gemspec.
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# ENV['RAILS_ENV'] ||= 'production'
|
6
6
|
|
7
7
|
# Specifies gem version of Rails to use when vendor/rails is not present
|
8
|
-
RAILS_GEM_VERSION = '2.
|
8
|
+
RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION
|
9
9
|
|
10
10
|
# Bootstrap the Rails environment, frameworks, and default configuration
|
11
11
|
require File.join(File.dirname(__FILE__), 'boot')
|
@@ -15,3 +15,8 @@ Rails::Initializer.run do |config|
|
|
15
15
|
# Ferret backs us up.
|
16
16
|
config.frameworks -= [ :active_record ]
|
17
17
|
end
|
18
|
+
|
19
|
+
#Initialises Picolena module.
|
20
|
+
module Picolena
|
21
|
+
VERSION='<%= version %>'
|
22
|
+
end
|
@@ -8,3 +8,10 @@ test:
|
|
8
8
|
"spec/test_dirs/indexed": "http://picolena.devjavu.com/browser/trunk/lib/picolena/templates/spec/test_dirs/indexed"
|
9
9
|
production:
|
10
10
|
<%= directories_to_index %>
|
11
|
+
|
12
|
+
## Defines which files should be ignored by the indexer.
|
13
|
+
ignore:
|
14
|
+
Thumbs.db
|
15
|
+
# *.bak
|
16
|
+
# *.log
|
17
|
+
# *.tmp
|
@@ -5,6 +5,9 @@
|
|
5
5
|
|
6
6
|
## Main performance parameters
|
7
7
|
|
8
|
+
## Number of threads created by the Indexer
|
9
|
+
threads_number: 8
|
10
|
+
|
8
11
|
# Allowed memory for indexing process.
|
9
12
|
# 128MB by default, or 2^27
|
10
13
|
max_buffer_memory: 134_217_728
|
@@ -27,4 +30,4 @@ max_buffered_docs: 10_000
|
|
27
30
|
# max_merge_docs: -1
|
28
31
|
use_compound_file: true
|
29
32
|
index_skip_interval: 128
|
30
|
-
doc_skip_interval: 16
|
33
|
+
doc_skip_interval: 16
|
File without changes
|
@@ -62,6 +62,7 @@ class PicolenaGenerator < RubiGen::Base #:nodoc:
|
|
62
62
|
end
|
63
63
|
|
64
64
|
# Picolena configuration files
|
65
|
+
m.template '../config/environment.rb', 'config/environment.rb', :assigns => {:version => Picolena::VERSION::STRING}
|
65
66
|
m.file '../config/white_list_ip.yml', 'config/custom/white_list_ip.yml'
|
66
67
|
m.file '../config/basic.rb', 'config/custom/picolena.rb'
|
67
68
|
m.template '../config/indexed_directories.yml', 'config/custom/indexed_directories.yml', :assigns => {:directories_to_index => @directories_to_index}
|
@@ -86,7 +87,7 @@ class PicolenaGenerator < RubiGen::Base #:nodoc:
|
|
86
87
|
m.rake 'spec' unless options[:no_spec]
|
87
88
|
|
88
89
|
# Cleaning up temp folder if --spec-only
|
89
|
-
m.clean if
|
90
|
+
m.clean if false
|
90
91
|
end
|
91
92
|
end
|
92
93
|
|
@@ -164,6 +165,7 @@ EOS
|
|
164
165
|
spec/test_dirs/indexed/just_one_doc
|
165
166
|
spec/test_dirs/indexed/lang
|
166
167
|
spec/test_dirs/indexed/literature
|
168
|
+
spec/test_dirs/indexed/media
|
167
169
|
spec/test_dirs/indexed/others
|
168
170
|
spec/test_dirs/indexed/others/nested
|
169
171
|
spec/test_dirs/indexed/yet_another_dir
|
@@ -201,133 +203,5 @@ EOS
|
|
201
203
|
globalite/spec/lang/ui
|
202
204
|
globalite/tasks
|
203
205
|
haml
|
204
|
-
rspec
|
205
|
-
rspec/autotest
|
206
|
-
rspec/bin
|
207
|
-
rspec/examples
|
208
|
-
rspec/examples/pure
|
209
|
-
rspec/examples/stories
|
210
|
-
rspec/examples/stories/game-of-life
|
211
|
-
rspec/examples/stories/game-of-life/behaviour
|
212
|
-
rspec/examples/stories/game-of-life/behaviour/examples
|
213
|
-
rspec/examples/stories/game-of-life/behaviour/stories
|
214
|
-
rspec/examples/stories/game-of-life/life
|
215
|
-
rspec/examples/stories/steps
|
216
|
-
rspec/failing_examples
|
217
|
-
rspec/lib
|
218
|
-
rspec/lib/autotest
|
219
|
-
rspec/lib/spec
|
220
|
-
rspec/lib/spec/example
|
221
|
-
rspec/lib/spec/expectations
|
222
|
-
rspec/lib/spec/expectations/differs
|
223
|
-
rspec/lib/spec/expectations/extensions
|
224
|
-
rspec/lib/spec/extensions
|
225
|
-
rspec/lib/spec/interop
|
226
|
-
rspec/lib/spec/interop/test
|
227
|
-
rspec/lib/spec/interop/test/unit
|
228
|
-
rspec/lib/spec/interop/test/unit/ui
|
229
|
-
rspec/lib/spec/interop/test/unit/ui/console
|
230
|
-
rspec/lib/spec/matchers
|
231
|
-
rspec/lib/spec/mocks
|
232
|
-
rspec/lib/spec/mocks/extensions
|
233
|
-
rspec/lib/spec/rake
|
234
|
-
rspec/lib/spec/runner
|
235
|
-
rspec/lib/spec/runner/formatter
|
236
|
-
rspec/lib/spec/runner/formatter/story
|
237
|
-
rspec/lib/spec/story
|
238
|
-
rspec/lib/spec/story/extensions
|
239
|
-
rspec/lib/spec/story/runner
|
240
|
-
rspec/plugins
|
241
|
-
rspec/plugins/mock_frameworks
|
242
|
-
rspec/pre_commit
|
243
|
-
rspec/pre_commit/lib
|
244
|
-
rspec/pre_commit/lib/pre_commit
|
245
|
-
rspec/pre_commit/spec
|
246
|
-
rspec/pre_commit/spec/pre_commit
|
247
|
-
rspec/rake_tasks
|
248
|
-
rspec/spec
|
249
|
-
rspec/spec/autotest
|
250
|
-
rspec/spec/spec
|
251
|
-
rspec/spec/spec/example
|
252
|
-
rspec/spec/spec/expectations
|
253
|
-
rspec/spec/spec/expectations/differs
|
254
|
-
rspec/spec/spec/expectations/extensions
|
255
|
-
rspec/spec/spec/extensions
|
256
|
-
rspec/spec/spec/interop
|
257
|
-
rspec/spec/spec/interop/test
|
258
|
-
rspec/spec/spec/interop/test/unit
|
259
|
-
rspec/spec/spec/interop/test/unit/resources
|
260
|
-
rspec/spec/spec/matchers
|
261
|
-
rspec/spec/spec/mocks
|
262
|
-
rspec/spec/spec/package
|
263
|
-
rspec/spec/spec/runner
|
264
|
-
rspec/spec/spec/runner/formatter
|
265
|
-
rspec/spec/spec/runner/formatter/story
|
266
|
-
rspec/spec/spec/runner/resources
|
267
|
-
rspec/spec/spec/runner/spec_parser
|
268
|
-
rspec/spec/spec/story
|
269
|
-
rspec/spec/spec/story/extensions
|
270
|
-
rspec/spec/spec/story/runner
|
271
|
-
rspec/stories
|
272
|
-
rspec/stories/example_groups
|
273
|
-
rspec/stories/interop
|
274
|
-
rspec/stories/pending_stories
|
275
|
-
rspec/stories/resources
|
276
|
-
rspec/stories/resources/helpers
|
277
|
-
rspec/stories/resources/matchers
|
278
|
-
rspec/stories/resources/spec
|
279
|
-
rspec/stories/resources/steps
|
280
|
-
rspec/stories/resources/stories
|
281
|
-
rspec/stories/resources/test
|
282
|
-
rspec/story_server
|
283
|
-
rspec/story_server/prototype
|
284
|
-
rspec/story_server/prototype/javascripts
|
285
|
-
rspec/story_server/prototype/lib
|
286
|
-
rspec/story_server/prototype/stylesheets
|
287
|
-
rspec_on_rails
|
288
|
-
rspec_on_rails/generators
|
289
|
-
rspec_on_rails/generators/helpers
|
290
|
-
rspec_on_rails/generators/rspec
|
291
|
-
rspec_on_rails/generators/rspec/templates
|
292
|
-
rspec_on_rails/generators/rspec/templates/script
|
293
|
-
rspec_on_rails/generators/rspec_controller
|
294
|
-
rspec_on_rails/generators/rspec_controller/templates
|
295
|
-
rspec_on_rails/generators/rspec_model
|
296
|
-
rspec_on_rails/generators/rspec_model/templates
|
297
|
-
rspec_on_rails/generators/rspec_scaffold
|
298
|
-
rspec_on_rails/generators/rspec_scaffold/templates
|
299
|
-
rspec_on_rails/lib
|
300
|
-
rspec_on_rails/lib/autotest
|
301
|
-
rspec_on_rails/lib/spec
|
302
|
-
rspec_on_rails/lib/spec/rails
|
303
|
-
rspec_on_rails/lib/spec/rails/example
|
304
|
-
rspec_on_rails/lib/spec/rails/extensions
|
305
|
-
rspec_on_rails/lib/spec/rails/extensions/action_controller
|
306
|
-
rspec_on_rails/lib/spec/rails/extensions/action_view
|
307
|
-
rspec_on_rails/lib/spec/rails/extensions/active_record
|
308
|
-
rspec_on_rails/lib/spec/rails/extensions/spec
|
309
|
-
rspec_on_rails/lib/spec/rails/extensions/spec/example
|
310
|
-
rspec_on_rails/lib/spec/rails/extensions/spec/matchers
|
311
|
-
rspec_on_rails/lib/spec/rails/matchers
|
312
|
-
rspec_on_rails/spec
|
313
|
-
rspec_on_rails/spec/rails
|
314
|
-
rspec_on_rails/spec/rails/autotest
|
315
|
-
rspec_on_rails/spec/rails/example
|
316
|
-
rspec_on_rails/spec/rails/extensions
|
317
|
-
rspec_on_rails/spec/rails/matchers
|
318
|
-
rspec_on_rails/spec/rails/mocks
|
319
|
-
rspec_on_rails/spec_resources
|
320
|
-
rspec_on_rails/spec_resources/controllers
|
321
|
-
rspec_on_rails/spec_resources/helpers
|
322
|
-
rspec_on_rails/spec_resources/views
|
323
|
-
rspec_on_rails/spec_resources/views/controller_spec
|
324
|
-
rspec_on_rails/spec_resources/views/render_spec
|
325
|
-
rspec_on_rails/spec_resources/views/rjs_spec
|
326
|
-
rspec_on_rails/spec_resources/views/tag_spec
|
327
|
-
rspec_on_rails/spec_resources/views/view_spec
|
328
|
-
rspec_on_rails/spec_resources/views/view_spec/foo
|
329
|
-
rspec_on_rails/stories
|
330
|
-
rspec_on_rails/stories/steps
|
331
|
-
rspec_on_rails/tasks
|
332
206
|
)
|
333
207
|
end
|
File without changes
|
File without changes
|
File without changes
|
@@ -21,7 +21,7 @@ class DocumentsController < ApplicationController
|
|
21
21
|
# Show the matching documents for a given query
|
22
22
|
def show
|
23
23
|
start=Time.now
|
24
|
-
@query=
|
24
|
+
@query=params[:id]
|
25
25
|
@sort_by=params[:sort_by]
|
26
26
|
page=params[:page]||1
|
27
27
|
finder=Finder.new(@query,@sort_by,page)
|
@@ -38,7 +38,7 @@ class DocumentsController < ApplicationController
|
|
38
38
|
# Download the file whose probably_unique_id is given.
|
39
39
|
# If the checksum is incorrect, redirect to documents_url via no_valid_link
|
40
40
|
def download
|
41
|
-
send_file @document.complete_path
|
41
|
+
send_file @document.complete_path, :type => @document.mime, :disposition => 'inline'
|
42
42
|
end
|
43
43
|
|
44
44
|
# Returns the content of the document identified by probably_unique_id, as it is *now*.
|
File without changes
|
@@ -27,7 +27,7 @@ module DocumentsHelper
|
|
27
27
|
|
28
28
|
# Returns the time needed to treat the query and launch the search, with a ms precision : (0.472s)
|
29
29
|
def show_time_needed(dt)
|
30
|
-
content_tag(:small,'('<<number_with_precision(dt
|
30
|
+
content_tag(:small,'('<<number_with_precision(dt,:precision => 3)<<'s)')
|
31
31
|
end
|
32
32
|
|
33
33
|
# When possible, highlights content of the document that matches the query.
|
@@ -37,9 +37,11 @@ module DocumentsHelper
|
|
37
37
|
}) if document.matching_content
|
38
38
|
end
|
39
39
|
|
40
|
-
def language_icon_for(document)
|
40
|
+
def language_icon_for(document,query)
|
41
41
|
lang=document.language
|
42
|
-
|
42
|
+
return if lang.blank?
|
43
|
+
query_with_lang= query=~/#{:language.l}/ ? query : "#{query} lang:#{lang}"
|
44
|
+
link_to(image_tag("flags/#{lang}.png"), document_url(query_with_lang))
|
43
45
|
end
|
44
46
|
|
45
47
|
# Returns icon and filename for any given document.
|
@@ -76,12 +78,21 @@ module DocumentsHelper
|
|
76
78
|
link_to link_name, cached_document_path(:id => document.probably_unique_id, :query => query)
|
77
79
|
end
|
78
80
|
|
81
|
+
# Returns multicolor cache à la Google.
|
79
82
|
def highlighted_cache(document, query)
|
80
|
-
|
83
|
+
# What are the terms related to :content field?
|
84
|
+
content_terms=Query.content_terms(query)
|
85
|
+
# Parses cache for found terms
|
86
|
+
# Replaces linebreak by <br/>
|
87
|
+
# < and > by < and >
|
88
|
+
h(document.highlighted_cache(query)).gsub(/\n/,'<br/>').gsub(/<<(.*?)>>/){|c| term=$1
|
89
|
+
# and affects a span class to each term
|
90
|
+
content_tag(:span, term, :class=>"matching_content_#{content_terms.index(term.downcase)}")
|
91
|
+
}
|
81
92
|
end
|
82
93
|
|
83
|
-
def sort_by_date_or_relevance(query)
|
84
|
-
[
|
85
|
-
|
94
|
+
def sort_by_date_or_relevance(query,params)
|
95
|
+
[link_to_if(params[:sort_by]!='date',:by_date.l, document_path(query, :sort_by=>'date')),
|
96
|
+
link_to_if(params[:sort_by],:by_relevance.l, document_path(query))].join(" ")
|
86
97
|
end
|
87
98
|
end
|
@@ -3,14 +3,17 @@ class Document
|
|
3
3
|
attr_reader :complete_path
|
4
4
|
attr_accessor :score, :matching_content
|
5
5
|
|
6
|
+
# Instantiates a new Document, and ensure that the given path exists and
|
7
|
+
# is included in an indexed directory.
|
8
|
+
# Raises otherwise.
|
6
9
|
def initialize(path)
|
7
|
-
#To ensure @complete_path is an absolute direction.
|
10
|
+
# To ensure @complete_path is an absolute direction.
|
8
11
|
@complete_path=File.expand_path(path)
|
9
12
|
validate_existence_of_file
|
10
13
|
validate_in_indexed_directory
|
11
14
|
end
|
12
15
|
|
13
|
-
#Delegating properties to File::method_name(complete_path)
|
16
|
+
# Delegating properties to File::method_name(complete_path)
|
14
17
|
[:dirname, :basename, :extname, :ext_as_sym, :file?, :plain_text?, :size, :ext_as_sym].each{|method_name|
|
15
18
|
define_method(method_name){File.send(method_name,complete_path)}
|
16
19
|
}
|
@@ -18,12 +21,14 @@ class Document
|
|
18
21
|
alias_method :to_s, :complete_path
|
19
22
|
|
20
23
|
|
24
|
+
# Returns complete path as well as matching score and language if available.
|
25
|
+
# ../spec/test_dirs/indexed/just_one_doc/for_test.txt (56.3%) (language:en)
|
26
|
+
# Used for example by
|
27
|
+
# rake index:search query="some query"
|
21
28
|
def inspect
|
22
29
|
[self,("(#{pretty_score})" if @score),("(language:#{language})" if language)].compact.join(" ")
|
23
30
|
end
|
24
31
|
|
25
|
-
|
26
|
-
|
27
32
|
# Returns filename without extension
|
28
33
|
# "buildings.odt" => "buildings"
|
29
34
|
def basename
|
@@ -61,6 +66,14 @@ class Document
|
|
61
66
|
PlainTextExtractor.supported_extensions.include?(self.ext_as_sym) unless ext_as_sym==:no_extension and !plain_text?
|
62
67
|
end
|
63
68
|
|
69
|
+
def extractor
|
70
|
+
PlainTextExtractor.find_by_extension(self.ext_as_sym) rescue nil
|
71
|
+
end
|
72
|
+
|
73
|
+
def mime
|
74
|
+
extractor.mime_name rescue 'application/octet-stream'
|
75
|
+
end
|
76
|
+
|
64
77
|
# Retrieves content as it is *now*.
|
65
78
|
def content
|
66
79
|
PlainTextExtractor.extract_content_from(complete_path)
|
@@ -72,8 +85,8 @@ class Document
|
|
72
85
|
from_index[:content]
|
73
86
|
end
|
74
87
|
|
88
|
+
# Returns cached content with matching terms between '<<' '>>'.
|
75
89
|
def highlighted_cache(raw_query)
|
76
|
-
#TODO: Report to Ferret. Highlight should accept :key and not only :doc_id.
|
77
90
|
Indexer.index.highlight(Query.extract_from(raw_query), doc_id,
|
78
91
|
:field => :content, :excerpt_length => :all,
|
79
92
|
:pre_tag => "<<", :post_tag => ">>"
|
@@ -82,28 +95,37 @@ class Document
|
|
82
95
|
|
83
96
|
# Returns the last modification date before the document got indexed.
|
84
97
|
# Useful to know how old a document is, and to which version the cache corresponds.
|
98
|
+
# >> doc.pretty_date
|
99
|
+
# => "2008-05-09"
|
85
100
|
def pretty_date
|
86
101
|
from_index[:modified].sub(/(\d{4})(\d{2})(\d{2})\d{6}/,'\1-\2-\3')
|
87
102
|
end
|
88
103
|
|
104
|
+
# Returns the last modification time before the document got indexed.
|
105
|
+
# >> doc.pretty_mtime
|
106
|
+
# => "2008-05-09 09:39:51"
|
89
107
|
def pretty_mtime
|
90
108
|
from_index[:modified].sub(/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/,'\1-\2-\3 \4:\5:\6')
|
91
109
|
end
|
92
110
|
|
111
|
+
# Returns the last modification time before the document got indexed, as YYYYMMDDHHMMSS integer.
|
112
|
+
# >> doc.mtime
|
113
|
+
# => 20080509093951
|
93
114
|
def mtime
|
94
115
|
from_index[:modified].to_i
|
95
116
|
end
|
96
117
|
|
97
|
-
# Returns language.
|
118
|
+
# Returns found language, if any.
|
98
119
|
def language
|
99
120
|
from_index[:language]
|
100
121
|
end
|
101
122
|
|
123
|
+
# Returns matching score as a percentage, e.g. 56.3%
|
102
124
|
def pretty_score
|
103
125
|
"%3.1f%" % (@score*100)
|
104
126
|
end
|
105
127
|
|
106
|
-
#
|
128
|
+
# Indexing fields that are shared between every document.
|
107
129
|
def self.default_fields_for(complete_path)
|
108
130
|
{
|
109
131
|
:complete_path => complete_path,
|
@@ -138,16 +160,21 @@ class Document
|
|
138
160
|
!indexed_directory.nil?
|
139
161
|
end
|
140
162
|
|
163
|
+
# Returns the IndexedDirectory in which the Document is included.
|
164
|
+
# Returns nil if no corresponding dir is found.
|
141
165
|
def indexed_directory
|
142
166
|
Picolena::IndexedDirectories.keys.find{|indexed_dir|
|
143
167
|
dirname.starts_with?(indexed_dir)
|
144
168
|
}
|
145
169
|
end
|
146
170
|
|
171
|
+
# Raises unless @complete_path is the path of an existing file
|
147
172
|
def validate_existence_of_file
|
148
173
|
raise Errno::ENOENT, @complete_path unless file?
|
149
174
|
end
|
150
175
|
|
176
|
+
# Raises unless @complete_path is included in an indexed_directory.
|
177
|
+
# It prevents end user to get information about non-indexed sensitive files.
|
151
178
|
def validate_in_indexed_directory
|
152
179
|
raise ArgumentError, "required document is not in indexed directory" unless in_indexed_directory?
|
153
180
|
end
|
@@ -1,10 +1,20 @@
|
|
1
|
+
# Finder is the class that is in charge to ensure that an index is instantiated and
|
2
|
+
# that the raw query is converted into a Ferret::Query.
|
3
|
+
# It then launches a search and returns found documents with corresponding matching scores.
|
1
4
|
class Finder
|
2
5
|
attr_reader :query
|
3
6
|
|
7
|
+
# No need to instantiate a new index for every search, so it gets cached.
|
4
8
|
def index
|
5
9
|
@@index ||= Indexer.index
|
6
10
|
end
|
7
11
|
|
12
|
+
# Instantiates a new Finder
|
13
|
+
# extracts a Ferret::Query from plain text raw query
|
14
|
+
# ensures that an Index has been instantiated
|
15
|
+
# reloads the index if needed
|
16
|
+
# prepares matching_documents pagination
|
17
|
+
# and ensures that the index contains at least one document.
|
8
18
|
def initialize(raw_query,sort_by='relevance', page=1,results_per_page=Picolena::ResultsPerPage)
|
9
19
|
@query = Query.extract_from(raw_query)
|
10
20
|
@raw_query= raw_query
|
@@ -16,6 +26,13 @@ class Finder
|
|
16
26
|
index_should_have_documents
|
17
27
|
end
|
18
28
|
|
29
|
+
# Launches the search and writes correspondings
|
30
|
+
# @matching_documents
|
31
|
+
# @total_hits
|
32
|
+
# @time_needed
|
33
|
+
#
|
34
|
+
# If a document is found in the index but not on the filesystem, it doesn't appear on
|
35
|
+
# the @matching_documents list.
|
19
36
|
def execute!
|
20
37
|
@matching_documents=[]
|
21
38
|
start=Time.now
|
@@ -54,25 +71,34 @@ class Finder
|
|
54
71
|
}
|
55
72
|
|
56
73
|
private
|
57
|
-
|
74
|
+
# Closes Index and clears the cache.
|
75
|
+
# This is used when the index has been modified by an external process
|
76
|
+
# and needs to get reloaded.
|
77
|
+
# Processes sharing the same index can force each other to reload by touching
|
78
|
+
# the "reload" file in Picolena::MetaIndexPath.
|
58
79
|
def reload_index!
|
59
80
|
Indexer.close
|
60
81
|
@@index = nil
|
61
82
|
@@last_reload = Time.now
|
62
83
|
end
|
63
84
|
|
85
|
+
# Returns true if reload file has been touched since last reload.
|
64
86
|
def should_be_reloaded?
|
65
87
|
Indexer.reload_file_mtime > last_reload
|
66
88
|
end
|
67
|
-
|
89
|
+
|
90
|
+
# Returns the last time the index was reloaded.
|
91
|
+
# Returns Time.at(0) if undefined.
|
68
92
|
def last_reload
|
69
93
|
@@last_reload ||= Time.at(0)
|
70
94
|
end
|
71
|
-
|
95
|
+
|
96
|
+
# Returns a SortField that sorts documents by reversed modified time.
|
72
97
|
def sort_by_date
|
73
98
|
Ferret::Search::SortField.new(:modified, :type => :byte, :reverse => true)
|
74
99
|
end
|
75
100
|
|
101
|
+
# Raises if index does not contain any document.
|
76
102
|
def index_should_have_documents
|
77
103
|
raise IndexError, "no document found" unless index.size > 0
|
78
104
|
end
|
@@ -2,13 +2,16 @@
|
|
2
2
|
# It can create, update, delete and prune the index, and take care that only
|
3
3
|
# one IndexWriter exists at any given time, even when used in a multi-threaded
|
4
4
|
# way.
|
5
|
+
#
|
6
|
+
# Related configuration files are written as .yml files in /config/custom/:
|
7
|
+
# indexed_directories.yml
|
8
|
+
# indexing_performance.yml
|
9
|
+
# picolena.rb
|
10
|
+
# They control the indexing performance, which directories should be indexed
|
11
|
+
# , which files should be ignored and if language recognition is to be used.
|
12
|
+
|
5
13
|
require 'indexer_logger'
|
6
14
|
class Indexer
|
7
|
-
# This regexp defines which files should *not* be indexed.
|
8
|
-
@@exclude = /(Thumbs\.db)/
|
9
|
-
# Number of threads that will be used during indexing process
|
10
|
-
@@threads_number = 8
|
11
|
-
|
12
15
|
class << self
|
13
16
|
# Finds every document included in IndexedDirectories, parses them with
|
14
17
|
# PlainTextExtractor and adds them to the index.
|
@@ -34,12 +37,12 @@ class Indexer
|
|
34
37
|
# To do so, it retrieves a list of every included document, cuts it in
|
35
38
|
# @@threads_number chunks, and create a new indexing thread for every chunk.
|
36
39
|
def index_directory_with_multithreads(dir)
|
37
|
-
logger.debug "Indexing #{dir}, #{
|
40
|
+
logger.debug "Indexing #{dir}, #{Picolena::IndexingConfiguration[:threads_number]} threads"
|
38
41
|
indexing_list=Dir[File.join(dir,"**/*")].select{|filename|
|
39
|
-
File.file?(filename) && filename !~
|
42
|
+
File.file?(filename) && File.basename(filename) !~ Picolena::ToIgnore
|
40
43
|
}
|
41
44
|
|
42
|
-
indexing_list_chunks=indexing_list.in_transposed_slices(
|
45
|
+
indexing_list_chunks=indexing_list.in_transposed_slices(Picolena::IndexingConfiguration[:threads_number])
|
43
46
|
prepare_multi_threads_environment
|
44
47
|
|
45
48
|
indexing_list_chunks.each_with_thread{|chunk|
|
@@ -1,5 +1,8 @@
|
|
1
1
|
require 'plain_text_extractor_DSL'
|
2
2
|
|
3
|
+
# PlainTextExtractor is the class responsible for extracting plain text contents from
|
4
|
+
# different documents filetypes (.doc, .html, .pdf, .od?), as defined in
|
5
|
+
# lib/plain_text_extractors/*.rb
|
3
6
|
class PlainTextExtractor
|
4
7
|
include PlainTextExtractorDSL
|
5
8
|
class<<self
|
@@ -68,19 +71,6 @@ class PlainTextExtractor
|
|
68
71
|
end
|
69
72
|
|
70
73
|
## Conversion part
|
71
|
-
|
72
|
-
# destination method can be used by some conversion command that cannot output to stdout (example?)
|
73
|
-
# a file containing plain text result will first be written by command, and then be read by extract_content.
|
74
|
-
def destination
|
75
|
-
require 'tmpdir'
|
76
|
-
@@temp_file_as_destination ||= File.join(Dir::tmpdir,"ferret_#{Time.now.to_i}")
|
77
|
-
end
|
78
|
-
|
79
|
-
# Replaces generic command with specific source and destination (if specified) files
|
80
|
-
def specific_command
|
81
|
-
command.sub('SOURCE','"'<<source<<'"').sub('DESTINATION','"'<<destination<<'"')
|
82
|
-
end
|
83
|
-
|
84
74
|
# Returns plain text content of source file
|
85
75
|
def extract_content
|
86
76
|
if command.is_a?(String) then
|
@@ -89,11 +79,11 @@ class PlainTextExtractor
|
|
89
79
|
# If command includes 'DESTINATION' keyword,
|
90
80
|
# launches the command and returns the content of
|
91
81
|
# DESTINATION file.
|
92
|
-
|
82
|
+
IO.popen(specific_command){}
|
93
83
|
File.read_and_remove(destination)
|
94
84
|
else
|
95
85
|
# Otherwise, launches the command and returns STDOUT.
|
96
|
-
|
86
|
+
Open3.popen3(specific_command){|stdin,stdout,stderr| stdout.read}
|
97
87
|
end
|
98
88
|
else
|
99
89
|
# command is a Block.
|
@@ -127,4 +117,18 @@ class PlainTextExtractor
|
|
127
117
|
}
|
128
118
|
{:content => content, :language => language}
|
129
119
|
end
|
130
|
-
|
120
|
+
|
121
|
+
private
|
122
|
+
|
123
|
+
# destination method can be used by some conversion command that cannot output to stdout (example?)
|
124
|
+
# a file containing plain text result will first be written by command, and then be read by extract_content.
|
125
|
+
def destination
|
126
|
+
require 'tmpdir'
|
127
|
+
@@temp_file_as_destination ||= File.join(Dir::tmpdir,"ferret_#{Time.now.to_i}")
|
128
|
+
end
|
129
|
+
|
130
|
+
# Replaces generic command with specific source and destination (if specified) files
|
131
|
+
def specific_command
|
132
|
+
command.sub('SOURCE','"'<<source<<'"').sub('DESTINATION','"'<<destination<<'"')
|
133
|
+
end
|
134
|
+
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
%h2
|
2
2
|
=link_to icon_and_filename_for(document), download_document_path(document.probably_unique_id)
|
3
|
-
=language_icon_for(document)
|
3
|
+
=language_icon_for(document,query)
|
4
4
|
%small=number_to_percentage(document.score*100, :precision=>1)
|
5
5
|
=highlight_matching_content(document)
|
6
6
|
%p
|
File without changes
|