Changeset [af90d64d3cd62061478cc9ae4ee591fad0873d26] by Kalin Harvey

June 5th, 2009 @ 02:35 PM

out with ferret in with sphinx http://github.com/greenbuilding/...

Committed by Kalin Harvey

  • M Rakefile
  • M app/controllers/items_controller.rb
  • M app/controllers/map_controller.rb
  • M app/models/item.rb
  • M config/deploy.rb
  • M config/ferret_server.yml
  • M lib/tasks/ferret_index.rake
  • M script/ferret_server
  • M vendor/plugins/acts_as_ferret/LICENSE
  • M vendor/plugins/acts_as_ferret/README
  • M vendor/plugins/acts_as_ferret/bin/aaf_install
  • M vendor/plugins/acts_as_ferret/config/ferret_server.yml
  • M vendor/plugins/acts_as_ferret/doc/README.win32
  • M vendor/plugins/acts_as_ferret/doc/demo/README
  • M vendor/plugins/acts_as_ferret/doc/demo/README_DEMO
  • M vendor/plugins/acts_as_ferret/doc/demo/Rakefile
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/admin/backend_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/admin_area_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/application.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/contents_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/controllers/searches_controller.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/admin/backend_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/application_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/content_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/helpers/search_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/comment.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/content.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/content_base.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/search.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/shared_index1.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/shared_index2.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/special_content.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/models/stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/admin/backend/search.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/_form.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/edit.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/index.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/new.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/contents/show.rhtml
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/layouts/application.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/searches/_content.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/app/views/searches/search.html.erb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/boot.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/database.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environment.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/development.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/production.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/environments/test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/config/ferret_server.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/config/lighttpd.conf
  • M vendor/plugins/acts_as_ferret/doc/demo/config/routes.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/development_structure.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/001_initial_migration.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/002_add_type_to_contents.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/003_create_shared_index1s.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/004_create_shared_index2s.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/005_special_field.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/migrate/006_create_stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/db/schema.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/db/schema.sqlite
  • M vendor/plugins/acts_as_ferret/doc/demo/doc/README_FOR_APP
  • M vendor/plugins/acts_as_ferret/doc/demo/doc/howto.txt
  • M vendor/plugins/acts_as_ferret/doc/demo/public/.htaccess
  • M vendor/plugins/acts_as_ferret/doc/demo/public/404.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/500.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.cgi
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.fcgi
  • M vendor/plugins/acts_as_ferret/doc/demo/public/dispatch.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/public/images/rails.png
  • M vendor/plugins/acts_as_ferret/doc/demo/public/index.html
  • M vendor/plugins/acts_as_ferret/doc/demo/public/robots.txt
  • M vendor/plugins/acts_as_ferret/doc/demo/public/stylesheets/scaffold.css
  • M vendor/plugins/acts_as_ferret/doc/demo/script/about
  • M vendor/plugins/acts_as_ferret/doc/demo/script/breakpointer
  • M vendor/plugins/acts_as_ferret/doc/demo/script/console
  • M vendor/plugins/acts_as_ferret/doc/demo/script/destroy
  • M vendor/plugins/acts_as_ferret/doc/demo/script/ferret_server
  • M vendor/plugins/acts_as_ferret/doc/demo/script/generate
  • M vendor/plugins/acts_as_ferret/doc/demo/script/performance/benchmarker
  • M vendor/plugins/acts_as_ferret/doc/demo/script/performance/profiler
  • M vendor/plugins/acts_as_ferret/doc/demo/script/plugin
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/inspector
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/reaper
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/spawner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/process/spinner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/runner
  • M vendor/plugins/acts_as_ferret/doc/demo/script/server
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/comments.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/contents.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/remote_contents.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/shared_index1s.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/fixtures/shared_index2s.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/admin/backend_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/contents_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/functional/searches_controller_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/smoke/drb_smoke_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/smoke/process_stats.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/test_helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/comment_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/content_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/ferret_result_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/multi_index_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/remote_index_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/shared_index1_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/shared_index2_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/sort_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/test/unit/special_content_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/LICENSE
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/README
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/Rakefile
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/init.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/collection.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/finder.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/array_pagination_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/boot.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/console
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/finder_test.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/admin.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/companies.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/company.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/developer.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/project.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/projects.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/replies.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/reply.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/schema.sql
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/topic.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/topics.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/user.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/fixtures/users.yml
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/helper.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/lib/load_fixtures.rb
  • M vendor/plugins/acts_as_ferret/doc/demo/vendor/plugins/will_paginate/test/pagination_test.rb
  • M vendor/plugins/acts_as_ferret/doc/monit-example
  • M vendor/plugins/acts_as_ferret/init.rb
  • M vendor/plugins/acts_as_ferret/install.rb
  • M vendor/plugins/acts_as_ferret/lib/act_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/acts_as_ferret.rb
  • M vendor/plugins/acts_as_ferret/lib/ar_mysql_auto_reconnect_patch.rb
  • M vendor/plugins/acts_as_ferret/lib/blank_slate.rb
  • M vendor/plugins/acts_as_ferret/lib/bulk_indexer.rb
  • M vendor/plugins/acts_as_ferret/lib/class_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_extensions.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_find_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_result.rb
  • M vendor/plugins/acts_as_ferret/lib/ferret_server.rb
  • M vendor/plugins/acts_as_ferret/lib/index.rb
  • M vendor/plugins/acts_as_ferret/lib/instance_methods.rb
  • M vendor/plugins/acts_as_ferret/lib/local_index.rb
  • M vendor/plugins/acts_as_ferret/lib/more_like_this.rb
  • M vendor/plugins/acts_as_ferret/lib/multi_index.rb
  • M vendor/plugins/acts_as_ferret/lib/rdig_adapter.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_functions.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_index.rb
  • M vendor/plugins/acts_as_ferret/lib/remote_multi_index.rb
  • M vendor/plugins/acts_as_ferret/lib/search_results.rb
  • M vendor/plugins/acts_as_ferret/lib/server_manager.rb
  • M vendor/plugins/acts_as_ferret/lib/unix_daemon.rb
  • M vendor/plugins/acts_as_ferret/lib/without_ar.rb
  • M vendor/plugins/acts_as_ferret/rakefile
  • M vendor/plugins/acts_as_ferret/recipes/aaf_recipes.rb
  • M vendor/plugins/acts_as_ferret/script/ferret_daemon
  • M vendor/plugins/acts_as_ferret/script/ferret_server
  • M vendor/plugins/acts_as_ferret/script/ferret_service
  • M vendor/plugins/acts_as_ferret/tasks/ferret.rake
  • M vendor/plugins/thinking-sphinx/LICENCE
  • M vendor/plugins/thinking-sphinx/README.textile
  • M vendor/plugins/thinking-sphinx/Rakefile
  • M vendor/plugins/thinking-sphinx/contribute.rb
  • M vendor/plugins/thinking-sphinx/cucumber.yml
  • M vendor/plugins/thinking-sphinx/features/a.rb
  • M vendor/plugins/thinking-sphinx/features/attribute_transformation.feature
  • M vendor/plugins/thinking-sphinx/features/attribute_updates.feature
  • M vendor/plugins/thinking-sphinx/features/datetime_deltas.feature
  • M vendor/plugins/thinking-sphinx/features/delayed_delta_indexing.feature
  • M vendor/plugins/thinking-sphinx/features/deleting_instances.feature
  • M vendor/plugins/thinking-sphinx/features/extensible_delta_indexing.feature
  • M vendor/plugins/thinking-sphinx/features/facets.feature
  • M vendor/plugins/thinking-sphinx/features/facets_across_model.feature
  • M vendor/plugins/thinking-sphinx/features/handling_edits.feature
  • M vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature
  • M vendor/plugins/thinking-sphinx/features/searching_across_models.feature
  • M vendor/plugins/thinking-sphinx/features/searching_by_model.feature
  • M vendor/plugins/thinking-sphinx/features/searching_with_find_arguments.feature
  • M vendor/plugins/thinking-sphinx/features/sphinx_detection.feature
  • M vendor/plugins/thinking-sphinx/features/step_definitions/alpha_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/beta_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/cat_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/common_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/datetime_delta_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/delayed_delta_indexing_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/extensible_delta_indexing_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/facet_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/find_arguments_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/search_steps.rb
  • M vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb
  • M vendor/plugins/thinking-sphinx/features/sti_searching.feature
  • M vendor/plugins/thinking-sphinx/features/support/db/active_record.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/database.example.yml
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/alphas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/boxes.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/categories.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/cats.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/comments.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/delayed_betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/developers.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/dogs.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/extensible_betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/gammas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/people.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/posts.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/tags.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/fixtures/thetas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_alphas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_animals.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_boxes.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_categories.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_comments.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_delayed_betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_developers.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_extensible_betas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_gammas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_people.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_posts.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_taggings.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_tags.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_thetas.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/mysql.rb
  • M vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
  • M vendor/plugins/thinking-sphinx/features/support/env.rb
  • M vendor/plugins/thinking-sphinx/features/support/lib/generic_delta_handler.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/alpha.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/animal.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/beta.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/box.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/cat.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/category.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/comment.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/delayed_beta.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/developer.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/dog.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/extensible_beta.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/gamma.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/person.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/post.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/tag.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/tagging.rb
  • M vendor/plugins/thinking-sphinx/features/support/models/theta.rb
  • M vendor/plugins/thinking-sphinx/features/support/post_database.rb
  • M vendor/plugins/thinking-sphinx/features/support/z.rb
  • M vendor/plugins/thinking-sphinx/ginger_scenarios.rb
  • M vendor/plugins/thinking-sphinx/init.rb
  • M vendor/plugins/thinking-sphinx/install.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/attribute_updates.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/delta.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/has_many_association.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/search.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/abstract_adapter.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/mysql_adapter.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/postgresql_adapter.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/association.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/attribute.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/class_facet.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/collection.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/configuration.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/core/string.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/datetime_delta.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/default_delta.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/delta_job.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/flag_as_deleted_job.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/job.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deploy/capistrano.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet_collection.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/field.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index/builder.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index/faux_column.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/property.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/rails_additions.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search/facets.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source/internal_properties.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source/sql.rb
  • M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/tasks.rb
  • M vendor/plugins/thinking-sphinx/rails/init.rb
  • M vendor/plugins/thinking-sphinx/spec/fixtures/data.sql
  • M vendor/plugins/thinking-sphinx/spec/fixtures/database.yml.default
  • M vendor/plugins/thinking-sphinx/spec/fixtures/models.rb
  • M vendor/plugins/thinking-sphinx/spec/fixtures/structure.sql
  • M vendor/plugins/thinking-sphinx/spec/spec_helper.rb
  • M vendor/plugins/thinking-sphinx/spec/sphinx_helper.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/delta_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/has_many_association_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/search_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/association_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/attribute_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/collection_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/configuration_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/core/string_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/facet_collection_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/facet_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/field_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index/builder_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index/faux_column_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/rails_additions_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/search_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/source_spec.rb
  • M vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx_spec.rb
  • M vendor/plugins/thinking-sphinx/tasks/distribution.rb
  • M vendor/plugins/thinking-sphinx/tasks/rails.rake
  • M vendor/plugins/thinking-sphinx/tasks/testing.rb
  • M vendor/plugins/thinking-sphinx/thinking-sphinx.gemspec
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/LICENSE
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/README
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/Rakefile
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/init.rb
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit.rb
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit/active_record.rb
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit/connection_adapters.rb
  • M vendor/plugins/thinking-sphinx/vendor/after_commit/test/after_commit_test.rb
  • M vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/job.rb
  • M vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/message_sending.rb
  • M vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/performable_method.rb
  • M vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/worker.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/filter.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/message.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/response.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/distributed_index.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/index.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/indexer.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/remote_index.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/searchd.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/section.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/source.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/sql_source.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/xml_source.rb
  • M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/controller.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

The Green Building Brain is an open source and open content tool for collaboration and resource sharing between green building professionals and amateurs.