Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure tests pass under MySQL and Postgres #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mcmire
Copy link

@mcmire mcmire commented Jan 16, 2011

In trying to fix the :through bug as mentioned in #3, I noticed that a ton of tests were failing under MySQL, so I ensured they passed, and then I did the same thing for Postgres. There were three failing tests which I left alone:

  • test_find_with_custom_distance_condition_using_custom_origin (I actually commented this out since it doesn't seem you've ported this over yet)
  • test_find_with_through (obviously the :through bug - I'll work on this next)
  • test_find_with_through_with_hash (ditto)

I also ran bundle update and committed the new Gemfile.lock, mainly because I was trying to debug some Arel-specific stuff and since the Arel docs are against master it was just easier to ensure I was working with Arel 2. Now that I think about it, Gemfile.lock probably shouldn't be in the repo, at least according to Yehuda, since geokit-rails3 is a gem.

@mcmire mcmire mentioned this pull request Jan 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant