Skip to content

Ensure tests pass under MySQL and Postgres - #7

Open
mcmire wants to merge 5 commits into
geokit:masterfrom
mcmire:ensure_tests_pass_under_mysql_and_postgres
Open

Ensure tests pass under MySQL and Postgres#7
mcmire wants to merge 5 commits into
geokit:masterfrom
mcmire:ensure_tests_pass_under_mysql_and_postgres

Conversation

@mcmire

@mcmire mcmire commented Jan 16, 2011

Copy link
Copy Markdown

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