Changeset [a59f97fc01d93fbe6e1393fc6d7f7d508e2c94fe] by Kalin Harvey
February 24th, 2010 @ 02:26 PM
removed thinking sphinx plugin since it doesn't get used and
causes stack errors
http://github.com/greenbuilding/greenbuildingbrain/commit/a59f97fc0...
Committed by Kalin Harvey
- R vendor/plugins/thinking-sphinx/LICENCE
- R vendor/plugins/thinking-sphinx/README.textile
- R vendor/plugins/thinking-sphinx/Rakefile
- R vendor/plugins/thinking-sphinx/VERSION.yml
- R vendor/plugins/thinking-sphinx/contribute.rb
- R vendor/plugins/thinking-sphinx/cucumber.yml
- R vendor/plugins/thinking-sphinx/features/a.rb
- R vendor/plugins/thinking-sphinx/features/alternate_primary_key.feature
- R vendor/plugins/thinking-sphinx/features/attribute_transformation.feature
- R vendor/plugins/thinking-sphinx/features/attribute_updates.feature
- R vendor/plugins/thinking-sphinx/features/datetime_deltas.feature
- R vendor/plugins/thinking-sphinx/features/delayed_delta_indexing.feature
- R vendor/plugins/thinking-sphinx/features/deleting_instances.feature
- R vendor/plugins/thinking-sphinx/features/excerpts.feature
- R vendor/plugins/thinking-sphinx/features/extensible_delta_indexing.feature
- R vendor/plugins/thinking-sphinx/features/facets.feature
- R vendor/plugins/thinking-sphinx/features/facets_across_model.feature
- R vendor/plugins/thinking-sphinx/features/handling_edits.feature
- R vendor/plugins/thinking-sphinx/features/retry_stale_indexes.feature
- R vendor/plugins/thinking-sphinx/features/searching_across_models.feature
- R vendor/plugins/thinking-sphinx/features/searching_by_model.feature
- R vendor/plugins/thinking-sphinx/features/searching_with_find_arguments.feature
- R vendor/plugins/thinking-sphinx/features/sphinx_detection.feature
- R vendor/plugins/thinking-sphinx/features/sphinx_scopes.feature
- R vendor/plugins/thinking-sphinx/features/step_definitions/alpha_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/beta_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/common_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/datetime_delta_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/delayed_delta_indexing_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/extensible_delta_indexing_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/facet_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/find_arguments_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/gamma_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/scope_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/search_steps.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/sphinx_steps.rb
- R vendor/plugins/thinking-sphinx/features/sti_searching.feature
- R vendor/plugins/thinking-sphinx/features/support/db/active_record.rb
- R vendor/plugins/thinking-sphinx/features/support/db/database.example.yml
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/alphas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/authors.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/boxes.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/categories.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/cats.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/comments.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/delayed_betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/developers.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/dogs.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/extensible_betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/gammas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/people.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/posts.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/robots.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/tags.rb
- R vendor/plugins/thinking-sphinx/features/support/db/fixtures/thetas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_alphas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_animals.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_authors.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_authors_posts.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_boxes.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_categories.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_comments.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_delayed_betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_developers.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_extensible_betas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_gammas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_people.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_posts.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_robots.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_taggings.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_tags.rb
- R vendor/plugins/thinking-sphinx/features/support/db/migrations/create_thetas.rb
- R vendor/plugins/thinking-sphinx/features/support/db/mysql.rb
- R vendor/plugins/thinking-sphinx/features/support/db/postgresql.rb
- R vendor/plugins/thinking-sphinx/features/support/env.rb
- R vendor/plugins/thinking-sphinx/features/support/lib/generic_delta_handler.rb
- R vendor/plugins/thinking-sphinx/features/support/models/alpha.rb
- R vendor/plugins/thinking-sphinx/features/support/models/animal.rb
- R vendor/plugins/thinking-sphinx/features/support/models/author.rb
- R vendor/plugins/thinking-sphinx/features/support/models/beta.rb
- R vendor/plugins/thinking-sphinx/features/support/models/box.rb
- R vendor/plugins/thinking-sphinx/features/support/models/cat.rb
- R vendor/plugins/thinking-sphinx/features/support/models/category.rb
- R vendor/plugins/thinking-sphinx/features/support/models/comment.rb
- R vendor/plugins/thinking-sphinx/features/support/models/delayed_beta.rb
- R vendor/plugins/thinking-sphinx/features/support/models/developer.rb
- R vendor/plugins/thinking-sphinx/features/support/models/dog.rb
- R vendor/plugins/thinking-sphinx/features/support/models/extensible_beta.rb
- R vendor/plugins/thinking-sphinx/features/support/models/gamma.rb
- R vendor/plugins/thinking-sphinx/features/support/models/person.rb
- R vendor/plugins/thinking-sphinx/features/support/models/post.rb
- R vendor/plugins/thinking-sphinx/features/support/models/robot.rb
- R vendor/plugins/thinking-sphinx/features/support/models/tag.rb
- R vendor/plugins/thinking-sphinx/features/support/models/tagging.rb
- R vendor/plugins/thinking-sphinx/features/support/models/theta.rb
- R vendor/plugins/thinking-sphinx/features/support/post_database.rb
- R vendor/plugins/thinking-sphinx/features/support/z.rb
- R vendor/plugins/thinking-sphinx/ginger_scenarios.rb
- R vendor/plugins/thinking-sphinx/init.rb
- R vendor/plugins/thinking-sphinx/install.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/attribute_updates.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/delta.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/has_many_association.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/scopes.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/abstract_adapter.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/mysql_adapter.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/postgresql_adapter.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/association.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/attribute.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/class_facet.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/configuration.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/core/array.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/core/string.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/datetime_delta.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/default_delta.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/delta_job.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/flag_as_deleted_job.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deltas/delayed_delta/job.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/deploy/capistrano.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/excerpter.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet_search.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/field.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index/builder.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/index/faux_column.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/property.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/rails_additions.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search_methods.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source/internal_properties.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/source/sql.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/tasks.rb
- R vendor/plugins/thinking-sphinx/rails/init.rb
- R vendor/plugins/thinking-sphinx/recipes/thinking_sphinx.rb
- R vendor/plugins/thinking-sphinx/spec/fixtures/data.sql
- R vendor/plugins/thinking-sphinx/spec/fixtures/database.yml.default
- R vendor/plugins/thinking-sphinx/spec/fixtures/models.rb
- R vendor/plugins/thinking-sphinx/spec/fixtures/structure.sql
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/delta_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/has_many_association_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/scopes_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/association_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/attribute_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/configuration_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/core/array_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/core/string_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/excerpter_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/facet_search_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/facet_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/field_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index/builder_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index/faux_column_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/rails_additions_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/search_methods_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/search_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/source_spec.rb
- R vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx_spec.rb
- R vendor/plugins/thinking-sphinx/spec/spec_helper.rb
- R vendor/plugins/thinking-sphinx/spec/sphinx_helper.rb
- R vendor/plugins/thinking-sphinx/tasks/distribution.rb
- R vendor/plugins/thinking-sphinx/tasks/rails.rake
- R vendor/plugins/thinking-sphinx/tasks/testing.rb
- R vendor/plugins/thinking-sphinx/thinking-sphinx.gemspec
- R vendor/plugins/thinking-sphinx/vendor/after_commit/LICENSE
- R vendor/plugins/thinking-sphinx/vendor/after_commit/README
- R vendor/plugins/thinking-sphinx/vendor/after_commit/Rakefile
- R vendor/plugins/thinking-sphinx/vendor/after_commit/init.rb
- R vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit.rb
- R vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit/active_record.rb
- R vendor/plugins/thinking-sphinx/vendor/after_commit/lib/after_commit/connection_adapters.rb
- R vendor/plugins/thinking-sphinx/vendor/after_commit/test/after_commit_test.rb
- R vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/job.rb
- R vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/message_sending.rb
- R vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/performable_method.rb
- R vendor/plugins/thinking-sphinx/vendor/delayed_job/lib/delayed/worker.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/filter.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/message.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/client/response.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/distributed_index.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/index.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/indexer.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/remote_index.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/searchd.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/section.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/source.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/sql_source.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/xml_source.rb
- R vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/controller.rb
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.