-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: Gemfile.lock modified: app/models/audio_recording.rb -- added /fixed scoped queries modified: db/development_seeds.rb modified: db/seeds.rb -- this is the only place seed/fixture data comes from now modified: lib/search.rb -- can build and execute queries from state of search instance. Queries need to be LEFT OUTER joins, rather than INNER deleted: test/fixtures/audio_events.yml deleted: test/fixtures/audio_recordings.yml deleted: test/fixtures/authorizations.yml deleted: test/fixtures/bookmarks.yml deleted: test/fixtures/permissions.yml deleted: test/fixtures/photos.yml deleted: test/fixtures/progresses.yml deleted: test/fixtures/projects.yml deleted: test/fixtures/saved_searches.yml deleted: test/fixtures/sites.yml deleted: test/fixtures/tags.yml deleted: test/fixtures/users.yml -- deleted these in favour of seeds.rb modified: test/test_helper.rb -- databsae is cleaned before tests run, and tests use transactions/truncation to clean between tests modified: test/unit/class_search_test.rb -- working on tests for the search class
- Loading branch information
Showing
2 changed files
with
78 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters