Changeset [f5096e879089d0711da99a82afa70171fa682644] by Kalin Harvey
September 30th, 2009 @ 01:09 AM
updated thinking sphinx to fix rake db:migrate error on new
databases
http://github.com/greenbuilding/greenbuildingbrain/commit/f5096e879...
Committed by Kalin Harvey
- A vendor/plugins/thinking-sphinx/VERSION.yml
- A vendor/plugins/thinking-sphinx/features/alternate_primary_key.feature
- A vendor/plugins/thinking-sphinx/features/excerpts.feature
- A vendor/plugins/thinking-sphinx/features/sphinx_scopes.feature
- A vendor/plugins/thinking-sphinx/features/step_definitions/scope_steps.rb
- A vendor/plugins/thinking-sphinx/features/support/db/fixtures/authors.rb
- A vendor/plugins/thinking-sphinx/features/support/db/fixtures/robots.rb
- A vendor/plugins/thinking-sphinx/features/support/db/migrations/create_authors.rb
- A vendor/plugins/thinking-sphinx/features/support/db/migrations/create_authors_posts.rb
- A vendor/plugins/thinking-sphinx/features/support/db/migrations/create_robots.rb
- A vendor/plugins/thinking-sphinx/features/support/models/author.rb
- A vendor/plugins/thinking-sphinx/features/support/models/robot.rb
- A vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/scopes.rb
- A vendor/plugins/thinking-sphinx/lib/thinking_sphinx/core/array.rb
- A vendor/plugins/thinking-sphinx/lib/thinking_sphinx/excerpter.rb
- A vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet_search.rb
- A vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search_methods.rb
- A vendor/plugins/thinking-sphinx/recipes/thinking_sphinx.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/delta_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/has_many_association_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record/scopes_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/active_record_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/association_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/attribute_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/configuration_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/core/array_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/core/string_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/excerpter_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/facet_search_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/facet_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/field_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index/builder_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index/faux_column_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/index_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/rails_additions_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/search_methods_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/search_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx/source_spec.rb
- A vendor/plugins/thinking-sphinx/spec/lib/thinking_sphinx_spec.rb
- R vendor/plugins/thinking-sphinx/features/step_definitions/cat_steps.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/active_record/search.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/collection.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet_collection.rb
- R vendor/plugins/thinking-sphinx/lib/thinking_sphinx/search/facets.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/delta_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/has_many_association_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record/search_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/active_record_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/association_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/attribute_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/collection_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/configuration_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/core/string_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/facet_collection_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/facet_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/field_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index/builder_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index/faux_column_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/index_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/rails_additions_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/search_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx/source_spec.rb
- R vendor/plugins/thinking-sphinx/spec/unit/thinking_sphinx_spec.rb
- M config/sphinx.yml
- M db/schema.rb
- 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/facets.feature
- M vendor/plugins/thinking-sphinx/features/facets_across_model.feature
- M vendor/plugins/thinking-sphinx/features/searching_by_model.feature
- M vendor/plugins/thinking-sphinx/features/sphinx_detection.feature
- M vendor/plugins/thinking-sphinx/features/step_definitions/beta_steps.rb
- M vendor/plugins/thinking-sphinx/features/step_definitions/common_steps.rb
- M vendor/plugins/thinking-sphinx/features/step_definitions/facet_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/fixtures/boxes.rb
- M vendor/plugins/thinking-sphinx/features/support/db/fixtures/comments.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/migrations/create_boxes.rb
- M vendor/plugins/thinking-sphinx/features/support/db/migrations/create_taggings.rb
- M vendor/plugins/thinking-sphinx/features/support/models/alpha.rb
- M vendor/plugins/thinking-sphinx/features/support/models/developer.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/post_database.rb
- M vendor/plugins/thinking-sphinx/ginger_scenarios.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/has_many_association.rb
- M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/adapters/postgresql_adapter.rb
- M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/attribute.rb
- M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/configuration.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/deploy/capistrano.rb
- M vendor/plugins/thinking-sphinx/lib/thinking_sphinx/facet.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/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/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/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/tasks/distribution.rb
- M vendor/plugins/thinking-sphinx/tasks/testing.rb
- M vendor/plugins/thinking-sphinx/thinking-sphinx.gemspec
- 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/message.rb
- M vendor/plugins/thinking-sphinx/vendor/riddle/lib/riddle/configuration/section.rb
- M 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.