jasonmk / datastax_rails

A Ruby-on-Rails interface to Datastax Enterprise. Replaces the majority of ActiveRecord functionality.
MIT License
23 stars 9 forks source link

Look for application-level Solr config items #15

Closed sethschroeder closed 10 years ago

sethschroeder commented 10 years ago
cattywampus commented 10 years ago

the application-schema.xml.erb file in the spec/dummy rails application breaks the ability to migrate the schema to datastax.

sethschroeder commented 10 years ago

@cattywampus confirmed -- I never expected test data to be reused that way. ad73cdb removes the file from source control and creates/destroys it during the test run. I verified that the after(:each) hook runs even if an exception is raised during the it block.

All tests are clear and I was able to drop/create/migrate.

cattywampus commented 10 years ago

Merged, rebased, and squashed changes into master. See SHA: d41c84d788de57a4efe7f9b482f9ca093f188f68